Directory R_Tester/helpers/

Total Files:
9
Deleted Files:
0
Lines of Code:
2049

[root]/R_Tester/helpers

Lines of Code

R_Tester/helpers/ Lines of Code

Developers

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

Most Recent Commits

harman 2013-12-21 17:29 Rev.: 51411

reverted back to 51366.

Commit 51367 caused problems with nightly RT.

0 lines of code changed in 2 files:

  • R_Tester/helpers: runSusTests.py (new)
jas 2013-12-17 15:36 Rev.: 51394

Reverting the use of Boost to perform file and directory copies for restarting.

0 lines of code changed in 2 files:

  • R_Tester/helpers: runComponentTests (new)
dav 2013-12-12 16:42 Rev.: 51381


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:

  • R_Tester/helpers: selectComponents.sh (new)
dav 2013-12-08 14:46 Rev.: 51367

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:

  • R_Tester/helpers: runSusTests.py (+6 -1)
harman 2013-11-25 15:04 Rev.: 51336

-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:

  • R_Tester/helpers: runTests (new)
harman 2013-11-22 12:19 Rev.: 51328

update the configure line for albion.

0 lines of code changed in 2 files:

  • R_Tester/helpers: build (new)
harman 2013-11-12 18:36 Rev.: 51266

Remove quotations " from dialog output. This bug only shows up on beast.sci.


7 lines of code changed in 1 file:

  • R_Tester/helpers: selectComponents.sh (+7)
harman 2013-11-11 09:15 Rev.: 51256

Removed dead code that emailed John and Alan.

0 lines of code changed in 2 files:

  • R_Tester/helpers: replace_gold_standard (new)
harman 2013-10-25 12:29 Rev.: 51150

Now using system boost on the RT machine.

2 lines of code changed in 1 file:

  • R_Tester/helpers: build (+2 -2)
harman 2013-10-23 12:29 Rev.: 51133

Corrected the replace_all_GS instructions.

1 lines of code changed in 1 file:

  • R_Tester/helpers: runSusTests.py (+1 -1)
harman 2013-10-22 11:18 Rev.: 51128

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:

  • R_Tester/helpers: replace_all_GS (changed)
harman 2013-08-06 15:42 Rev.: 50776

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:

  • R_Tester/helpers: build (+2 -10)
harman 2013-08-02 10:34 Rev.: 50764

<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:

  • R_Tester/helpers: runSusTests.py (+6 -3)
harman 2013-07-16 08:10 Rev.: 50721

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:

  • R_Tester/helpers: selectComponents.sh (+87 -12)
harman 2013-06-20 09:46 Rev.: 50545

added () around filename exceptions so you can detect when an errant space is present

0 lines of code changed in 2 files:

  • R_Tester/helpers: modUPS.py (changed)
harman 2013-04-26 10:19 Rev.: 50177

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:

  • R_Tester/helpers: compare_sus_runs_by_udas (changed)
ahumphrey 2013-01-27 13:19 Rev.: 49826

Don't email Alan anymore when goldstandards are updated.

2 lines of code changed in 1 file:

  • R_Tester/helpers: replace_gold_standard (+2 -2)
Generated by StatSVN 0.7.0