[root]/R_Tester
helpers
(11 files, 1648 lines)
toplevel
(3 files, 410 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 123 (100.0%) | 1346 (100.0%) | 10.9 |
dav | 25 (20.3%) | 812 (60.3%) | 32.4 |
harman | 87 (70.7%) | 476 (35.4%) | 5.4 |
jsutherland | 7 (5.7%) | 46 (3.4%) | 6.5 |
jthornoc | 1 (0.8%) | 7 (0.5%) | 7.0 |
luitjens | 2 (1.6%) | 4 (0.3%) | 2.0 |
jas | 1 (0.8%) | 1 (0.1%) | 1.0 |
Add another rtest and flip the switch that Justin put in to force variables to be allocated per patch rather than groups of patches (no memory windowing)
2 lines of code changed in 2 files:
removed darwin local test
0 lines of code changed in 2 files:
Fix up an input file and activate another regression test for wasatch. This one tests staggered transport equations (diffusion only)
4 lines of code changed in 1 file:
turn off debug version of a test that was very slow in debug.
2 lines of code changed in 1 file:
- add convection regression tests in wasatch. These also test parallelization (though not completely).
7 lines of code changed in 1 file:
Global:
added note about performance tests and debug builds
Wasatch:
- no longer running performance tests. Performance tests are not run with dbg builds
37 lines of code changed in 18 files:
Use the verion of python in the user's path, not /usr/bin/python
Arches.py, ICE.py, Wasatch.py:
- local regression tests are run on "All" operating systems. You should
set this is you're going to run it on Linux and Darwin.
29 lines of code changed in 12 files:
added commas
2 lines of code changed in 1 file:
Add a TabProps test in Wasatch
3 lines of code changed in 1 file:
Makefile:
- fixed path to generateGoldStandards script
<component>.py
- added comment
startLocalTest
- better error messages
- added loop over all selected component tests
generateGoldStandards
- direct run output to sus.log
- use mpirun if the # processors > 1.0
mpirun -np 1 <command> is valid.
runSusTests
- better error messages
32 lines of code changed in 10 files:
M Makefile.in
- Add in the 'make gold_standards' target.
- Remove some of the i/o from runLocalRT as it can be confusing if error
conditions occur during the runs. Any print statements like this need
to be moved into the script itself at the appropriate location(s).
M R_Tester/ICE.py
M R_Tester/ARCHES.py
- Clean up the modUPS stuff.
- Turn back on ARCHES methane8patch test... I think this should work...
Not sure why it was 'broken' for Todd's side of things... Since Todd
is out I haven't been able to test this fix for the nightly tester.
I'll take a look at the results tomorrow and see where we are.
M R_Tester/toplevel/startLocalTest
- Don't let the script run from dumb/emacs terminals as the 'dialog'
thing doesn't handle them correctly.
- Run python with '-u' (unbuffered output). This fixes Todd's problem
of not seeing any output (from 'tee') until the program completely
finishes.
M R_Tester/toplevel/generateGoldStandards.py
- Produce the correct (I hope) TestData directory. Was
TestData/ICE/advect.ups, now is
TestData/ICE/advect/advect.ups (etc).
- Put in user input for deleting previous gold standards.
- FIXME: still need to do some auto-testing to see if
configure/svn have changed and let the user know...
AM R_Tester/helpers/selectComponents.sh
- A helper script to bring up Todd's GUI to get a list of the
gold standards that the user wishes to generate.
M R_Tester/helpers/runSusTests.py
- There was a problem with env HTMLLOG and WEBLOG not being
set for the local tester. So check for this condition
and don't use them if so.
44 lines of code changed in 2 files:
Disabled methane8patch until Dav can fix the testing scripts.
3 lines of code changed in 1 file:
removed scalability code. It's not being used.
19 lines of code changed in 1 file:
updated functions getNightlyTests() & getLocalTests() to return the right tests.
18 lines of code changed in 9 files:
Add 'generateGoldStandard' python script. Renamed the test files (ICE, MPM, etc) to have a '.py' extension (as they are python files).
768 lines of code changed in 23 files:
runSusTests.py
- the "mode" can be either dbg, opt or local.
startTester
- alphabetized environmental vars
- now exporting LOCAL_OR_NIGHTLY_TEST
Remaining files.
- formatting
- added local tests
297 lines of code changed in 11 files:
removed ability to run weekly RTs
0 lines of code changed in 3 files:
removed the ability for individual users to have their own RTs.
1 lines of code changed in 2 files:
not used
0 lines of code changed in 1 file:
All: added comment
# Note: the "folder name" must be the same as input file without the extension.
Wasatch:
changed folder name from BasicScalarTransport -> BasicScalarTransportEquation.
37 lines of code changed in 12 files:
(9 more)