1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
Source: openmpi
Section: net
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>,
Manuel Prinz <manuel@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
architecture-is-64-bit,
dh-sequence-fortran-mod,
debhelper-compat (= 13),
libevent-dev,
libucx-dev [amd64 arm64 ppc64el riscv64],
zlib1g-dev,
gfortran,
libhwloc-dev,
pkgconf,
libibverbs-dev (>= 1.1.7) [!hurd-any],
libfabric-dev [!hurd-any],
libnuma-dev [!hurd-any],
libpsm-infinipath1-dev [amd64],
libpsm2-dev [amd64],
python3-sphinx-rtd-theme,
python3-recommonmark,
default-jdk [!hurd-any !alpha !ppc64 !sparc64] <!nojava>,
chrpath,
flex
Build-Conflicts: libmpich-dev, libopenmpi-dev
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://www.open-mpi.org/
Vcs-Browser: https://salsa.debian.org/hpc-team/openmpi
Vcs-Git: https://salsa.debian.org/hpc-team/openmpi.git -b debian/latest
Package: openmpi-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-common (>= ${source:Version}),
openssh-client | ssh-client
Multi-Arch: foreign
Breaks:
lam4-dev (<< 7.1.4-4),
Suggests: gfortran | fortran-compiler
Description: high performance message passing library -- binaries
Open MPI is a project 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-3.1 compliant implementation, Open
MPI offers advantages for system and software vendors, application developers
and computer science researchers.
.
Features:
* Full MPI-3.1 standards conformance
* Thread safety and concurrency
* Dynamic process spawning
* High performance on all platforms
* Reliable and fast job management
* Network and process fault tolerance
* Support network heterogeneity
* Single library supports all networks
* Run-time instrumentation
* Many job schedulers supported
* Internationalized error messages
* Component-based design, documented APIs
.
This package contains the Open MPI utility programs.
Package: libopenmpi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${fortran:Depends},
libopenmpi40 (= ${binary:Version}),
openmpi-common (>= ${source:Version}),
libibverbs-dev (>= 1.1.7) [!hurd-any], libhwloc-dev,
libevent-dev,
libjs-jquery,
libjs-jquery-ui,
zlib1g-dev,
openmpi-bin (>= 3.0.0-1)
Conflicts: libopenmpi-dev, libpmix-dev
Recommends: libcoarrays-openmpi-dev
Breaks:
lam4-dev (<< 7.1.4-4),
Suggests: openmpi-doc
Description: high performance message passing library -- header files
Open MPI is a project 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-3 compliant implementation, Open
MPI offers advantages for system and software vendors, application developers
and computer science researchers.
.
This package contains the header files and compiler wrappers which are needed
to compile and link programs against libopenmpi.
Package: libopenmpi40
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libhwloc-plugins
Breaks: libpmix2t64 (<< 6.0.0-3)
Replaces: libpmix2t64 (<< 6.0.0-3)
Description: high performance message passing library -- shared library
Open MPI is a project 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-3.1 compliant implementation, Open
MPI offers advantages for system and software vendors, application developers
and computer science researchers.
.
This package contains the Open MPI shared libraries.
Package: openmpi-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Conflicts: openmpi-common
Description: high performance message passing library -- common files
Open MPI is a project 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-3.1 compliant implementation, Open
MPI offers advantages for system and software vendors, application developers
and computer science researchers.
.
This package contains platform independent files for Open MPI.
Package: openmpi-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-jquery-ui, libjs-jquery,
fonts-font-awesome
Conflicts: mpi-doc, lam-mpidoc, lam4-dev, openmpi-doc
Replaces: libopenmpi-dev (<< 4.1.2~rc1-4)
Breaks: libopenmpi-dev (<< 4.1.2~rc1-4)
Description: high performance message passing library -- man pages
Open MPI is a project 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-3.1 compliant implementation, Open
MPI offers advantages for system and software vendors, application developers
and computer science researchers.
.
This package contains man pages describing the Message Passing Interface
standard.
|