Skip to content
Snippets Groups Projects
Commit a6e732bc authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

Flag 1 or multinode jobs as exclusive

parent da8f3b99
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@ submit_vnc_job () {
local sbatch_resources="#SBATCH --ntasks=24"
else
local sbatch_resources="#SBATCH --nodes=${SVNC_NODES}"
sbatch_resources+=$'\n#SBATCH --exclusive'
fi
ssh_frontend "cd .startvnc && sbatch" <<EOF
#!/bin/bash -l
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment