Skip to content

Commit d147651

Browse files
committed
qsmv: allow 4 smokeview's to run on a node at a time
1 parent b7ca98a commit d147651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Scripts/qsmv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ QSUB="qsub -q $queue"
372372
#*** setup for SLURM (alternative to torque)
373373

374374
if [ "$RESOURCE_MANAGER" == "SLURM" ]; then
375-
QSUB="sbatch --cpus-per-task=8 -p $queue --ignore-pbs "
375+
QSUB="sbatch --cpus-per-task=16 -p $queue --ignore-pbs "
376376
# QSUB="sbatch -p $queue --ignore-pbs "
377377
fi
378378

0 commit comments

Comments
 (0)