Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 197 (100.0%) | 8.5 |
harman | 19 (82.6%) | 168 (85.3%) | 8.8 |
dav | 4 (17.4%) | 29 (14.7%) | 7.2 |
reverted back to 51366.
Commit 51367 caused problems with nightly RT.
0 lines of code changed in 2 files:
Now using the ln option
-f, --force remove existing destination files
when creating symbolic links in the local_RT directory.
5 lines of code changed in 1 file:
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.
20 lines of code changed in 3 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.
9 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:
Delete (") from dialog output. For some reason Beast.sci adds them
6 lines of code changed in 1 file:
Remove quotations " from dialog output. This bug only shows up on beast.sci.
11 lines of code changed in 2 files:
One more time. Capture both stdout and stderr to a sus.log file.
2 lines of code changed in 1 file:
send stdout to the screen and a file.
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.
4 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
33 lines of code changed in 3 files:
House cleaning
- moved localRT from scripts -> R_Tester/toplevel/localRT
26 lines of code changed in 1 file:
Added the ability for each component developer to add multiple
test subsets and select which subset to run via a dialog box. The subsets
can be comprised of any RT tests. For example, Arches now has
NIGHTLYTESTS = [....]
LOCALTESTS = [....]
DQMONTESTS = [....]
SCALARTESTS = [....]
In addition to defining the tests the user MUST MANUALLY update the list:
#LIST: LOCALTESTS DEBUGTESTS SCALARTESTS DQMONTESTS NIGHTLYTESTS
AND
in the getTestList() function.
49 lines of code changed in 1 file:
Update svn checkout command.
1 lines of code changed in 1 file:
fixed syntax error
1 lines of code changed in 1 file:
Put a loop around the svn checkout command that will try to checkout 10 times and sleep for a minute between tries.
28 lines of code changed in 1 file: