Directory R_Tester/helpers/

Total Files:
14
Deleted Files:
0
Lines of Code:
2242

[root]/R_Tester/helpers

Lines of Code

R_Tester/helpers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 86 (100.0%) 286 (100.0%) 3.3
harman 47 (54.7%) 211 (73.8%) 4.4
jas 36 (41.9%) 61 (21.3%) 1.6
dav 3 (3.5%) 14 (4.9%) 4.6

Most Recent Commits

harman 2011-12-20 10:34 Rev.: 48030

Corrected command redirections. Python uses sh for all system commands.

0 lines of code changed in 2 files:

  • R_Tester/helpers: runSusTests.py (changed)
harman 2011-12-12 14:41 Rev.: 47977

if openmpi is used, pass in enviromental variables using:

-x MALLOC_STATS -x SCI_SIGNALMODE -np

if mvapich2 use:

-genvlist MALLOC_STATS,SCI_SIGNALMODE -np


15 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+15 -2)
harman 2011-12-01 17:41 Rev.: 47908

If the env var TEST_COMPONENTS is set, use it instead of testing all of the component
listed in the R_Tester directory. We don't want the RT trying to run gpu tests.


0 lines of code changed in 2 files:

  • R_Tester/helpers: build_and_run (changed)
harman 2011-12-01 17:20 Rev.: 47907

Allow a test to run if the number of mpi processes > number of cores on the machine. Alan needs this for his
4 core machine.


1 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+1 -3)
dav 2011-07-13 16:01 Rev.: 47333


Fix for an issue that arose when 'using namespace std' was removed from
header files.

M CCA/Components/Arches/CoalModels/PartVel.cc

abs() only works on int's. Need 'fabs()' for floating point numbers.

M R_Tester/toplevel/generateGoldStandards.py
M R_Tester/helpers/runSusTests.py

Added a (commented out) line that makes debugging faster...

M Core/Parallel/BufferInfo.h

Don't need 'using namespace std' any more as the above update to
PartVel fixes the problem.

2 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+2 -1)
harman 2011-05-23 09:40 Rev.: 47221

replaced >&/dev/null with >/dev/null

This should fix the dashism error:
Bad fd number

1 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+1 -1)
jas 2011-05-18 17:51 Rev.: 47210

Fix posix problems.

12 lines of code changed in 23 files:

  • R_Tester/helpers: build (+1 -1), build_and_run (+1 -1), cleanup (+1 -1), compare_dats (+1 -1), compare_sus_runs (new), compare_sus_runs_by_udas (new), mem_leak_check (new), performance_check (+1 -1), replace_gold_standard (+1 -1), runComponentTests (new), runTests (new), selectComponents.sh (new)
harman 2011-05-18 15:02 Rev.: 47206

deleted empty first line. Shell scripts need to declare what shell interperter
to use on the first line.

0 lines of code changed in 1 file:

  • R_Tester/helpers: runComponentTests (-1)
harman 2011-05-18 10:32 Rev.: 47203

Pass in the environmental variable "SCI_MALLOC_ENABLED" through to the
component tests.

5 lines of code changed in 1 file:

  • R_Tester/helpers: runComponentTests (+5)
dav 2011-05-17 11:24 Rev.: 47198

Updates to allow for Memory checking in the local regression tester.

M configure
M configure.ac

- Added in "SCI_MALLOC_ON" variable that will tell the system if --enable-sci-malloc was used during configure.

M configVars.mk.in

- Add in the new SCI_MALLOC_ON var. Removed the MALLOC_TRACE_ON var as it wasn't set or used.

M Makefile.in

- Updated make RT targets to pass in SCI_MALLOC_ON.

M R_Tester/toplevel/startLocalTest

- Memory test update based on whether SCI_MALLOC is ON. Also now passing in whether this is (or is not) a debug build.

M R_Tester/toplevel/generateGoldStandards.py

- Now takes in whether we are using a debug build, and whether SCI_MALLOC is enabled.
- Better catching/reporting of error if component name is mis-spelled/wrong.

M R_Tester/helpers/runSusTests.py

- Turn off env var MALLOC_STATS if --enable-sci-malloc was not used (otherwise sus will throw an error and quit).
- Put SVN_OPTIONS into own variable so they can more easily be turned off while debugging.

M Core/Malloc/sub.mk

- Removed Trace.cc build statement as Trace.cc isn't actually in the code base, and MALLOC_TRACE_ON is never set.

12 lines of code changed in 2 files:

  • R_Tester/helpers: mem_leak_check (changed), runSusTests.py (+12 -5)
harman 2011-04-22 11:11 Rev.: 47109

Only compare checkpoint directories if they exist in the test and the goldStandard.
If the directories are not found warn the user.

22 lines of code changed in 1 file:

  • R_Tester/helpers: compare_sus_runs_by_udas (+22 -17)
harman 2011-04-20 16:52 Rev.: 47101

change the group name of the results directory only if the COMMON_GROUP has been defined

6 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+6 -2)
harman 2011-04-19 08:56 Rev.: 47094

changed environmental variable GROUP -> COMMON_GROUP

2 lines of code changed in 1 file:

  • R_Tester/helpers: runComponentTests (+2 -2)
harman 2011-04-18 15:25 Rev.: 47093

Now using the environmental variable name COMMON_GROUP instead of GROUP since
shell uses the name.

Tweaked the machine configuration for blaze.

19 lines of code changed in 7 files:

  • R_Tester/helpers: build (+5 -5), build_and_run (+3 -3), compare_sus_runs (+1 -1), performance_check (+4 -2), replace_gold_standard (+3 -3), runSusTests.py (+2 -1), runTests (+1 -1)
harman 2011-04-05 14:45 Rev.: 47053

turn off memory testing if you're using local regression testing.

1 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+1 -1)
harman 2011-03-30 15:24 Rev.: 47022

Turned memory checks back on.


3 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+3 -3)
harman 2011-03-30 15:22 Rev.: 47021

Changed method for parsing the tmp file for the index of the failed test.
Previously, if there were more than 10 failed tests and you selected to replace
test 1 the parsing would also return 10,11,....


0 lines of code changed in 2 files:

  • R_Tester/helpers: replace_all_GS (changed)
harman 2011-03-28 17:23 Rev.: 47011

fixed syntax error
more descriptive output

2 lines of code changed in 1 file:

  • R_Tester/helpers: replace_all_GS (+2 -2)
harman 2011-03-21 17:21 Rev.: 46984

turn off all memory tests

3 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+3 -3)
harman 2011-03-21 09:40 Rev.: 46979

removed hdf5 configure option

6 lines of code changed in 1 file:

  • R_Tester/helpers: build (+6 -8)

(19 more)

Generated by StatSVN 0.4.0