Fixed typo openmpi.md

This commit is contained in:
caubet_m 2020-07-15 16:57:25 +02:00
parent e74581f88d
commit a7e17b7390

View File

@ -67,7 +67,7 @@ This can be also added externally before the **mpirun** call (see below example)
export UCX_LOG_LEVEL=data export UCX_LOG_LEVEL=data
export UCX_LOG_FILE=UCX-$SLURM_JOB_ID.log export UCX_LOG_FILE=UCX-$SLURM_JOB_ID.log
mpirun -no $SLURM_NTASKS ./app mpirun -np $SLURM_NTASKS ./app
``` ```
## Supported OpenMPI versions ## Supported OpenMPI versions