Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix formatting

...

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
languagetext
themeEmacs
srun --x11 --pty --partition=short --mem=4G --time=4:00 bash

...