...
- Install an X11 server on your desktop or laptop, e.g. "Xming" on Windows, or "XQuartz" on MacOS.
SSH
to one of the Talapas login nodes (talapas-loginln1.uoregon.edu
) with X11 forwarding enabled:- If using the Putty
SSH
client on Windows, make sure that the X11 forwarding box is checked. - If using MacOS or Linux, connect using
ssh -Y
- If using the Putty
- Once on a Talapas login node, you have two options available,
xrun
orsrun
.- DEPRECATED: Using
xrun
, you can pass many of the same arguments toxrun
as you can tosrun
. - Using
srun
, use the--x11
flag (available in the Slurm 17.11 module)
- DEPRECATED: Using
- Launch your X11 application, e.g. type
xclock
...