<div dir="ltr">Hi all,<div><br></div><div>Hoping I can get pointed in the right direction here. <br><br>I have X11 forwarding enabled in Slurm, however I cannot seem to get it working properly. It works when I test with "ssh -Y" to the compute node from the login node, however when I try through Slurm the Display variable looks very different, and I get an error. Example below:</div><div><br></div><div>[user@cluster-1 ~]$ ssh -Y cluster-cn02<br>Last login: Mon Nov 16 10:09:18 2020 from 172.21.150.10<br>-bash-4.2$ env | grep -i display<br>DISPLAY=172.21.150.102:10.0<br>-bash-4.2$ xclock<br>Warning: Missing charsets in String to FontSet conversion<br>** Clock pops up and works **<br><br>[user@cluster-1 ~]$ srun -p cluster -w cluster-cn02 --x11 --pty bash -l<br>bash-4.2$ env | grep -i display<br>DISPLAY=localhost:28.0<br>bash-4.2$ xclock<br>Error: Can't open display: localhost:28.0<br></div><div><br></div><div><br></div><div>Any ideas on where to begin looking? I'm not sure why the display variable is being set to localhost instead of the login node.</div><div><br></div><div>Thanks!</div><div><br></div></div>