Skip to content
Snippets Groups Projects
Commit 9b9d284a authored by Guilherme Calandrini's avatar Guilherme Calandrini
Browse files

fix pipeline issues

parent 8954795a
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.
...@@ -196,7 +196,7 @@ taurusi6604.taurus.hrsk.tu-dresden.de ...@@ -196,7 +196,7 @@ taurusi6604.taurus.hrsk.tu-dresden.de
### Interactive X11/GUI Jobs ### Interactive X11/GUI Jobs
Slurm will forward your X11 credentials to the first (or even all) node for a job with the Slurm will forward your X11 credentials to the first (or even all) node for a job with the
(undocumented) `--x11` option. (undocumented) `--x11` option.
```console ```console
marie@login$ srun --ntasks=1 --pty --x11=first xeyes marie@login$ srun --ntasks=1 --pty --x11=first xeyes
...@@ -212,8 +212,6 @@ marie@login$ srun --ntasks=1 --pty --x11=first xeyes ...@@ -212,8 +212,6 @@ marie@login$ srun --ntasks=1 --pty --x11=first xeyes
marie@login$ srun --ntasks=1 --cpus-per-task=8 --time=1:00:00 --pty --x11=first matlab marie@login$ srun --ntasks=1 --cpus-per-task=8 --time=1:00:00 --pty --x11=first matlab
``` ```
!!! hint "X11 error" !!! hint "X11 error"
If you are getting the error: If you are getting the error:
......
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