[Swift-commit] r5179 - SwiftApps/SwiftR/Swift/exec
tga at ci.uchicago.edu
tga at ci.uchicago.edu
Tue Sep 27 11:12:31 CDT 2011
Author: tga
Date: 2011-09-27 11:12:31 -0500 (Tue, 27 Sep 2011)
New Revision: 5179
Modified:
SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
SwiftApps/SwiftR/Swift/exec/configure-server-crayxt
Log:
Change timeout values so that crayxt has longer timeout than other configs
Modified: SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh
===================================================================
--- SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh 2011-09-27 15:23:40 UTC (rev 5178)
+++ SwiftApps/SwiftR/Swift/exec/EvalRBatchPersistent.sh 2011-09-27 16:12:31 UTC (rev 5179)
@@ -152,7 +152,7 @@
RPIDS=
-TIMEOUT=${SWIFTR_TIMEOUT:-30}
+TIMEOUT=${SWIFTR_TIMEOUT:-10}
IDLE_TIMEOUT=120
timeout_pid=
Modified: SwiftApps/SwiftR/Swift/exec/configure-server-crayxt
===================================================================
--- SwiftApps/SwiftR/Swift/exec/configure-server-crayxt 2011-09-27 15:23:40 UTC (rev 5178)
+++ SwiftApps/SwiftR/Swift/exec/configure-server-crayxt 2011-09-27 16:12:31 UTC (rev 5179)
@@ -28,7 +28,8 @@
<profile namespace="env" key="SWIFTR_TMP">$LUSTRE_TMP</profile>
<profile namespace="env" key="TMP">$LUSTRE_TMP</profile>
<profile namespace="env" key="LD_LIBRARY_PATH">$LD_LIBRARY_PATH</profile>
- <profile namespace="env" key="SWIFTR_TIMEOUT">5</profile>
+ <!-- Longer timeout often needed on Cray configuration-->
+ <profile namespace="env" key="SWIFTR_TIMEOUT">30</profile>
<profile namespace="env" key="R_LIBS_USER">$R_LIBS_USER</profile>
<workdirectory>$LUSTRE_TMP/swiftwork</workdirectory>
<scratch>$LUSTRE_TMP/swiftscratch</scratch>
More information about the Swift-commit
mailing list