[root]/Packages/Uintah/orderAccuracy/framework_scripts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
harman | 31 (100.0%) | 1062 (100.0%) | 34.2 |
clean up some of the output
added a script that can be called from a nightly crontab job.
52 lines of code changed in 5 files:
- now running ICE/MPMICE tests
- analye_results.pl now modifies the title/xlabel/ylabel on the gnuplot script.
21 lines of code changed in 3 files:
-pass the tst file to run_tests.pl & analyze_results.pl
-removed comparison file code. No longer needed.
-removed default gnuplot file code. User should just copy example gnuplot scripts
-cleaned up stdout output.
114 lines of code changed in 3 files:
-documentation
-take into account xml tag name change (Interactive->sus_cmd & compCommand->compare_cmd)
-removed code related to pbs
55 lines of code changed in 1 file:
-Documentation
-bulletproofing
-add comparisonUtils to Path
58 lines of code changed in 1 file:
removed hardcoding for the tst filename when looking to find out what gnuplot file to use
1 lines of code changed in 1 file:
fixed conditonal syntax
globally changed one_big_comp.xml --> compareAll.xml
11 lines of code changed in 2 files:
corrected header comments
0 lines of code changed in 2 files:
findReplace
script to perform find and replace in ups file
run_tests.pl
added ability to replace xml individual lines on the master ups
added ability to perform find & replace in the master ups
syntax:
<AllTests>
<replace_lines>
<lower> [-0.05,-0.05,-1.0] </lower>
<upper> [ 0.05, 0.05, 1.0] </upper>
<extraCells> [1,1,0] </extraCells>
<periodic> [0,0,1] </periodic>
<velocity> [0,0,10.] </velocity>
<coeff> [0,0,20] </coeff>
</replace_lines>
<substitutions>
<text find="z-" replace="x-" />
<text find="z+" replace="x+" />
</substitutions>
</AllTests>
115 lines of code changed in 3 files:
Basically works for 1 component 1 test.
-Need to test framework on multiple components and tests.
104 lines of code changed in 3 files:
Small step forward.
- bulletproofing, better error messages
- copy gnuplot script to the correct dir
21 lines of code changed in 3 files:
initial commit for order-of-accuracy testing framework.
Most of the pieces are there, and it sort of runs.
510 lines of code changed in 4 files: