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

Remove partition interactive from documentation

- Currently no such partition available on any cluster
parent 05620d1e
No related branches found
No related tags found
2 merge requests!1086Automated merge from preview to main,!1065Remove partition interactive
......@@ -232,13 +232,6 @@ taurusi6604.taurus.hrsk.tu-dresden.de
shell, as shown in the example above. If you missed adding `-l` at submitting the interactive
session, no worry, you can source this files also later on manually (`source /etc/profile`).
!!! note "Partition `interactive`"
A dedicated partition `interactive` is reserved for short jobs (< 8h) with no more than one job
per user. An interactive partition is available for every regular partition, e.g.
`alpha-interactive` for `alpha`. Please check the availability of nodes there with
`sinfo |grep 'interactive\|AVAIL' |less`
### Interactive X11/GUI Jobs
Slurm will forward your X11 credentials to the first (or even all) node for a job with the
......
......@@ -158,7 +158,7 @@ processes.
```console
marie@login$ module ParaView/5.7.0-osmesa
marie@login$ srun --nodes=1 --ntasks=8 --mem-per-cpu=2500 --partition=interactive --pty pvserver --force-offscreen-rendering
marie@login$ srun --nodes=1 --ntasks=8 --mem-per-cpu=2500 --pty pvserver --force-offscreen-rendering
srun: job 2744818 queued and waiting for resources
srun: job 2744818 has been allocated resources
Waiting for client...
......@@ -254,5 +254,5 @@ it into thinking your provided GL rendering version is higher than what it actua
marie@login$ export MESA_GL_VERSION_OVERRIDE=3.2
# 3rd, start the ParaView GUI inside an interactive job. Don't forget the --x11 parameter for X forwarding:
marie@login$ srun --ntasks=1 --cpus-per-task=1 --partition=interactive --mem-per-cpu=2500 --pty --x11=first paraview
marie@login$ srun --ntasks=1 --cpus-per-task=1 --mem-per-cpu=2500 --pty --x11=first paraview
```
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