openmpi: OpenMPI implementation of Message Passing Interface
Contents
Overview of package
Package: | openmpi |
---|---|
Description: | OpenMPI implementation of Message Passing Interface |
For more information: | http://www.open-mpi.org |
Categories: | |
License: | OpenSource (BSD 3-clause) |
General usage information
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.
The commands mpirun and mpiexec for starting MPI-enabled applications have been added to your path, as have been the compiler wrappers mpicc, mpic++, and mpifort for the C, C++, and Fortran languages, respectively.
The following environmental variables have been defined:
- \$OPENMPI_ROOT has been set to the root of the openmpi installation
- \$OPENMPI_LIBDIR points to the directory containing the libraries
- \$OPENMPI_INCDIR points to the directory containing the header files
You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):
- -I\$OPENMPI_INCDIR
- -L\$OPENMPI_LIBDIR -Wl,-rpath,\$OPENMPI_LIBDIR${endlist}
You might need to provide the above variables to the configuration
script, etc. when compiling codes, and/or use the compiler wrappers
listed above.
Available versions of the package openmpi, by cluster
This section lists the available versions of the package openmpion the different clusters.
Available versions of openmpi on the Deepthought2 cluster (RHEL8)
Available versions of openmpi on the Deepthought2 cluster (RHEL8) Version Module tags CPU optimized for GPU ready? 3.1.5 openmpi/3.1.5 ivybridge Y Available versions of openmpi on the Juggernaut cluster
Available versions of openmpi on the Juggernaut cluster Version Module tags CPU optimized for GPU ready? 3.1.5 openmpi/3.1.5 broadwell Y