[Swift-commit] r5176 - SwiftApps/SwiftR/Swift/exec

tga at ci.uchicago.edu tga at ci.uchicago.edu
Tue Sep 27 09:58:54 CDT 2011


Author: tga
Date: 2011-09-27 09:58:54 -0500 (Tue, 27 Sep 2011)
New Revision: 5176

Modified:
   SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
Log:
extra messages, timeout from env var

Modified: SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
===================================================================
--- SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh	2011-09-27 01:30:18 UTC (rev 5175)
+++ SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh	2011-09-27 14:58:54 UTC (rev 5176)
@@ -153,7 +153,7 @@
 
 RPIDS=
 
-TIMEOUT=30
+TIMEOUT=${SWIFTR_TIMEOUT:-30}
 IDLE_TIMEOUT=120
 timeout_pid=
 
@@ -202,6 +202,7 @@
   launchRServer $SLOTDIR
 else
   # wait to make sure fifo exists
+  echo DB: Slot directory $SLOTDIR already exists
   # R.pid is created last and left if, so wait for that
   while true; do 
     if [ -f $SLOTDIR/R.pid ]; then




More information about the Swift-commit mailing list