Running graphical applications interactively
vncserver -geometry 1920x1080 -depth 24 :display-number
~/.vnc/xstartup
mul-hpc-81a.unileoben.ac.at:display-number
mul-hpc-81b
for login node 2#!/bin/bash #SBATCH --partition E5-1650 #SBATCH --qos=E5-1650-inter #SBATCH --nodes=1 #SBATCH --ntasks-per-node=1 #SBATCH --mem=15G #SBATCH --job-name=abqcae abq=/opt/sw/x86_64/generic/abaqus/Commands/abq2017 xpra start \ --daemon=no \ --exit-with-children=yes \ --start-child="$abq cae -mesa"
#!/bin/bash #SBATCH --partition E5-2690v4 #SBATCH --qos=E5-2690v4-inter #SBATCH --nodes=1 #SBATCH --ntasks-per-node=14 #SBATCH --mem=30G #SBATCH --job-name=fluent171 fluent=/opt/sw/x86_64/generic/ansys_inc/v171/fluent/bin/fluent xpra start \ --daemon=no \ --exit-with-children=yes \ --start-child="$fluent 3ddp -t1"
sbatch+display
to submit and display a jobdisplay JOBID
to display job with given JOBIDdisplay-all
to display graphical output of all your jobsundisplay JOBID
for one JOBIDundisplay-all
for all your jobsLive demonstration.