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 |
Corrected command redirections. Python uses sh for all system commands.
0 lines of code changed in 2 files:
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:
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:
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:
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:
replaced >&/dev/null with >/dev/null
This should fix the dashism error:
Bad fd number
1 lines of code changed in 1 file:
Fix posix problems.
12 lines of code changed in 23 files:
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:
Pass in the environmental variable "SCI_MALLOC_ENABLED" through to the
component tests.
5 lines of code changed in 1 file:
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:
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:
change the group name of the results directory only if the COMMON_GROUP has been defined
6 lines of code changed in 1 file:
changed environmental variable GROUP -> COMMON_GROUP
2 lines of code changed in 1 file:
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:
turn off memory testing if you're using local regression testing.
1 lines of code changed in 1 file:
Turned memory checks back on.
3 lines of code changed in 1 file:
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:
fixed syntax error
more descriptive output
2 lines of code changed in 1 file:
turn off all memory tests
3 lines of code changed in 1 file:
removed hdf5 configure option
6 lines of code changed in 1 file:
(19 more)