Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef893ae7d7 | ||
|
|
439d11abc8 | ||
|
|
e6c12ae50f | ||
|
|
c8b92f699c | ||
|
|
dde2c0d457 | ||
|
|
c2b6618446 | ||
|
|
08b331b1be | ||
|
|
a47e610eda | ||
|
|
fd06ce241d | ||
|
|
528f97ce88 | ||
|
|
c298e7dc38 | ||
|
|
4ccdeca7d0 | ||
|
|
bfca2415fb | ||
|
|
2ae0206c7b | ||
|
|
49c0394242 | ||
|
|
286f852ceb | ||
|
|
58acab59d2 | ||
|
|
fdb1a67cd5 | ||
|
|
6fcd53d729 | ||
|
|
49f1066cc0 | ||
|
|
16e4bf6834 | ||
|
|
9635d87062 | ||
|
|
c11b531493 | ||
|
|
297cd661da |
2 changed files with 42 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
# openmpi
|
# openmpi
|
||||||
|
|
||||||
Automatically requested module for rpms/openmpi:2.1.
|
Automatically requested module for rpms/openmpi:2.1.
|
||||||
|
|
||||||
|
|
|
||||||
40
openmpi.yaml
Normal file
40
openmpi.yaml
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
---
|
||||||
|
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/v4.0/
|
||||||
|
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: 4.0
|
||||||
|
buildorder: 10
|
||||||
Loading…
Add table
Add a link
Reference in a new issue