[Swift-commit] r5695 - trunk/bin

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Mon Feb 27 20:12:27 CST 2012


Author: jonmon
Date: 2012-02-27 20:12:27 -0600 (Mon, 27 Feb 2012)
New Revision: 5695

Modified:
   trunk/bin/start-coaster-service
Log:
o Use a variable to set the kernel for the start-workers-cobalt function in start-coaster-service



Modified: trunk/bin/start-coaster-service
===================================================================
--- trunk/bin/start-coaster-service	2012-02-27 17:08:01 UTC (rev 5694)
+++ trunk/bin/start-coaster-service	2012-02-28 02:12:27 UTC (rev 5695)
@@ -271,7 +271,7 @@
   # -t in minutes
   set -x
   cqsub -q ${QUEUE}   \
-        -k zeptoos    \
+        -k ${KERNEL}    \
         -t ${MAXTIME} \
         -n ${NODES}   \
         -C ${PWD}/${LOG_DIR} \




More information about the Swift-commit mailing list