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

start-vnc: name job

parent d92b0f8c
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,7 @@ submit_vnc_job () {
fi
ssh_frontend "cd .startvnc && sbatch" <<EOF
#!/bin/bash -l
#SBATCH --job-name=vncserver
#SBATCH --partition=gpu
#SBATCH --constraint=${SVNC_CONSTRAINT}
${sbatch_resources}
......
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