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 |
Removed space. High water memory failures will now be caught.
0 lines of code changed in 2 files:
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:
*.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:
gpu_rt configure line:
--enable-gencode=35 -> 52
1 lines of code changed in 1 file:
Plot high water usage before exiting. This hasn't been working since 09/07/17
6 lines of code changed in 1 file:
Merge the malloc_stats file before checking if it exists.
7 lines of code changed in 1 file:
Added a BUILDBOT list which is the NIGHTLYTESTS - any performance test.
17 lines of code changed in 1 file:
added bulletproofing.
Throw error message if the gold standard malloc stats don't exist.
8 lines of code changed in 2 files:
More descriptive messages during script execution.
0 lines of code changed in 2 files:
*.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:
- 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:
increased size of dialog window
0 lines of code changed in 2 files:
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:
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:
isValid_inputFile()
-Additional contraints for determining when a input file is valid.
<outputInitTimestep/> + outputTimestepInterval > 1
25 lines of code changed in 1 file:
isValid_inputFile()
- Ignore tests that start from a pre-computed checkpoint.
7 lines of code changed in 1 file:
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:
bulletpoofing
- changed the code for determining the number of failed tests.
7 lines of code changed in 1 file:
reference make3.log when concatenating to the htmllog
5 lines of code changed in 1 file:
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:
- removed unnecessary machine dependencies
- fixed bug when comments contain certain punctuation characters.
5 lines of code changed in 1 file:
Enabled the source code modification script for the gpu_rt.
4 lines of code changed in 1 file:
Added $USER to the subject line of the emails.
2 lines of code changed in 1 file:
Uintah-build:
--with-mpi=built-in << needed for the cuda builds
5 lines of code changed in 1 file:
Removed albion configuration.
Added configuration for gpu_rt@uintah-build.chpc.utah.edu
17 lines of code changed in 1 file:
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:
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:
For RT machine added --with-mpi=/usr/ to configure command.
7 lines of code changed in 1 file:
Use the version of python in the user's environment, not /usr/bin/python.
2 lines of code changed in 3 files:
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:
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:
-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:
-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:
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: