Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 26 (100.0%) | 141 (100.0%) | 5.4 |
harman | 20 (76.9%) | 105 (74.5%) | 5.2 |
dav | 3 (11.5%) | 34 (24.1%) | 11.3 |
ahumphrey | 1 (3.8%) | 2 (1.4%) | 2.0 |
jas | 2 (7.7%) | 0 (0.0%) | 0.0 |
reverted back to 51366.
Commit 51367 caused problems with nightly RT.
0 lines of code changed in 2 files:
Reverting the use of Boost to perform file and directory copies for restarting.
0 lines of code changed in 2 files:
This fixes the problem Todd was seeing with very large domains.
M Core/Grid/Grid.cc
- Fix the problem with precision. Before, for large numbers, adding epsilon
did not change the number (due to not enough precision). See in-code
comments explaining this fix.
- Alphabetize the #includes.
M R_Tester/toplevel/startLocalTest
- Clean up (add white space) some of the error messages.
- Add the ability to point at a 'gold standard' TestData directory that is
in a different location then the current directory. To use this feature,
set the TEST_DATA environment variable with an absolute path to the
gold standard directory of choice.
M R_Tester/toplevel/generateGoldStandards.py
- Clean up output message.
M R_Tester/helpers/selectComponents.sh
- Print out a list of possible test components to make it easier for the user
to set the TEST_COMPONENTS environment variable.
28 lines of code changed in 2 files:
Number of cleanups and a fix to get Wasatch in Arches compiling.
M CCA/Components/Wasatch/CoordinateHelper.cc
M CCA/Components/Wasatch/TaskInterface.cc
- Comment out "oldVar" as it isn't used and this removes a compiler warning.
M CCA/Components/Wasatch/Expressions/BoundaryConditions/PressureBC.cc
- Add newline to end of file to remove compiler warning.
M CCA/Components/Wasatch/Expressions/BoundaryConditions/VardenMMSBCs.cc
- Don't define your own PI, just use the built in M_PI.
- #include paths should be absolute <>, not relative "".
- Add newline to end of file to remove compiler warning.
M CCA/Components/Wasatch/Expressions/BoundaryConditions/VardenMMSBCs.h
- Place multiple include guard at very top of file to speed file processing.
- #include paths should be absolute <>, not relative "".
- Remove tabs, add some white space for readability.
M CCA/Components/Arches/ExplicitSolver.cc
- Wasatch_in_Arches was not compiling for me... Had to fix use of
TaskInterface constructor - added in State variable. I assume this
is correct (at least it compiles). If someone from Warches could
verify, that would be great. I note James took a shot at fixing this
in the previous commit, but he only added the (non-existent?) variable
'state', to one of the places the state was needed.
- Indent #includes for readability.
M R_Tester/toplevel/startLocalTest
M R_Tester/helpers/runSusTests.py
- Allow the user to specify a different directory of Gold Standards to
test against. This is done using the environment variable
TEST_DATA. In other words, if you have built Gold Standards in
.../Uintah/opt/TestData, and you wish to test your debug build
against the opt generated gold standards, then, from your debug
directory, you do (assuming it is parallel to the opt dir):
setenv TEST_DATA ../opt/TestData
and then run "make runLocalRT" as normal.
M CCA/Components/Wasatch/TaskInterface.h
- Line up parameters for readability.
6 lines of code changed in 1 file:
-updated RT settings for albion.sci
-No longer sending remake email to dav. I'm sure he hasn't looked at it in years.
0 lines of code changed in 2 files:
update the configure line for albion.
0 lines of code changed in 2 files:
Remove quotations " from dialog output. This bug only shows up on beast.sci.
7 lines of code changed in 1 file:
Removed dead code that emailed John and Alan.
0 lines of code changed in 2 files:
Now using system boost on the RT machine.
2 lines of code changed in 1 file:
Corrected the replace_all_GS instructions.
1 lines of code changed in 1 file:
Check for dialog and awk and warn user if they aren't found. Removed hard coded path.
0 lines of code changed in 2 files:
Added the configure option
--enable-ray-scatter
to the nightly regression testing machine configuration.
Pruned out old config.
2 lines of code changed in 1 file:
<Component>.py: Fixed typo.
GenerateGoldStandards.py & runSusTests.py
- added aurora to the hack that indicates which machines have gpus.
RMCRT_test_1L.ups
- this is now a symbolic link to the orginal input file.
6 lines of code changed in 1 file:
When generating gold standards the user can now select which subset of tests to run.
Throw an error if the subset of tests to run localRT or generate goldStandards
is not explicitly defined. Previously, the default was the nightly tests.
User can control which components to run via the env var:
TEST_COMPONENTS
and which subset of tests with the env var:
WHICH_TESTS
87 lines of code changed in 1 file:
added () around filename exceptions so you can detect when an errant space is present
0 lines of code changed in 2 files:
if compare_uda fails execute
compute_Lnorms <uda1> <uda2>
and save the output to compare_sus_runs.txt
0 lines of code changed in 2 files:
Don't email Alan anymore when goldstandards are updated.
2 lines of code changed in 1 file: