Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 63 (100.0%) | 4.5 |
harman | 13 (92.9%) | 61 (96.8%) | 4.6 |
dav | 1 (7.1%) | 2 (3.2%) | 2.0 |
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:
Added Allen S. to the email list for the gpu_rt.
1 lines of code changed in 1 file:
*.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.
8 lines of code changed in 2 files:
- 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.
3 lines of code changed in 1 file:
export AUTO_UPDATE_SVN_STAMP which enables the passing svn revision to be logged
1 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.
9 lines of code changed in 1 file:
Removed albion configuration.
Added configuration for gpu_rt@uintah-build.chpc.utah.edu
18 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.
1 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.
20 lines of code changed in 3 files:
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).
2 lines of code changed in 1 file: