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

Repeat hostname for each GPU in node

parent ce495974
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ ${sbatch_resources}
#SBATCH --parsable
#SBATCH --dkrzepilog=0
cd \${HOME}
scontrol show hostname \${SLURM_JOB_NODELIST} > \
scontrol show hostname \${SLURM_JOB_NODELIST} | sed 'p;p;p' > \
.startvnc/nodelist_\${SLURM_JOB_ID}.txt
/opt/TurboVNC/bin/vncserver -fg -geometry "${SVNC_GEOMETRY}" -localhost
EOF
......
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