Skip to content
Snippets Groups Projects
Commit 32c5f24b authored by Jan Frenzel's avatar Jan Frenzel Committed by Taras Lazariv
Browse files

Small styling improvements

parent 5eea0f28
No related branches found
No related tags found
2 merge requests!478Automated merge from preview to main,!470Add information about limitations on login nodes
...@@ -20,7 +20,10 @@ users and the ZIH. ...@@ -20,7 +20,10 @@ users and the ZIH.
- IPs: 141.30.73.82/83 - IPs: 141.30.73.82/83
- Direct access to these nodes is granted via IP whitelisting (contact - Direct access to these nodes is granted via IP whitelisting (contact
hpcsupport@zih.tu-dresden.de) - otherwise use TU Dresden VPN. hpcsupport@zih.tu-dresden.de) - otherwise use TU Dresden VPN.
- Run time limitation: any process will timeout after 5 minutes.
!!! warning "Run time limit"
Any process on login nodes is stopped after 5 minutes.
## AMD Rome CPUs + NVIDIA A100 ## AMD Rome CPUs + NVIDIA A100
......
...@@ -6,23 +6,23 @@ resources, like memory (but not CPU). On the other hand, a higher throughput can ...@@ -6,23 +6,23 @@ resources, like memory (but not CPU). On the other hand, a higher throughput can
smaller jobs. Thus, restrictions w.r.t. [memory](#memory-limits) and smaller jobs. Thus, restrictions w.r.t. [memory](#memory-limits) and
[runtime limits](#runtime-limits) have to be respected when submitting jobs. [runtime limits](#runtime-limits) have to be respected when submitting jobs.
## Runtime Limits
!!! warning "Runtime limits on login nodes" !!! warning "Runtime limits on login nodes"
There is a time limit set for processes on login nodes. If you run applications There is a time limit set for processes on login nodes. If you run applications outside of a
outside of a compute job, it will be stopped automatically after 5 minutes with compute job, it will be stopped automatically after 5 minutes with
``` ```
CPU time limit exceeded CPU time limit exceeded
``` ```
Please start a job using a [batch system](slurm.md). Please start a job using the [batch system](slurm.md).
## Runtime Limits
!!! note "Runtime limits are enforced." !!! note "Runtime limits are enforced."
This means, a job will be canceled as soon as it exceeds its requested limit. Currently, the A job is canceled as soon as it exceeds its requested limit. Currently, the maximum run time is
maximum run time is 7 days. 7 days.
Shorter jobs come with multiple advantages: Shorter jobs come with multiple advantages:
...@@ -54,8 +54,7 @@ not capable of checkpoint/restart can be adapted. Please refer to the section ...@@ -54,8 +54,7 @@ not capable of checkpoint/restart can be adapted. Please refer to the section
!!! note "Memory limits are enforced." !!! note "Memory limits are enforced."
This means that jobs which exceed their per-node memory limit will be killed automatically by Jobs which exceed their per-node memory limit are killed automatically by the batch system.
the batch system.
Memory requirements for your job can be specified via the `sbatch/srun` parameters: Memory requirements for your job can be specified via the `sbatch/srun` parameters:
......
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