Directory R_Tester/helpers/

Total Files:
12
Deleted Files:
0
Lines of Code:
2803

[root]/R_Tester/helpers

Lines of Code

R_Tester/helpers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 57 (100.0%) 521 (100.0%) 9.1
harman 56 (98.2%) 518 (99.4%) 9.2
dav 1 (1.8%) 3 (0.6%) 3.0

Most Recent Commits

harman 2017-12-27 12:25 Rev.: 57522

Removed space. High water memory failures will now be caught.

0 lines of code changed in 2 files:

  • R_Tester/helpers: mem_leak_check (new)
harman 2017-12-21 15:29 Rev.: 57508

Added James and Tony to the gpu_rt email list.
Now compiling all components on gpu_rt.

0 lines of code changed in 2 files:

  • R_Tester/helpers: build (new)
harman 2017-12-13 16:57 Rev.: 57439

*.py: added usage comments

UCF.py: Added postProcessUda regression test.

runSusTests.py: Modified so postProcessUda tests will run.

21 lines of code changed in 2 files:

  • R_Tester/helpers: runSusTests.py (new)
harman 2017-12-04 11:58 Rev.: 57392

gpu_rt configure line:

--enable-gencode=35 -> 52

1 lines of code changed in 1 file:

  • R_Tester/helpers: build (+1 -1)
harman 2017-11-27 11:38 Rev.: 57346

Plot high water usage before exiting. This hasn't been working since 09/07/17


6 lines of code changed in 1 file:

  • R_Tester/helpers: mem_leak_check (+6 -12)
harman 2017-10-30 08:39 Rev.: 57190

Merge the malloc_stats file before checking if it exists.

7 lines of code changed in 1 file:

  • R_Tester/helpers: mem_leak_check (+7 -7)
harman 2017-10-18 09:31 Rev.: 57152

Added a BUILDBOT list which is the NIGHTLYTESTS - any performance test.

17 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+17 -1)
harman 2017-10-16 14:08 Rev.: 57144

added bulletproofing.
Throw error message if the gold standard malloc stats don't exist.

8 lines of code changed in 2 files:

  • R_Tester/helpers: mem_leak_check (+7), runSusTests.py (+1 -1)
harman 2017-10-03 11:37 Rev.: 57059

More descriptive messages during script execution.

0 lines of code changed in 2 files:

  • R_Tester/helpers: replace_gold_standard (changed)
harman 2017-09-29 13:21 Rev.: 57053

*.py: Linux-> all

runSusTests and generateGoldStandards:
- Warn the user if the OS they're using while running the localRT isn't valid for a component.


2 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+2 -1)
harman 2017-09-25 17:53 Rev.: 57028

- Developers no longer needs to use 1.1 to signal that mpirun should be used, it's now the default.
- Removed the "-mpi" sus option.

2 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+2 -8)
harman 2017-09-08 11:03 Rev.: 56973

increased size of dialog window

0 lines of code changed in 2 files:

  • R_Tester/helpers: replace_all_GS (new)
harman 2017-09-08 10:09 Rev.: 56972

Formatting in the output file mem_leak_check.log

Fixed syntax error

cd to $HERE after merging the malloc_stats files in the gold standards dirs.

32 lines of code changed in 3 files:

  • R_Tester/helpers: highwater_percent.pl (new), mem_leak_check (+10 -12)
harman 2017-09-07 17:10 Rev.: 56969

Fixed major flaws in how memory gold standards were created.

compare_sus_runs:
- variable create_gs determines whether to copy the original uda and memory files to the GS or
the restart memory files to the GS.

highwater_percent.pl
- Throw an error if the high water value isn't available in either the current RT or the GS.

mem_leak_check
- Throw an error if the merged malloc_stat file has 0 bytes.
- rearrange where the highwater memory plots are generated.

replace_gold_standard
- spacing

runComponentTests
- set the environmental variable COMMON_GROUP in the doTestScripts

runSusTests.py
- Perform memory tests before comparing udas. This allows the malloc_stats file to be copied to the GS
- regression test fails if memory tests fails
- use the variable create_gs (yes_inputfile, yes_retart, no) to control when a GS is generated and
what is copied.


*** Any test that performs a memory check and if the GS:malloc_stats or GS:restart_malloc_stats are missing will fail.

188 lines of code changed in 8 files:

  • R_Tester/helpers: compare_sus_runs (+44 -34), highwater_percent.pl (+6), mem_leak_check (+72 -58), replace_gold_standard (+2 -2), runComponentTests (+2 -1), runSusTests.py (+62 -41)
harman 2017-08-22 14:23 Rev.: 56905

isValid_inputFile()
-Additional contraints for determining when a input file is valid.
<outputInitTimestep/> + outputTimestepInterval > 1

25 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+25 -10)
harman 2017-08-21 15:08 Rev.: 56904

isValid_inputFile()
- Ignore tests that start from a pre-computed checkpoint.

7 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+7 -3)
harman 2017-08-21 12:28 Rev.: 56902

Skip all tests that contain

<outputInitTimestep/>

and warn the user. When <outputInitTimestep/> is enabled orginal:index.xml != restart:index.xml,
there's an off by 1 issue is how output timesteps are counted.


49 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+49 -20)
harman 2017-07-20 13:50 Rev.: 56811

bulletpoofing
- changed the code for determining the number of failed tests.

7 lines of code changed in 1 file:

  • R_Tester/helpers: replace_all_GS (+7 -2)
harman 2017-07-14 08:59 Rev.: 56785

