Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54352da148 | ||
|
|
f81f47f71d | ||
|
|
409c529fdb | ||
|
|
1adfd4a243 | ||
|
|
f672ebaf24 | ||
|
|
b5ae5d2e17 | ||
|
|
1f838cf0aa | ||
|
|
a37fc80ae1 | ||
|
|
600a97a80d | ||
|
|
8fb27d005c | ||
|
|
02b27f667b | ||
|
|
0a9e8afa00 | ||
|
|
7b9c594865 | ||
|
|
6206a6bf97 | ||
|
|
a713de5be8 | ||
|
|
b8234f24ff | ||
|
|
e1c11ff67b | ||
|
|
252daabb2e | ||
|
|
297cd661da |
1 changed files with 42 additions and 0 deletions
42
openmpi.yaml
Normal file
42
openmpi.yaml
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
---
|
||||||
|
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/v3.1/
|
||||||
|
tracker: https://github.com/open-mpi/ompi/issues
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
rpms:
|
||||||
|
- openmpi
|
||||||
|
buildroot:
|
||||||
|
rpms:
|
||||||
|
- openmpi-devel
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- openmpi
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
openmpi:
|
||||||
|
rationale: The core package
|
||||||
|
ref: 3.1
|
||||||
|
buildorder: 10
|
||||||
|
...
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue