Package: | openmpi |
---|---|
Description: | OpenMPI implementation of Message Passing Interface |
For more information: | http://www.open-mpi.org |
Categories: | |
License: | OpenSource (BSD 3-clause) |
The Message Passing Interface (MPI) is a standard for message passing which forms the basis of most distributed memory parallel codes. OpenMPI is an open library implementing the MPI standard.
This module will add the commands mpirun and mpiexec for starting MPI-enabled applications - to your path, as well as the compiler wrappers - mpicc, mpic++, and mpifort for the C, C++, and Fortran languages, respectively.
The following environmental variables have been defined:
You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):
This section lists the available versions of the package openmpion the different clusters.
Version | Module tags | CPU(s) optimized for | GPU ready? |
---|---|---|---|
3.1.5 | openmpi/3.1.5 | zen | Y |
4.1.5 | openmpi/4.1.5 | icelake, x86_64, zen2 | Y |
4.1.1 | openmpi/4.1.1 | x86_64, zen2 | Y |
|
Performance Alert for Deepthought2 RHEL6 Users
We have seen significant performance issues when using OpenMPI version 1.6 or 1.6.5 with more than about 15 cores/node and when the setting -bind-to-core is NOT used.
Deepthought2 users are encouraged to add the -bind-to-core
to their mpirun command.
|