...
You need to start the MPI parallelized code on the system. You can choose between two approaches, namely
- using
mpirun
...
- and
- using
srun
.
Using mpirun
Using mpirun
the pinning is controlled by the MPI library. Pinning by slurm you need to switch off by adding export SLURM_CPU_BIND=none
.
...