[Swift-commit] r5576 - SwiftApps/SciColSim

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Thu Feb 9 18:09:47 CST 2012


Author: wilde
Date: 2012-02-09 18:09:47 -0600 (Thu, 09 Feb 2012)
New Revision: 5576

Modified:
   SwiftApps/SciColSim/README
Log:
Clarified a few things in README for swiftop.sh

Modified: SwiftApps/SciColSim/README
===================================================================
--- SwiftApps/SciColSim/README	2012-02-10 00:01:23 UTC (rev 5575)
+++ SwiftApps/SciColSim/README	2012-02-10 00:09:47 UTC (rev 5576)
@@ -1,15 +1,23 @@
 *** FIXME: New quiskstart to integrate
 
+#-----
+
 cd $HOME
 svn co https://svn.ci.uchicago.edu/svn/vdl2/SwiftApps/SciColSim
 cd SciColSim
 
 ./getswift.sh  # just do this one
 
-./swiftopt.sh -s local -p Fast01
+./swiftopt.sh -s local -p Fast01 &    # Tells you what run dir its in.  Note the "&" !!!
 
-./swiftopt.sh -s pads  -p ARtest01
+cd runNNN                             # cd to that run dir eg run007
+tail -f swift.out                     # to view progress
+tail -f best_some_opt_swift.txt       # to view optimization results
 
+./swiftopt.sh -s pads  -p ARtest01    # Etc.
+
+#-----
+
 Args:
 
   -s site to run on: can be local, pads, beagle 




More information about the Swift-commit mailing list