Directory R_Tester/

Total Files:
12
Deleted Files:
16
Lines of Code:
10

[root]/R_Tester
        directory in repo helpers (11 files, 1648 lines)
        directory in repo toplevel (3 files, 410 lines)

Lines of Code

R_Tester/ Lines of Code

Developers

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

Most Recent Commits

jsutherland 2010-12-08 18:35 Rev.: 46581

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:

  • R_Tester: Wasatch.py (new)
harman 2010-12-02 15:38 Rev.: 46534

removed darwin local test

0 lines of code changed in 2 files:

  • R_Tester: Models.py (new)
jsutherland 2010-11-29 18:09 Rev.: 46520

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:

  • R_Tester: Wasatch.py (+4 -2)
jsutherland 2010-11-24 10:41 Rev.: 46513

turn off debug version of a test that was very slow in debug.

2 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+2 -2)
jsutherland 2010-11-19 10:55 Rev.: 46490

- add convection regression tests in wasatch. These also test parallelization (though not completely).

7 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+7 -3)
harman 2010-11-12 10:35 Rev.: 46459

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:

  • R_Tester: ARCHES.py (new), ICE.py (new), IMPM.py (+3 -2), MPM.py (+3 -2), MPMARCHES.py (+3 -2), MPMF.py (+3 -2), MPMICE.py (+3 -2), Models.py (+3 -2), UCF.py (new), Wasatch.py (+10 -9)
harman 2010-11-11 14:15 Rev.: 46445

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:

  • R_Tester: ARCHES.py (+13 -13), EXAMPLES.py (new), ICE.py (+3 -3), IMPM.py (+1 -1), MPM.py (+1 -1), MPMARCHES.py (+1 -1), MPMF.py (+1 -1), MPMICE.py (+1 -1), Models.py (+1 -1), UCF.py (+1 -1), Wasatch.py (+5 -5)
harman 2010-11-11 11:27 Rev.: 46442

added commas

2 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+2 -2)
jsutherland 2010-11-10 16:02 Rev.: 46440

Add a TabProps test in Wasatch

3 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+3 -1)
harman 2010-11-08 13:54 Rev.: 46432

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:

  • R_Tester: ARCHES.py (+3 -1), ICE.py (+4 -2), IMPM.py (+3 -1), MPM.py (+3 -1), MPMARCHES.py (+3 -1), MPMF.py (+3 -1), MPMICE.py (+4 -7), Models.py (+3 -1), UCF.py (+3 -1), Wasatch.py (+3 -1)
dav 2010-11-04 15:22 Rev.: 46429

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:

  • R_Tester: ARCHES.py (+14 -7), ICE.py (+30 -28)
luitjens 2010-11-03 09:23 Rev.: 46427

Disabled methane8patch until Dav can fix the testing scripts.

3 lines of code changed in 1 file:

  • R_Tester: ARCHES.py (+3 -3)
harman 2010-11-02 11:01 Rev.: 46424

removed scalability code. It's not being used.

19 lines of code changed in 1 file:

  • R_Tester: UCF.py (+19 -72)
harman 2010-11-01 16:31 Rev.: 46420

updated functions getNightlyTests() & getLocalTests() to return the right tests.

18 lines of code changed in 9 files:

  • R_Tester: ARCHES.py (+2 -2), EXAMPLES.py (+2 -2), ICE.py (+2 -2), IMPM.py (+2 -2), MPMARCHES.py (+2 -2), MPMF.py (+2 -2), MPMICE.py (+2 -2), Models.py (+2 -2), Wasatch.py (+2 -2)
dav 2010-11-01 16:24 Rev.: 46419


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:

  • R_Tester: ARCHES (del), ARCHES.py (+85), EXAMPLES (del), EXAMPLES.py (+32), ICE (del), ICE.py (+80), IMPM (del), IMPM.py (+64), MPM (del), MPM.py (+103), MPMARCHES (del), MPMARCHES.py (+53), MPMF (del), MPMF.py (+50), MPMICE (del), MPMICE.py (+71), Models (del), Models.py (+55), UCF (del), UCF.py (+117), WASATCH (del), Wasatch.py (+57), __init__.py (new 1)
harman 2010-10-29 16:00 Rev.: 46411

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:

  • R_Tester: ARCHES (new 44), EXAMPLES (new 17), ICE (new 32), IMPM (new 28), MPM (new 68), MPMARCHES (new 16), MPMF (new 16), MPMICE (new 37), Models (new 21), UCF (new 2), WASATCH (new 16)
harman 2010-10-27 12:39 Rev.: 46390

removed ability to run weekly RTs

0 lines of code changed in 3 files:

  • R_Tester: ICE.wk (del), MPMICE.wk (del), PERFORMANCE.wk (del)
harman 2010-10-27 12:23 Rev.: 46389

removed the ability for individual users to have their own RTs.

1 lines of code changed in 2 files:

  • R_Tester: ICE (+1 -1), users (del)
harman 2010-10-20 14:37 Rev.: 46376

not used

0 lines of code changed in 1 file:

  • R_Tester: sub.mk (del)
harman 2010-10-14 13:21 Rev.: 46365

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:

  • R_Tester: ARCHES (+3 -2), ICE (+3 -2), IMPM (+3 -2), MPM (+3 -2), MPMARCHES (+3 -2), MPMF (+3 -1), MPMICE (+3 -2), MPMICE.wk (new 3), Models (+3 -2), PERFORMANCE.wk (new 3), UCF (+3 -2), WASATCH (+4 -2)

(9 more)

Generated by StatSVN 0.4.0