Initial module

This commit is contained in:
Orion Poplawski 2018-12-15 13:30:40 -07:00
commit 297cd661da

35
openmpi.yaml Normal file
View file

@ -0,0 +1,35 @@
---
document: modulemd
version: 2
data:
summary: Open Message Passing Interface
description: >-
Open MPI is an open source, freely available implementation of both the MPI-1
and MPI-2 standards, combining technologies and resources from several other projects
(FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library
available. A completely new MPI-2 compliant implementation, Open MPI offers advantages
for system and software vendors, application developers, and computer science
researchers. For more information, see http://www.open-mpi.org/ .
license:
module:
- MIT
dependencies:
- buildrequires:
platform: []
requires:
platform: []
references:
community: https://www.open-mpi.org/
documentation: https://www.open-mpi.org/doc/v2.1/
tracker: https://github.com/open-mpi/ompi/issues
api:
rpms:
- openmpi
components:
rpms:
openmpi:
rationale: The core package
ref: 2.1
buildorder: 10
...