Skip to content
Snippets Groups Projects
Commit d2c74c63 authored by Sebastian Döbel's avatar Sebastian Döbel
Browse files

fix some typos

parent e3d70882
No related branches found
No related tags found
2 merge requests!839Automated merge from preview to main,!837Fix some Typos
......@@ -74,8 +74,8 @@ The available compute nodes are grouped into logical (possibly overlapping) sets
Some partitions/nodes have Simultaneous Multithreading (SMT) enabled. You request for this
additional threads using the Slurm option `--hint=multithread` or by setting the environment
varibale `SLURM_HINT=multithread`. Besides the usage of the threads to speed up the computations,
the memory of the other threads is allocated implicitly, too, and you will allways get
variable `SLURM_HINT=multithread`. Besides the usage of the threads to speed up the computations,
the memory of the other threads is allocated implicitly, too, and you will always get
`Memory per Core`*`number of threads` as memory pledge.
Some partitions have a *interactive* counterpart for interactive jobs. The corresponding partitions
......
......@@ -341,7 +341,7 @@ Please read the Slurm documentation at https://slurm.schedmd.com/sbatch.html for
You can use chain jobs to **create dependencies between jobs**. This is often useful if a job
relies on the result of one or more preceding jobs. Chain jobs can also be used to split a long
runnning job exceeding the batch queues limits into parts and chain these parts. Slurm has an option
running job exceeding the batch queues limits into parts and chain these parts. Slurm has an option
`-d, --dependency=<dependency_list>` that allows to specify that a job is only allowed to start if
another job finished.
......
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