Directory R_Tester/toplevel/

Total Files:
4
Deleted Files:
0
Lines of Code:
928

[root]/R_Tester/toplevel

Lines of Code

R_Tester/toplevel/ Lines of Code

Developers

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

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/toplevel: startLocalTest (changed)
harman 2013-12-18 11:24 Rev.: 51399

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:

  • R_Tester/toplevel: startLocalTest (+5 -5)
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.

20 lines of code changed in 3 files:

  • R_Tester/toplevel: generateGoldStandards.py (new), startLocalTest (+19 -4)
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.

9 lines of code changed in 1 file:

  • R_Tester/toplevel: startLocalTest (+9 -2)
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/toplevel: startTester (new)
harman 2013-11-15 09:33 Rev.: 51298

Delete (") from dialog output. For some reason Beast.sci adds them

6 lines of code changed in 1 file:

  • R_Tester/toplevel: startLocalTest (+6)
harman 2013-11-12 18:36 Rev.: 51266

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


11 lines of code changed in 2 files:

  • R_Tester/toplevel: localRT (+11)
harman 2013-08-07 16:39 Rev.: 50785

One more time. Capture both stdout and stderr to a sus.log file.

2 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+2 -2)
harman 2013-08-07 14:15 Rev.: 50781

send stdout to the screen and a file.

2 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+2 -2)
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.


4 lines of code changed in 1 file:

  • R_Tester/toplevel: generateGoldStandards.py (+4 -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


33 lines of code changed in 3 files:

  • R_Tester/toplevel: generateGoldStandards.py (+23 -18), startLocalTest (+9 -3), startTester (+1 -1)
harman 2013-07-15 07:27 Rev.: 50708

House cleaning
- moved localRT from scripts -> R_Tester/toplevel/localRT

26 lines of code changed in 1 file:

  • R_Tester/toplevel: localRT (+26)
harman 2013-07-12 14:14 Rev.: 50705

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:

  • R_Tester/toplevel: startLocalTest (+49 -7)
harman 2013-06-09 12:19 Rev.: 50436

Update svn checkout command.

1 lines of code changed in 1 file:

  • R_Tester/toplevel: startTester (+1 -1)
harman 2013-04-05 10:03 Rev.: 50071

fixed syntax error

1 lines of code changed in 1 file:

  • R_Tester/toplevel: startTester (+1 -2)
harman 2013-04-04 10:08 Rev.: 50060

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:

  • R_Tester/toplevel: startTester (+28 -11)
Generated by StatSVN 0.7.0