OpenMPI¶
Description¶
Intel MPI is a high-performance Message Passing Interface implementation optimized for Intel architectures. This module enables the use of the Intel MPI environment built with the Intel OneAPI Compiler for RHEL8.
By loading this module, the following compiler wrappers will be available:
mpiicc (C source) mpiicpc (C++ source) mpiifort (Fortran source)
for HiperGator hosts running RHEL-8.
Applications built with this module should be launched under SLURM with:
Environment Modules¶
Run module spider intelmpi
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_INTELMPI_DIR - installation directory
- HPC_INTELMPI_BIN - executable directory
- HPC_INTELMPI_DOC - documentation directory
- HPC_INTELMPI_INC - includes directory
- HPC_PMIX - supported PMIx version srun --mpi=${HPC_PMIX}
Categories¶
programming, library