[Swift-commit] cog r3435
swift at ci.uchicago.edu
swift at ci.uchicago.edu
Wed Aug 1 14:45:03 CDT 2012
------------------------------------------------------------------------
r3435 | davidkelly999 | 2012-08-01 14:41:18 -0500 (Wed, 01 Aug 2012) | 2 lines
Point slurm provider to the correct shell scripts
------------------------------------------------------------------------
Index: modules/provider-localscheduler/etc/provider-slurm.properties
===================================================================
--- modules/provider-localscheduler/etc/provider-slurm.properties (revision 3434)
+++ modules/provider-localscheduler/etc/provider-slurm.properties (working copy)
@@ -8,17 +8,17 @@
#
# The path to qsub. The default assumes that qsub is in PATH
#
-qsub=notqsub
+qsub=slurm-qsub
#
# The path to qstat. The default assumes that qstat is in PATH
#
-qstat=notqstat
+qstat=slurm-qstat
#
# The path to qdel. The default assumes that qdel is in PATH
#
-qdel=notqdel
+qdel=slurm-qdel
# If true, use "#PBS -l mppwidth=" instead of "#PBS -l nodes="
# in PBS script
More information about the Swift-commit
mailing list