[Swift-commit] cog r3536
swift at ci.uchicago.edu
swift at ci.uchicago.edu
Tue Jan 1 22:50:06 CST 2013
------------------------------------------------------------------------
r3536 | davidkelly999 | 2013-01-01 22:45:28 -0600 (Tue, 01 Jan 2013) | 2 lines
Updated slurm properties
------------------------------------------------------------------------
Index: modules/provider-localscheduler/etc/provider-slurm.properties
===================================================================
--- modules/provider-localscheduler/etc/provider-slurm.properties (revision 3535)
+++ modules/provider-localscheduler/etc/provider-slurm.properties (working copy)
@@ -6,28 +6,17 @@
poll.interval=5
#
-# The path to qsub. The default assumes that qsub is in PATH
+# The path to sbatch. The default assumes that sbatch is in PATH
#
-qsub=slurm-qsub
+sbatch=sbatch
#
-# The path to qstat. The default assumes that qstat is in PATH
+# The path to squeue. The default assumes that squeue is in PATH
#
-qstat=slurm-qstat
+squeue=squeue
#
-# The path to qdel. The default assumes that qdel is in PATH
+# The path to scancel. The default assumes that scancel is in PATH
#
-qdel=slurm-qdel
+scancel=scancel
-# If true, use "#PBS -l mppwidth=" instead of "#PBS -l nodes="
-# in PBS script
-use.mppwidth=false
-
-# If the jobType attribute is specified, then the PBS provider
-# will look for a property named "wrapper.<jobType>" and prepend
-# that to the executable line in the PBS script. It will also
-# substitute value of attributes in the job specification, using
-# the "$attrName" notation.
-#
-wrapper.mpi=mpirun -np $count
More information about the Swift-commit
mailing list