Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 219 (100.0%) | 7.8 |
harman | 22 (78.6%) | 126 (57.5%) | 5.7 |
dav | 3 (10.7%) | 91 (41.6%) | 30.3 |
jas | 3 (10.7%) | 2 (0.9%) | 0.6 |
Corrected command redirections. Python uses sh for all system commands.
0 lines of code changed in 2 files:
if (np > 1.0)
add -mpi option to sus command
1 lines of code changed in 1 file:
Dumping out a short log for the buildbot. For example
Failed: ARCHES-opt tests
:helium_RT: test failed comparison tests
:helium_RT: (restart) test failed comparison tests
Failed: ICE-opt tests
:advect: test failed comparison tests
:advect: (restart) test failed comparison tests
0 lines of code changed in 2 files:
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.
3 lines of code changed in 1 file:
Capture the return code if any of the component's test fail.
10 lines of code changed in 1 file:
Fix posix problems.
2 lines of code changed in 3 files:
Hack so Malloc_strict and Malloc_Stats will work on Lenny machines --Dav
4 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.
88 lines of code changed in 2 files:
Now using the environmental variable name COMMON_GROUP instead of GROUP since
shell uses the name.
Tweaked the machine configuration for blaze.
6 lines of code changed in 1 file:
bug fix:
- only run a test on the current platform if the OS or "all" has been specified
by the user.
Added:
The user can set the environmental variable
"WHICH_TESTS" = local/nightly
to override the default behavior of only running the tests defined
in the local section of the <Component.py> file. This is useful if you're
poking around in the innards of the infrastructure.
19 lines of code changed in 1 file:
The return code of the first command is returned instead of the second command.
1 lines of code changed in 1 file:
Components.PY:
- variable name change LOCAL_OR_NIGHTLY_TEST -> WHICH_TESTS
StartTester & StartLocalTest
- added environmental variable WHICH_TESTS with default value.
- The buildbot will overide the default value
5 lines of code changed in 2 files:
If the environmental variable MPIRUN has been set then use it, otherwise
default to using "mpirun."
11 lines of code changed in 1 file:
script that kills all of the regression tester scripts and sus commands
7 lines of code changed in 1 file:
added the ability to setup different machines to run the RT
32 lines of code changed in 1 file:
Updated crontab commands
0 lines of code changed in 2 files:
Now mimics what is in ~/csafe-tester/scripts/startTester
21 lines of code changed in 1 file:
posix compilant
-replaced stuff >&/dev/null -> stuff > /dev/null2>&1
- using -s <file> instead of -a <file> in conditional statement
3 lines of code changed in 1 file:
In the python version bulletproofing message tell the user
that on ember/updraft they have to source a file
to get a modern version of python.
4 lines of code changed in 1 file:
Removed an environmental variable that isn't needed and is confusing. When memory tests are performed
set the environmental variable MALLOC_STRICT.
2 lines of code changed in 2 files: