[Swift-commit] r5673 - SwiftApps/SciColSim
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Wed Feb 22 17:41:03 CST 2012
Author: jonmon
Date: 2012-02-22 17:41:03 -0600 (Wed, 22 Feb 2012)
New Revision: 5673
Modified:
SwiftApps/SciColSim/swiftopt.sh
SwiftApps/SciColSim/testopt.py
Log:
o change the default paramset in testopt.py to VERYFASTTEST
o swiftopt.sh now runs the convertbest.sh util on the output from annealing.swift
Modified: SwiftApps/SciColSim/swiftopt.sh
===================================================================
--- SwiftApps/SciColSim/swiftopt.sh 2012-02-22 23:24:05 UTC (rev 5672)
+++ SwiftApps/SciColSim/swiftopt.sh 2012-02-22 23:41:03 UTC (rev 5673)
@@ -147,8 +147,10 @@
runswift "$execsite.xml"
fi
-exit $?
+../bin/convertbest.sh *.txt
+exit
+
# @arg("nworkers","4")
# @arg("rerunsperapp", "100")
# @arg("seed", "0" ) FIXME
Modified: SwiftApps/SciColSim/testopt.py
===================================================================
--- SwiftApps/SciColSim/testopt.py 2012-02-22 23:24:05 UTC (rev 5672)
+++ SwiftApps/SciColSim/testopt.py 2012-02-22 23:41:03 UTC (rev 5673)
@@ -12,7 +12,7 @@
#paramset="default"
#paramset="mw2"
#paramset="VERYFASTTEST"
-paramset="beta"
+paramset="VERYFASTTEST"
print("Running with parameter set " + paramset + "\n\n");
More information about the Swift-commit
mailing list