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

Remove x11-forwarding example using matlab

parent 9b9d284a
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.
......@@ -202,16 +202,6 @@ Slurm will forward your X11 credentials to the first (or even all) node for a jo
marie@login$ srun --ntasks=1 --pty --x11=first xeyes
```
??? note "Interactive MATLAB"
For example, an interactive session for one hour with Matlab using
eight cores can be started with:
```console
marie@login$ module load MATLAB
marie@login$ srun --ntasks=1 --cpus-per-task=8 --time=1:00:00 --pty --x11=first matlab
```
!!! hint "X11 error"
If you are getting the error:
......@@ -477,7 +467,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