Changes in OpenMPI and added iMPI
This commit is contained in:
@ -26,6 +26,8 @@ When running with **srun**, one should tell Intel MPI to use the PMI libraries p
|
||||
|
||||
```bash
|
||||
export I_MPI_PMI_LIBRARY=/usr/lib64/libpmi.so
|
||||
|
||||
srun ./app
|
||||
```
|
||||
|
||||
Alternatively, one can use PMI-2, but then one needs to specify it as follows:
|
||||
@ -33,6 +35,8 @@ Alternatively, one can use PMI-2, but then one needs to specify it as follows:
|
||||
```bash
|
||||
export I_MPI_PMI_LIBRARY=/usr/lib64/libpmi2.so
|
||||
export I_MPI_PMI2=yes
|
||||
|
||||
srun ./app
|
||||
```
|
||||
|
||||
For more information, please read [Slurm Intel MPI Guide](https://slurm.schedmd.com/mpi_guide.html#intel_mpi)
|
||||
|
Reference in New Issue
Block a user