Difference between revisions of "OpenMPI"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory | * HPC_{{uc:{{#var:app}}}}_DOC - documentation directory | ||
* HPC_{{uc:{{#var:app}}}}_INC - includes directory | * HPC_{{uc:{{#var:app}}}}_INC - includes directory | ||
+ | * HPC_PMIX - supported PMIx version | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
Line 33: | Line 34: | ||
|}} | |}} | ||
<!--Run--> | <!--Run--> | ||
− | {{#if: {{#var: exe}}|==Additional Information== | + | {{#if: {{#var: exe}}1|==Additional Information== |
− | + | Applications built with this module should be launched under SLURM with | |
+ | srun --mpi=${HPC_PMIX} | ||
|}} | |}} |
Revision as of 16:18, 28 June 2023
Description
The Open MPI Project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.
Environment Modules
Run module spider openmpi
to find out what environment modules are available for this application.
System Variables
- HPC_OPENMPI_DIR - installation directory
- HPC_OPENMPI_BIN - executable directory
- HPC_OPENMPI_DOC - documentation directory
- HPC_OPENMPI_INC - includes directory
- HPC_PMIX - supported PMIx version
Additional Information
Applications built with this module should be launched under SLURM with
srun --mpi=${HPC_PMIX}