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

tga at ci.uchicago.edu tga at ci.uchicago.edu
Wed Sep 28 16:49:12 CDT 2011


Author: tga
Date: 2011-09-28 16:49:12 -0500 (Wed, 28 Sep 2011)
New Revision: 5191

Modified:
   SwiftApps/SwiftR/Swift/exec/configure-server-crayxt
Log:
Use dev/shm on beagle

Modified: SwiftApps/SwiftR/Swift/exec/configure-server-crayxt
===================================================================
--- SwiftApps/SwiftR/Swift/exec/configure-server-crayxt	2011-09-28 20:26:35 UTC (rev 5190)
+++ SwiftApps/SwiftR/Swift/exec/configure-server-crayxt	2011-09-28 21:49:12 UTC (rev 5191)
@@ -23,16 +23,16 @@
     <profile namespace="karajan" key="jobThrottle">$throttle</profile>
     <profile namespace="karajan" key="initialScore">10000</profile>
     <filesystem provider="local" url="none"/>
-    <profile namespace="env" key="SWIFTR_TMP">$LUSTRE_TMP</profile>
-    <!-- Add randomness to avoid R tmp directories filling up top directory:
-      R isn't always very good about cleaning up after itself -->
-    <profile namespace="env" key="TMPDIR">$LUSTRE_RTMP</profile>
     <profile namespace="env" key="LD_LIBRARY_PATH">$LD_LIBRARY_PATH</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>
+    
+    <profile namespace="env" key="SWIFTR_TMP">/dev/shm/$USER/</profile>
+    <profile namespace="env" key="TMPDIR">/dev/shm</profile>
+    <!-- <workdirectory>$LUSTRE_TMP/swiftwork</workdirectory> -->
+    <workdirectory>/dev/shm/$USER/swiftwork</workdirectory>
+    <scratch>/dev/shm/$USER/swiftscratch</scratch>
   </pool>
 
 </config>




More information about the Swift-commit mailing list