[Swift-commit] r5605 - SwiftApps/SciColSim/conf

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Mon Feb 13 16:53:52 CST 2012


Author: jonmon
Date: 2012-02-13 16:53:52 -0600 (Mon, 13 Feb 2012)
New Revision: 5605

Modified:
   SwiftApps/SciColSim/conf/gen.tc
Log:
sumloss now runs on the execution site instead of always local, only until swiftopt.sh can handle this case where we need both.



Modified: SwiftApps/SciColSim/conf/gen.tc
===================================================================
--- SwiftApps/SciColSim/conf/gen.tc	2012-02-13 22:47:22 UTC (rev 5604)
+++ SwiftApps/SciColSim/conf/gen.tc	2012-02-13 22:53:52 UTC (rev 5605)
@@ -3,6 +3,6 @@
 site=$1
 
 cat <<END
-$site   evolve  $(pwd)/evolve.sh  null null GLOBUS::maxwalltime="00:10:00"
-local   sumloss $(pwd)/sumloss.sh null null null
+$site evolve $(pwd)/evolve.sh null null GLOBUS::maxwalltime="00:10:00"
+$site sumloss $(pwd)/sumloss.sh null null null
 END




More information about the Swift-commit mailing list