[Swift-commit] r4549 - in SwiftApps/SwiftR: . Swift/exec
    tga at ci.uchicago.edu 
    tga at ci.uchicago.edu
       
    Fri Jun  3 11:40:15 CDT 2011
    
    
  
Author: tga
Date: 2011-06-03 11:40:15 -0500 (Fri, 03 Jun 2011)
New Revision: 4549
Modified:
   SwiftApps/SwiftR/IMMEDIATE-TODO
   SwiftApps/SwiftR/Swift/exec/start-swift
Log:
Fixed default time bug.
Modified: SwiftApps/SwiftR/IMMEDIATE-TODO
===================================================================
--- SwiftApps/SwiftR/IMMEDIATE-TODO	2011-06-03 16:12:34 UTC (rev 4548)
+++ SwiftApps/SwiftR/IMMEDIATE-TODO	2011-06-03 16:40:15 UTC (rev 4549)
@@ -17,7 +17,7 @@
 
 HIGH:
 -- sometimes the server crashes after servicing first request(
-    only observer when running locally and on sge)
+    only observed when running locally and on sge)
 
 HIGH:
 -- Benchmark ideas
@@ -27,7 +27,10 @@
 MED: 
 -- Have a more user-friendly way to specify some of the more common
     custom setups:
-    - E.g. PBS with Dynamic submission of jobs of various lengths
+    - PBS with Dynamic submission of jobs of various lengths
+        * Done: pbsauto
+        * This needs to be tested a bit more on other setups
+
     -   other batch schedulers
 
     This involves specifying
Modified: SwiftApps/SwiftR/Swift/exec/start-swift
===================================================================
--- SwiftApps/SwiftR/Swift/exec/start-swift	2011-06-03 16:12:34 UTC (rev 4548)
+++ SwiftApps/SwiftR/Swift/exec/start-swift	2011-06-03 16:40:15 UTC (rev 4549)
@@ -523,7 +523,7 @@
 
 server=local
 time="00:30:00"
-time_secs=30
+time_secs=1800
 nodes=1
 queue=short
 cores=0
    
    
More information about the Swift-commit
mailing list