...
If your interactive job will involve a program like rstudio, which uses X11 to provide graphical output, there are several options. You can use the srun --x11
flag like so to forward your X11 connection back to your workstation X server.
Code Block | ||||
---|---|---|---|---|
| ||||
srun --x11 --pty --partition=short --mem=4G --time=4:00 bash |
...