You are here: aktuelles » en » lmgpu-info
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:lmgpu-info [2023-09-12 08:21] – Thomas Thiel | en:lmgpu-info [2024-11-29 14:00] (current) – [Shared Storage] Anna Gierlach | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== The Lamarr GPU Cluster ====== | ====== The Lamarr GPU Cluster ====== | ||
- | We are building and expanding a GPU Cluster as part of the [[https:// | + | We are building and expanding a GPU Cluster as part of the [[https:// |
- | AMD Epyc 7713 (64 Cores)\\ | + | 2 AMD Epyc 7713 Processors |
2TB System-RAM\\ | 2TB System-RAM\\ | ||
28TB local SSD storage\\ | 28TB local SSD storage\\ | ||
Line 33: | Line 33: | ||
setup around your software, containers will be your way of choice. | setup around your software, containers will be your way of choice. | ||
- | As a general rule, realistic resource allocation for your jobs is *mandatory*. You are only allowed to request the resources from the workload manager that you are actually needing to complete your calculations. Wasting precious machine time and making other users wait in line needlessly will lead to revocation of access to the cluster. | + | As a general rule, realistic resource allocation for your jobs is **mandatory**. You are only allowed to request the resources from the workload manager that you are actually needing to complete your calculations. Wasting precious machine time and making other users wait in line needlessly will lead to revocation of access to the cluster. |
===== SLURM partitions ===== | ===== SLURM partitions ===== | ||
Line 90: | Line 90: | ||
===== Shared Storage | ===== Shared Storage | ||
- | If you want to share bigger datasets with other users on the cluster you can request shared storage on the cluster. It will be located under / | + | If you want to share bigger datasets with other users on the cluster you can request shared storage on the cluster. It will be located under / |
+ | ===== Requesting GPUs ===== | ||
+ | If you want to allocate a certain number of GPUs for your job, use the parameter ' | ||
+ | |||
+ | ===== Email Notifications ===== | ||
+ | |||
+ | If you want to receive email notifications about the status of your jobs, you can specify a recipient email address at job submission, i.e.: | ||
+ | |||
+ | sbatch --mail-type=ALL --mail-user=someuser@somedomain.com ... | ||
+ | |||
+ | **Please specify a full (with domain!) and valid email address here.** | ||
+ | |||
+ | |||
+ | ===== A Note about Interactive Jobs ===== | ||
+ | |||
+ | Please remember that interactive jobs often leave things unnecessarily idle (especially if forgotten and/or unterminated), | ||
===== Exchange with other users ===== | ===== Exchange with other users ===== | ||
Line 99: | Line 114: | ||
# | # | ||
+ | |||