Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 73 (100.0%) | 611 (100.0%) | 8.3 |
harman | 65 (89.0%) | 559 (91.5%) | 8.6 |
ahumphrey | 6 (8.2%) | 45 (7.4%) | 7.5 |
dav | 2 (2.7%) | 7 (1.1%) | 3.5 |
Turned wasatch back on. Radprops now compiles.
0 lines of code changed in 2 files:
Turned off wasatch and --with-boost so other components developers
can continue.
4 lines of code changed in 1 file:
output the environment before each sus run.
0 lines of code changed in 2 files:
Removed all locking mechanisms except for 1.
The cleanup script is called from a cron job and removes all SCI.*
directories.
30 lines of code changed in 7 files:
Fixed the calculation of FIRST_DAY. I have no idea why it just stopped working.
0 lines of code changed in 4 files:
Save the plot to a png file, not pipe it to the display.
3 lines of code changed in 3 files:
If the "do_performance_test" flag is selected log the simulation
run time to a file and plot it. Make this plot accessible to
users via the web page.
Note you can't perform uda_comparisons and performance
tests together. With performance testing all file I/O is turned off.
82 lines of code changed in 6 files:
gnuplot file for plotting the run time history.
86 lines of code changed in 1 file:
The user now has the option to clear any logs (highwater memory or simulation run time (soon))
when they replace the gold standards.
0 lines of code changed in 4 files:
Change hostname of GPU RT machine in runSusTests.py
2 lines of code changed in 1 file:
Fix configure line in GPU RT scripts.
2 lines of code changed in 1 file:
Add in new host name for GPU tester. There are two possible right now (albion & kaibab), soon only one though.
3 lines of code changed in 1 file:
Final touches on high water memory usage plots.
Saving the actual highwater usage in the goldStandards directories
plotMemUsage.gp
using 1024 instead of 1000 in converionn of bytes -> Kilobytes.
13 lines of code changed in 5 files:
Only process plots nFoundPlots > 0.
Corrected paths in url links.
Polished and added comments.
28 lines of code changed in 1 file:
create a separate web page for each component's memory usage. There's already
enough text on the existing page.
Not working, but close....
11 lines of code changed in 1 file:
Added date to memory plot
Copy memory plots to the public.html directory
Adding links to the plots on the web page.
23 lines of code changed in 2 files:
plotMemUsage.gp
- now plotting 1week, 2weeks, 1month, 3months, 6months and 1years worth of data
Added switch to control plotting. Don't plot unless it's a nightly RT test.
78 lines of code changed in 3 files:
removed scirun from variable names
5 lines of code changed in 1 file:
The y-axis is now in KBytes not Bytes.
Each test is generating a plot.
Still need to decide on a home for the memoryHistory files.
18 lines of code changed in 2 files:
Added pieces to plot the highwater memory usage of every test.
83 lines of code changed in 3 files:
Kill a test if it exceeds the maximum allowable run time (dbg: 30min, opt: 15min)
We'll dial those numbers back once the RT running properly.
22 lines of code changed in 1 file:
Update compare_uda (and the Regression Tester's use of it) to be able
to print out the first error for each variable (instead of just dieing
after the very first difference is found).
Use the new '-concise' flag in addition to the already existing
'-as_warnings' flag in the RT.
M StandAlone/compare_uda.cc
* Cleaned up some formatting. (Truly, white space is your friend.
and single letter variable names are NOT (especially if they
are used for more then a few lines in a for loop).)
* Added the -concise flag. (Note, even though the diff will have a bunch
of lines, the only 'real' additions are about 10 lines dealing with the
'-concise' flag.)
M R_Tester/helpers/compare_sus_runs_by_udas
* Add the -as_warnings and -concise flags to the compare_uda runs.
7 lines of code changed in 2 files:
turning Wasatch back on. This is testing.
4 lines of code changed in 1 file:
Turn off wasatch component.
4 lines of code changed in 1 file:
Turned Wasatch back on in the regression tester.
3 lines of code changed in 1 file:
added \\
1 lines of code changed in 1 file:
Turn off compiling wasatch until the libboost issue is resolved.
4 lines of code changed in 1 file:
runSusTests.py
- redirect output to memory leak log file
mem_leak_checkVarLabels
- restrict is searched for when creating and destroying variables
1 lines of code changed in 1 file:
fixed symbolic link to tools
0 lines of code changed in 2 files:
build
- chgrp and chmod recursively after configure command has been executed
replace_gold_standard
- no longer sending John spam.
2 lines of code changed in 2 files:
replace_gold_standard: Also email Alan whenever there is a change to a GS (for GPU RT).
3 lines of code changed in 1 file:
Complete hack to get the localRT to run consistently on hmx & fin.
6 lines of code changed in 1 file:
Turn on GPU tests for GPU RT machine. Need to make this more generic.
5 lines of code changed in 1 file:
added the following flags to localRT:
gpu: - run test if machine is gpu enabled
sus_options="string" - Additional command line options for sus command
The variable has_gpu =0 is currently hardwired.
MPMARCHES:
-tabs
ICE:
- deleted Darwin tests
GPU.py
- added gpu option to possionGPU1
29 lines of code changed in 1 file:
Reintegration of /branches/gpu_dev with trunk.
r47314-r48286
30 lines of code changed in 1 file:
Nightly & localRT:
- if a memory leak is detected then see if the all the VarLabels were deleted.
Warn the user if a VarLabel was not deleted.
11 lines of code changed in 2 files:
accidently removed asctime in last commit.
1 lines of code changed in 1 file:
print summary after all localRT tests have run.
print
"Failed 1 user <user."
if a test has failed.
7 lines of code changed in 1 file: