Hello,
I am trying to run programs with graphical output using slurm.
I tried srun's --pty option to start a shell. Everything looks fine and DISPLAY
variable is set, yet programs are not able to connect to the DISPLAY. I get
error stating failed to connect to localhost:11.0 from node1
Then I tried using P. Anderssons scripts and they seem to work fine:
https://computing.llnl.gov/linux/slurm/faq.html#terminal
So, am I understanding correctly that --pty option should allow X11 forwarding?
Is there a trick to get it working?
Thanks,
Evren