Skip to content
Snippets Groups Projects
Commit 9b6e56ba authored by Thomas Lynn Marcus's avatar Thomas Lynn Marcus
Browse files

edited for comprehensability

parent 57e9199d
No related branches found
No related tags found
2 merge requests!719Automated merge from preview to main,!718edited Partitions and Limits: minor changes
......@@ -32,7 +32,7 @@ Shorter jobs come with multiple advantages:
To bring down the percentage of long running jobs we restrict the number of cores with jobs longer
than 2 days to approximately 50% and with jobs longer than 24 to 75% of the total number of cores.
(These numbers are subject to changes.) As best practice we advise a run time of about 8h.
(These numbers are subject to change.) As best practice we advise a run time of about 8h.
!!! hint "Please always try to make a good estimation of your needed time limit."
......@@ -58,10 +58,11 @@ not capable of checkpoint/restart can be adapted. Please refer to the section
Memory requirements for your job can be specified via the `sbatch/srun` parameters:
`--mem-per-cpu=<MB>` or `--mem=<MB>` (which is "memory per node"). The **default limit** is quite
low at **300 MB** per CPU.
`--mem-per-cpu=<MB>` or `--mem=<MB>` (which is "memory per node"). The **default limit** regardless
of the partition it runs on is quite low at **300 MB** per CPU. If you need more memory, you need
to request it.
ZIH systems comprises different sets of nodes with different amount of installed memory which affect
ZIH system comprises different sets of nodes with different amount of installed memory which affect
where your job may be run. To achieve the shortest possible waiting time for your jobs, you should
be aware of the limits shown in the following table.
......
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