Skip to content
Snippets Groups Projects
Commit c6c31813 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'gupa977e--tu-dresden.de-preview-patch-41003' into 'preview'

I tried the example with MATLAB however it took some time to open the MATLAB.

See merge request !680
parents 7eddeb49 29d8111b
No related branches found
No related tags found
2 merge requests!707Automated merge from preview to main,!680I tried the example with MATLAB however it took some time to open the MATLAB.
......@@ -212,12 +212,10 @@ taurusi6604.taurus.hrsk.tu-dresden.de
### Interactive X11/GUI Jobs
Slurm will forward your X11 credentials to the first (or even all) node for a job with the
(undocumented) `--x11` option. For example, an interactive session for one hour with Matlab using
eight cores can be started with:
(undocumented) `--x11` option.
```console
marie@login$ module load MATLAB
marie@login$ srun --ntasks=1 --cpus-per-task=8 --time=1:00:00 --pty --x11=first matlab
marie@login$ srun --ntasks=1 --pty --x11=first xeyes
```
!!! hint "X11 error"
......@@ -492,7 +490,7 @@ marie@login$ scontrol show res=<reservation name>
```
If you want to use your reservation, you have to add the parameter
`--reservation=<reservation name>` either in your sbatch script or to your `srun` or `salloc` command.
`--reservation=<reservation name>` either in your job script or to your `srun` or `salloc` command.
## Node Features for Selective Job Submission
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment