Update home authored by van Vliet's avatar van Vliet
...@@ -887,6 +887,10 @@ First put your job on hold, update the settings and then release your job: ...@@ -887,6 +887,10 @@ First put your job on hold, update the settings and then release your job:
See the man page for the scontrol command. See the man page for the scontrol command.
### X11 forwarding
You can enable X11 forwarding with the "--x11" parameter, for example:
* srun -n1 --pty --x11 xclock
### Slurm Environment Variables ### Slurm Environment Variables
Available environment variables include: Available environment variables include:
... ...
......