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

Add display to hostname

parent 8eff5e60
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,8 @@ ${sbatch_resources}
#SBATCH --parsable
#SBATCH --dkrzepilog=0
cd \${HOME}
scontrol show hostname \${SLURM_JOB_NODELIST} | sed 'p;p;p' > \
scontrol show hostname \${SLURM_JOB_NODELIST} | \
awk '{print $0":00";print $0":01";print$0":02";print $0":03"}' > \
.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