Difference between revisions of "OpenMPI"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Parallel ProgrammingCategory:DevelopmentCategory:MPICategory:Library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|openmpi}}...")
 
m (Text replacement - "#uppercase" to "uc")
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - includes directory
+
* HPC_{{uc:{{#var:app}}}}_INC - includes directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 21:22, 6 December 2019

Description

openmpi website  

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