Skip to content
Snippets Groups Projects
Commit 87cc7a72 authored by Ilya Zhukov's avatar Ilya Zhukov
Browse files

Add some notes.

parent 91f80144
No related branches found
No related tags found
No related merge requests found
Pipeline #189407 passed
......@@ -294,6 +294,13 @@ module load GCC ParaStationMPI
srun ./hellompi
```
:::warning
Always use the same software stack (e.g. compiler, MPI) that was used to build the software to ensure compatibility and optimal performance. Different versions can cause errors or degrade performance.
:::
Remember to specify `gpu:4` `gres` for JUWELS Booster.
Then save the script and submit it for execution with:
......
......@@ -126,6 +126,12 @@ srun: Job step aborted: Waiting up to 6 seconds for job step to finish.
`sgoto` takes the job id as the first argument and the node number within the job as the second argument where the counting starts with 0.
`nvidia-smi` prints some useful information about available GPUs on a node, like temperature, memory usage, currently running processes and power consumption.
:::note
In the example above, `nvidia-smi` shows 0% utilisation because the GPUs are not being used. If GPUs were being used, the utilisation metrics displayed by `nvidia-smi` would be non-zero, reflecting the active use of GPU resources.
:::
## GPU Affinity
On systems with more than one GPU per node, a choice presents itself - which GPU should be visible to which application task(s)?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment