Directory orderAccuracy/framework_scripts/

Directory Deleted:
2018-11-27 18:14
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/orderAccuracy/framework_scripts

Lines of Code

orderAccuracy/framework_scripts/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
harman 31 (100.0%) 827 (100.0%) 26.6

Most Recent Commits

harman 2018-11-27 18:14 Rev.: 58962

This should have been deleted in revision 58672

0 lines of code changed in 5 files:

  • orderAccuracy/framework_scripts: Utilities.pm (del), analyze_results.pl (del), findReplace (del), masterScript.pl (del), run_tests.pl (del)
harman 2018-09-13 17:12 Rev.: 58670

Studies that use slurm batch scheduler is working. Further testing is needed. Still need to add
post processing capabilities.

0 lines of code changed in 6 files:

  • orderAccuracy/framework_scripts: analyze_results.pl (changed), masterScript.pl (new), run_tests.pl (new)
harman 2018-09-11 16:06 Rev.: 58649

Started adding ability for batch scripts to be submitted. A template batch script is modified for
each test and submitted to the batch queue. Untested at this point.

128 lines of code changed in 3 files:

  • orderAccuracy/framework_scripts: Utilities.pm (+57 -1), run_tests.pl (+71 -12)
harman 2018-09-05 17:36 Rev.: 58589

Replaced XML::Simple -> XML::LibXML.

Added get_XML_value() utility. It returns either an array or a scalar and a default value
if the xml tag does not exist.

139 lines of code changed in 3 files:

  • orderAccuracy/framework_scripts: Utilities.pm (+63 -7), analyze_results.pl (+1 -1), masterScript.pl (+75 -73)
harman 2018-09-04 17:31 Rev.: 58582

Updated gnuplot scripts. Printing the curve fit parameters as labels on the plots works again.

analyze_results.pl, masterScript.pl, run_tests.pl
- moved common subroutine for cleaning out unwanted spaces and returns to a common module
Utilities.pm

analyze_results.pm
- converted from xml::Simple to XML::Lib
- Simplified and cleaned up.

139 lines of code changed in 4 files:

  • orderAccuracy/framework_scripts: Utilities.pm (+51), analyze_results.pl (+76 -91), masterScript.pl (+2 -45), run_tests.pl (+10 -49)
harman 2018-08-31 17:14 Rev.: 58577

Partial migration from XML::Simple to XML::LibXML. With LibXML you don't need to
manually parse the xml files and fill arrays to be later used (YUCK)_. Now just loop over tests
and pull out the xml entries for each test. Changed spec for replace_values to

< entry path= "<xmlpath>" value = 'X' />

Updated all tst files. More testing is needed.

161 lines of code changed in 3 files:

  • orderAccuracy/framework_scripts: analyze_results.pl (+51 -28), masterScript.pl (+9 -8), run_tests.pl (+101 -245)
harman 2018-08-28 12:29 Rev.: 58559

Deprecated findReplace, now using replace_XML_value.

Polished the OA scripts

Added advectScalar_1D.ups, it's the ups that started it all!

Updated test config files for advectScalar_1D.ups


10 lines of code changed in 2 files:

  • orderAccuracy/framework_scripts: masterScript.pl (-1), run_tests.pl (+10 -19)
harman 2018-08-27 16:56 Rev.: 58558


Removed symbolic links to ups files. They're no longer needed.

framework_scripts:
- symbolic_link tag is optional
- moved optional input file path into the tst files.
- if input file is not found look for it starting at $inputs_path

Compare_burn_rates:
Updated paths to gnuplot scripts

MPMICE/whatToRun.xml
- moved contents of Propagation_burning/whatToRun.xml and Compare_burn_rates/whatToRun.xml
into MPMICE/whatToRun.xml

44 lines of code changed in 2 files:

  • orderAccuracy/framework_scripts: masterScript.pl (+38 -23), run_tests.pl (+6 -6)
harman 2018-08-27 13:06 Rev.: 58556

- Add cleanStr() which removes new lines and white space. The user can have xml entries with spaces and new lines.
- Removed extra spec of <ups> in the whatToRun.xml files. This entry was redundant.

136 lines of code changed in 2 files:

  • orderAccuracy/framework_scripts: masterScript.pl (+82 -35), run_tests.pl (+54 -13)
harman 2018-05-16 15:02 Rev.: 58237

Added option to timeout a sus command if the wall clock time exceeds some value.

usage:
<susTimeout_minutes> X </susTimeout_minutes>

70 lines of code changed in 1 file:

  • orderAccuracy/framework_scripts: run_tests.pl (+70 -20)
Generated by StatSVN 0.7.0