[Swift-commit] r5589 - SwiftApps/SciColSim

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Sun Feb 12 15:09:41 CST 2012


Author: ketan
Date: 2012-02-12 15:09:41 -0600 (Sun, 12 Feb 2012)
New Revision: 5589

Modified:
   SwiftApps/SciColSim/README
   SwiftApps/SciColSim/swiftopt.sh
Log:
minor fix

Modified: SwiftApps/SciColSim/README
===================================================================
--- SwiftApps/SciColSim/README	2012-02-12 21:00:23 UTC (rev 5588)
+++ SwiftApps/SciColSim/README	2012-02-12 21:09:41 UTC (rev 5589)
@@ -28,7 +28,7 @@
 
   FIXME: specify the variants and how to speciy params.
   
-  FIXME: Params for gensites can also can be in the -p file I think.
+  FIXME: Params for gensites can also be in the -p file I think.
 
   FIXME: create a few more tet variations
 

Modified: SwiftApps/SciColSim/swiftopt.sh
===================================================================
--- SwiftApps/SciColSim/swiftopt.sh	2012-02-12 21:00:23 UTC (rev 5588)
+++ SwiftApps/SciColSim/swiftopt.sh	2012-02-12 21:09:41 UTC (rev 5589)
@@ -84,9 +84,9 @@
 # Do the run
 
 cd $rundir
+#SWIFT_HEAP_MAX=$ram SWIFT_LIB=.. $swift 2>&1 -tc.file tc -sites.file $execsite.xml -config cf ../annealing.swift -e33="$escapecode"\
 
 SWIFT_HEAP_MAX=$ram SWIFT_LIB=.. $swift >> swift.out 2>&1 -tc.file tc -sites.file $execsite.xml -config cf ../annealing.swift -e33="$escapecode" \
-#SWIFT_HEAP_MAX=$ram SWIFT_LIB=.. $swift 2>&1 -tc.file tc -sites.file $execsite.xml -config cf ../annealing.swift -e33="$escapecode"\
                                          \
 -minrange=$min_target_innovation         \
 -maxrange=$max_target_innovation         \




More information about the Swift-commit mailing list