Directory R_Tester/helpers/

Total Files:
15
Deleted Files:
0
Lines of Code:
2226

[root]/R_Tester/helpers

Lines of Code

R_Tester/helpers/ Lines of Code

Developers

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

Most Recent Commits

harman 2012-12-04 13:06 Rev.: 49647

Turned wasatch back on. Radprops now compiles.

0 lines of code changed in 2 files:

  • R_Tester/helpers: build (new)
harman 2012-12-03 16:02 Rev.: 49644

Turned off wasatch and --with-boost so other components developers
can continue.

4 lines of code changed in 1 file:

  • R_Tester/helpers: build (+4 -4)
harman 2012-11-20 14:17 Rev.: 49587

output the environment before each sus run.

0 lines of code changed in 2 files:

  • R_Tester/helpers: runSusTests.py (new)
harman 2012-11-01 10:05 Rev.: 49514

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:

  • R_Tester/helpers: build (+4 -26), cleanup (new), runComponentTests (+1 -11), runTests (new)
harman 2012-10-26 07:27 Rev.: 49500

Fixed the calculation of FIRST_DAY. I have no idea why it just stopped working.

0 lines of code changed in 4 files:

  • R_Tester/helpers: plotMemUsage.gp (new), plotRunTimeHistory.gp (new)
harman 2012-10-23 12:07 Rev.: 49487

Save the plot to a png file, not pipe it to the display.

3 lines of code changed in 3 files:

  • R_Tester/helpers: performance_check (new), plotRunTimeHistory.gp (+2 -2)
harman 2012-10-22 10:05 Rev.: 49473

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:

  • R_Tester/helpers: performance_check (+45 -7), performance_percent.pl (+1 -1), plotRunTimeHistory.gp (+2 -2), runComponentTests (+31 -2), runSusTests.py (+3 -1)
harman 2012-10-19 15:47 Rev.: 49472

gnuplot file for plotting the run time history.

86 lines of code changed in 1 file:

  • R_Tester/helpers: plotRunTimeHistory.gp (+86)
harman 2012-10-19 15:09 Rev.: 49471

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:

  • R_Tester/helpers: replace_all_GS (changed), replace_gold_standard (new)
ahumphrey 2012-10-18 14:39 Rev.: 49464

Change hostname of GPU RT machine in runSusTests.py

2 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+2 -2)
ahumphrey 2012-10-18 13:30 Rev.: 49463

Fix configure line in GPU RT scripts.

2 lines of code changed in 1 file:

  • R_Tester/helpers: build (+2 -2)
ahumphrey 2012-10-18 13:25 Rev.: 49462

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:

  • R_Tester/helpers: build (+3 -3)
harman 2012-10-09 15:26 Rev.: 49395

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:

  • R_Tester/helpers: highwater_percent.pl (new), mem_leak_check (+6 -3), plotMemUsage.gp (+6 -6)
harman 2012-10-09 13:21 Rev.: 49392

Only process plots nFoundPlots > 0.

Corrected paths in url links.
Polished and added comments.


28 lines of code changed in 1 file:

  • R_Tester/helpers: runComponentTests (+28 -17)
harman 2012-10-08 17:24 Rev.: 49386

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:

  • R_Tester/helpers: runComponentTests (+11 -5)
harman 2012-10-08 16:35 Rev.: 49385

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:

  • R_Tester/helpers: plotMemUsage.gp (+1), runComponentTests (+22 -1)
harman 2012-10-08 12:19 Rev.: 49383

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:

  • R_Tester/helpers: mem_leak_check (+22 -19), plotMemUsage.gp (+43 -8), runSusTests.py (+13 -4)
harman 2012-10-08 12:16 Rev.: 49382

removed scirun from variable names

5 lines of code changed in 1 file:

  • R_Tester/helpers: runTests (+5 -5)
harman 2012-10-05 17:09 Rev.: 49370

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:

  • R_Tester/helpers: mem_leak_check (+11 -4), plotMemUsage.gp (+7 -9)
harman 2012-10-05 16:43 Rev.: 49369

Added pieces to plot the highwater memory usage of every test.

83 lines of code changed in 3 files:

  • R_Tester/helpers: mem_leak_check (+28 -3), plotMemUsage.gp (+52), runSusTests.py (+3 -1)
harman 2012-10-02 14:25 Rev.: 49333

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:

  • R_Tester/helpers: runSusTests.py (+22 -2)
dav 2012-09-04 15:17 Rev.: 49168


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:

  • R_Tester/helpers: compare_sus_runs_by_udas (new)
harman 2012-07-30 17:06 Rev.: 49002

turning Wasatch back on. This is testing.

4 lines of code changed in 1 file:

  • R_Tester/helpers: build (+4 -4)
harman 2012-07-26 16:11 Rev.: 48989

Turn off wasatch component.

4 lines of code changed in 1 file:

  • R_Tester/helpers: build (+4 -3)
harman 2012-07-25 09:37 Rev.: 48980

Turned Wasatch back on in the regression tester.

3 lines of code changed in 1 file:

  • R_Tester/helpers: build (+3 -4)
harman 2012-07-19 16:17 Rev.: 48971

added \\

1 lines of code changed in 1 file:

  • R_Tester/helpers: build (+1 -1)
harman 2012-07-19 16:06 Rev.: 48970

Turn off compiling wasatch until the libboost issue is resolved.

4 lines of code changed in 1 file:

  • R_Tester/helpers: build (+4 -4)
harman 2012-04-25 14:29 Rev.: 48683

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:

  • R_Tester/helpers: runSusTests.py (+1 -1)
harman 2012-04-25 14:06 Rev.: 48682

fixed symbolic link to tools

0 lines of code changed in 2 files:

  • R_Tester/helpers: build_and_run (changed)
harman 2012-04-24 08:18 Rev.: 48669

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:

  • R_Tester/helpers: build (+2 -2), replace_gold_standard (-2)
ahumphrey 2012-04-10 14:33 Rev.: 48562

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:

  • R_Tester/helpers: replace_gold_standard (+3)
harman 2012-03-15 10:20 Rev.: 48397

Complete hack to get the localRT to run consistently on hmx & fin.

6 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+6)
ahumphrey 2012-03-12 14:14 Rev.: 48381

Turn on GPU tests for GPU RT machine. Need to make this more generic.

5 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+5 -3)
harman 2012-02-29 09:45 Rev.: 48329

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:

  • R_Tester/helpers: runSusTests.py (+29 -10)
ahumphrey 2012-02-22 19:59 Rev.: 48291

Reintegration of /branches/gpu_dev with trunk.
r47314-r48286

30 lines of code changed in 1 file:

  • R_Tester/helpers: build (+30)
harman 2012-02-15 13:48 Rev.: 48260

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:

  • R_Tester/helpers: build_and_run (+4), runSusTests.py (+7 -2)
harman 2012-02-15 11:00 Rev.: 48256

accidently removed asctime in last commit.

1 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+1 -1)
harman 2012-02-14 13:43 Rev.: 48244

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:

  • R_Tester/helpers: runSusTests.py (+7 -9)
Generated by StatSVN 0.7.0