Différences
Ci-dessous, les différences entre deux révisions de la page.
| hwloc:accueil [2021/06/08 10:22] – créée phsw | hwloc:accueil [2022/12/09 11:53] (Version actuelle) – add how to debug binding phsw | ||
|---|---|---|---|
| Ligne 6: | Ligne 6: | ||
| <code bash> | <code bash> | ||
| lstopo --append-legend " | lstopo --append-legend " | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Comprendre les bindings de Slurm et MPI ==== | ||
| + | |||
| + | <code bash> | ||
| + | % mpirun -npernode 2 hwloc-bind --get # dans le job | ||
| + | 0xffffffff, | ||
| + | 0xffffffff, | ||
| + | % hwloc-calc -i lstopo-amd-in-job.xml --largest 0xffffffff, | ||
| + | Package:1 | ||
| + | % hwloc-calc -i lstopo-amd-in-job.xml --largest 0xffffffff, | ||
| + | Package:0 | ||
| + | % lstopo --ps --no-io [--of ascii] | ||
| </ | </ | ||