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
|
Source: mpich
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Torquil Macdonald Sørensen <torquil@gmail.com>,
"Adam C. Powell, IV" <hazelsct@debian.org>,
Alastair McKinstry <mckinstry@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-fortran-mod,
gfortran | fortran-compiler,
chrpath,
hwloc-nox,
librdmacm-dev,
libslurm-dev,
libibverbs-dev (>= 1.1.7) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libfabric-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libnuma-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libxt-dev,
procps,
python3,
quilt,
txt2man,
valgrind [i386 amd64 powerpc armhf],
x11proto-core-dev
Build-Depends-Indep: texlive-latex-extra,
texlive-latex-recommended,
doxygen-latex
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/mpich
Vcs-Git: https://salsa.debian.org/science-team/mpich.git -b debian/latest
Homepage: https://www.mpich.org/
Package: libmpich-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: gfortran | fortran-compiler,
g++,
libmpich12 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
mpich (= ${binary:Version})
Description: Development files for MPICH
MPICH is a high-performance and widely portable implementation of the
MPI-3.1 standard from the Argonne National Laboratory.
It efficiently supports different computation and communication platforms
including commodity clusters, SMPs, massively parallel systems, and
high-speed networks.
This release has all MPI 3.1 functions and features required by the standard
with the exception of support for the "external32" portable I/O format and
user-defined data representations for I/O.
.
This package includes the MPICH headers and static libraries, as well
as the compiler wrappers needed to build MPICH programs.
Package: libmpich12
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: libmpich1.0-dev (<< 3)
Description: Shared libraries for MPICH
MPICH is a high-performance and widely portable implementation of the
MPI-3.1 standard from the Argonne National Laboratory.
It efficiently supports different computation and communication platforms
including commodity clusters, SMPs, massively parallel systems, and
high-speed networks.
This release has all MPI 3.1 functions and features required by the standard
with the exception of support for the "external32" portable I/O format and
user-defined data representations for I/O.
.
This package includes the MPICH shared libraries.
Package: mpich
Architecture: any
Multi-Arch: foreign
Depends: hwloc-nox | hwloc,
libmpich12 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: libmpich-dev (= ${binary:Version})
Suggests: mpich-doc (= ${source:Version})
Breaks: libmpich1.0-dev (<< 3)
Replaces: libmpich1.0-dev (<< 3)
Description: Implementation of the MPI Message Passing Interface standard
MPICH is a high-performance and widely portable implementation of the
MPI-3.1 standard from the Argonne National Laboratory.
It efficiently supports different computation and communication platforms
including commodity clusters, SMPs, massively parallel systems, and
high-speed networks.
This release has all MPI 3.1 functions and features required by the standard
with the exception of support for the "external32" portable I/O format and
user-defined data representations for I/O.
.
This package includes the program binaries necessary to run MPICH programs.
Package: mpich-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Breaks: mpich2-doc
Conflicts: lam-mpidoc,
lam4-dev,
mpi-doc,
openmpi-doc,
openmpi-mpidoc
Replaces: mpich2-doc
Description: Documentation for MPICH
MPICH is a high-performance and widely portable implementation of the
MPI-3.1 standard from the Argonne National Laboratory.
It efficiently supports different computation and communication platforms
including commodity clusters, SMPs, massively parallel systems, and
high-speed networks.
This release has all MPI 3.1 functions and features required by the standard
with the exception of support for the "external32" portable I/O format and
user-defined data representations for I/O.
.
This package includes the MPICH documentation.
|