Skip to content
Snippets Groups Projects
Commit 3f2b63c5 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Removed up-to-date from slurm_examples.md.

parent 0d5beff7
No related branches found
No related tags found
2 merge requests!839Automated merge from preview to main,!837Fix some Typos
...@@ -9,10 +9,10 @@ depend on the type of parallelization and architecture. ...@@ -9,10 +9,10 @@ depend on the type of parallelization and architecture.
An SMP-parallel job can only run within a node, so it is necessary to include the options `--node=1` An SMP-parallel job can only run within a node, so it is necessary to include the options `--node=1`
and `--ntasks=1`. The maximum number of processors for an SMP-parallel program is 896 and 56 on and `--ntasks=1`. The maximum number of processors for an SMP-parallel program is 896 and 56 on
partition `taurussmp8` and `smp2`, respectively. Please refer to the partition `taurussmp8` and `smp2`, respectively, as described in the
[partitions section](partitions_and_limits.md#memory-limits) for up-to-date information. Using the [section on memory limits](partitions_and_limits.md#memory-limits). Using the option
option `--cpus-per-task=<N>` Slurm will start one task and you will have `N` CPUs available for your `--cpus-per-task=<N>` Slurm will start one task and you will have `N` CPUs available for your job.
job. An example job file would look like: An example job file would look like:
!!! example "Job file for OpenMP application" !!! example "Job file for OpenMP application"
......
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