reference make3.log when concatenating to the htmllog

5 lines of code changed in 1 file:

  • R_Tester/helpers: build (+5 -4)
harman 2017-06-23 12:42 Rev.: 56696

Changed all reference to $USER -> $LOGNAME. The environmental variable USER is not defined in the cron
environment, LOGNAME is.


3 lines of code changed in 3 files:

  • R_Tester/helpers: build (+1 -1), runTests (+2 -2)
harman 2017-06-22 13:50 Rev.: 56687

- removed unnecessary machine dependencies
- fixed bug when comments contain certain punctuation characters.

5 lines of code changed in 1 file:

  • R_Tester/helpers: replace_gold_standard (+5 -13)
harman 2017-06-21 16:41 Rev.: 56681

Enabled the source code modification script for the gpu_rt.

4 lines of code changed in 1 file:

  • R_Tester/helpers: build (+4 -1)
harman 2017-06-21 14:43 Rev.: 56679

Added $USER to the subject line of the emails.

2 lines of code changed in 1 file:

  • R_Tester/helpers: runTests (+2 -2)
harman 2017-06-20 16:56 Rev.: 56674

Uintah-build:
--with-mpi=built-in << needed for the cuda builds

5 lines of code changed in 1 file:

  • R_Tester/helpers: build (+5 -5)
harman 2017-06-20 16:11 Rev.: 56673

Removed albion configuration.

Added configuration for gpu_rt@uintah-build.chpc.utah.edu

17 lines of code changed in 1 file:

  • R_Tester/helpers: build (+17 -4)
harman 2017-06-06 16:53 Rev.: 56614

Fixed logic to update the svn revision number in the goldstandards dir when a test passes. Only
the main nightly RT script can update it.

2 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+2 -7)
harman 2017-06-06 12:46 Rev.: 56607

2 space indentation
- added comments
- more descriptive variable name
- added environmental variable (AUTO_UPDATE_PERF_GS) which controls if the performance
gold standards are automatically updated when the run time improve by > %5. This variable is set
to "yes" for the nightly RT and "no" for local regression testing.

59 lines of code changed in 5 files:

  • R_Tester/helpers: build_and_run (new), performance_check (+48 -30), runTests (+3 -3)
harman 2017-05-22 17:10 Rev.: 56562

For RT machine added --with-mpi=/usr/ to configure command.

7 lines of code changed in 1 file:

  • R_Tester/helpers: build (+7 -6)
harman 2017-05-16 13:25 Rev.: 56540

Use the version of python in the user's environment, not /usr/bin/python.

2 lines of code changed in 3 files:

  • R_Tester/helpers: modUPS.py (new), runSusTests.py (+1 -1)
harman 2017-04-17 14:26 Rev.: 56441

On cyrus changed:

gcc -> mpicc
g++ -> mpi++

Allen's recent commits triggered a linking error.

lib/libCCA_Components_Solvers.so: undefined reference to `ompi_mpi_cxx_op_intercept'
lib/libCCA_Components_Solvers.so: undefined reference to `MPI::Datatype::Free()'
lib/libCCA_Components_Solvers.so: undefined reference to `MPI::Comm::Comm()'
lib/libCCA_Components_Solvers.so: undefined reference to `MPI::Win::Free()'

this fixes it.


2 lines of code changed in 1 file:

  • R_Tester/helpers: build (+2 -2)
harman 2017-03-02 16:13 Rev.: 56281


cmdLine()
- return stdout, stderr and the process return value.

Fixed bug introduced in previous commit related to the gpu test.


9 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+9 -6)
harman 2017-03-02 11:14 Rev.: 56279

-removed instructions on how to replace the GS when a test fails.

-added function that should keep the error msg from failed tests from becoming scrambled.


18 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+18 -16)
harman 2017-03-01 17:12 Rev.: 56276

-removed messages about how to update the GS.
-show the user why compareUda failed if it's something besides a tolerance that's been exceeded.

6 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+6 -2)
dav 2017-02-26 16:05 Rev.: 56252

Continuation of commit r56249 - this time for some various files.

Mostly cosmetic changes, and preparing for removing a hacked out warning when we moved to C++ 11.
These changes have passed the local RT on Baja.

- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').

- White space, coding standards, indentation, remove tabs.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.
- Use {} for if/else clauses even if they are only one line long.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.

M CCA/Components/DataArchiver/DataArchiver.h
M CCA/Components/Parent/Switcher.cc

- Remove the outputPS() function as it appears to be dead code (was commented out).

M CCA/Components/Parent/Switcher.h
M CCA/Components/ProblemSpecification/ProblemSpecReader.cc

- More verbose error message.

M CCA/Components/ReduceUda/UdaReducer.cc
M CCA/Components/Solvers/AMR/AMRSolver.cc
M CCA/Components/Solvers/CGSolver.cc
M CCA/Components/Solvers/HypreSolver.cc
M Core/ProblemSpec/ProblemSpec.cc

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

- Remove the SCI_SIGNALMODE env flag that was being passed to the tester. As far as I can tell, SCI_SIGNALMODE
was removed from Uintah a long time ago when we cut out a lot of SCIRun stuff. Also, in a bizarre twist,
adding "-x SCI_SIGNALMODE" (or in fact, any "-x " var that is over 8 characters long) causes the answers
to a few tests (eg: methane_fire_8patch_petscrad) to fail exact comparison (at e-15 or so).


3 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+3 -7)
Generated by StatSVN 0.7.0