[root]/orderAccuracy/framework_scripts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
harman | 31 (100.0%) | 827 (100.0%) | 26.6 |
This should have been deleted in revision 58672
0 lines of code changed in 5 files:
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:
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:
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:
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:
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:
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:
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:
- 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:
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: