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

Improve wording

parent 11dce1e8
No related branches found
No related tags found
2 merge requests!1086Automated merge from preview to main,!1065Remove partition interactive
......@@ -165,13 +165,13 @@ allocation with desired switch count or the time limit expires. Acceptable time
## Interactive Jobs
Interactive activities like editing, compiling, preparing experiments etc. are normally limited to
the login nodes. For longer interactive sessions, you can allocate cores on the compute node with
the command `salloc`. It takes the same options as `sbatch` to specify the required resources.
the login nodes. For longer interactive sessions, you can allocate resources on the compute node
with the command `salloc`. It takes the same options as `sbatch` to specify the required resources.
`salloc` returns a new shell on the node where you submitted the job. You need to use the command
`srun` in front of the following commands to have these commands executed on the allocated
resources. If you allocate more than one task, please be aware that `srun` will run the command on
each allocated task by default! To release the allocated resources, invoke the command `exit` or
resources. If you request for more than one task, please be aware that `srun` will run the command
on each allocated task by default! To release the allocated resources, invoke the command `exit` or
`scancel <jobid>`.
```console
......
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