Visualization
Has been moved: here
Visualization on computational nodes
X11 forwarding is available on the compute and GPU nodes of Elja. To use this feature a few steps must be taken to create a "double tunnel" that looks something like this
compute-node -> login-node -> local-machine
- First you must connect with the -XY as stated above or using XLaunch with PuTTy as stated below.
- You must allocate a node with slurm
srun -n 1 --partition 48cpu_192mem --x11 --pty bash
This will allow you to run graphical interfaces on our compute nodes that you can view on your local machine.