Intel MPI¶
Description¶
This module enables the use of the Intel MPI libraries and tools built with Intel Compiler. By loading this module, the following commands will be automatically available for compiling MPI applications: mpicc ( C source) mpiCC (C++ source) mpicxx (C++ source) mpiicc ( C source) mpiicpc (C++ source) mpigcc ( C source) mpigxx (C++ source) mpifc (F90 source) mpif90 (F90 source) mpiifort (F90 source) mpif77 (F77 source)
Environment Modules¶
Run module spider impi
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_OPENMPI_DIR - installation directory
- HPC_OPENMPI_BIN - executable directory
- HPC_OPENMPI_DOC - documentation directory
- HPC_OPENMPI_INC - includes directory
Categories¶
programming, library