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

tga at ci.uchicago.edu tga at ci.uchicago.edu
Wed Apr 20 13:55:38 CDT 2011


Author: tga
Date: 2011-04-20 13:55:38 -0500 (Wed, 20 Apr 2011)
New Revision: 4392

Modified:
   SwiftApps/SwiftR/Swift/exec/start-swift
Log:
Added missing ppn directive for pbs server.


Modified: SwiftApps/SwiftR/Swift/exec/start-swift
===================================================================
--- SwiftApps/SwiftR/Swift/exec/start-swift	2011-04-20 18:50:02 UTC (rev 4391)
+++ SwiftApps/SwiftR/Swift/exec/start-swift	2011-04-20 18:55:38 UTC (rev 4392)
@@ -91,7 +91,7 @@
 #PBS -S /bin/sh
 #PBS -N SwiftR-workers
 #PBS -m n
-#PBS -l nodes=$nodes
+#PBS -l nodes=$nodes:ppn=$cores
 #PBS -l walltime=$time
 #PBS -o $HOME
 #PBS -e $HOME




More information about the Swift-commit mailing list