This commit is contained in:
2025-12-11 13:30:12 +01:00
parent 84f9846a0c
commit 01ac18b3f4
24 changed files with 179 additions and 190 deletions

View File

@@ -117,8 +117,8 @@ module load $MODULE_NAME # where $MODULE_NAME is a software in PModules
srun $MYEXEC # where $MYEXEC is a path to your binary file
```
{{site.data.alerts.tip}} Also, always consider that **`'--mem-per-cpu' x '--cpus-per-task'`** can **never** exceed the maximum amount of memory per node (352000MB).
{{site.data.alerts.end}}
!!! tip "Memory Limit"
Also, always consider that `--mem-per-cpu` x `--cpus-per-task` can **never** exceed the maximum amount of memory per node (352000MB).
### Example 4: Non-hyperthreaded Hybrid MPI/OpenMP job
@@ -146,8 +146,8 @@ module load $MODULE_NAME # where $MODULE_NAME is a software in PModules
srun $MYEXEC # where $MYEXEC is a path to your binary file
```
{{site.data.alerts.tip}} Also, always consider that **`'--mem-per-cpu' x '--cpus-per-task'`** can **never** exceed the maximum amount of memory per node (352000MB).
{{site.data.alerts.end}}
!!! tip "Memory Limit"
Also, always consider that `--mem-per-cpu` x `--cpus-per-task` can **never** exceed the maximum amount of memory per node (352000MB).
## GPU examples