Skip to content

Commit

Permalink
Merge pull request #3 from lsst/tickets/DM-12694
Browse files Browse the repository at this point in the history
Make default queue "debug", and allow other queues to be specified
  • Loading branch information
srp3rd committed Nov 28, 2017
2 parents 5ca01e7 + 1f09b1a commit 3865e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etc/config/slurmConfig.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config.platform.queue = "normal"
config.platform.queue = "debug"
config.platform.scratchDirectory = "/scratch/$USER_NAME/condor_scratch"
config.platform.loginHostName = "lsst-dev01.ncsa.illinois.edu"
config.platform.loginHostName = "lsst-dev.ncsa.illinois.edu"
config.platform.utilityPath = "/usr/sbin/"
2 changes: 1 addition & 1 deletion etc/templates/generic.slurm.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -l
#SBATCH -p debug
#SBATCH -p $QUEUE
#SBATCH -N $NODE_COUNT
#SBATCH -t $WALL_CLOCK
#SBATCH -n $NODE_COUNT
Expand Down

0 comments on commit 3865e40

Please sign in to comment.