File: control

package info (click to toggle)
armci-mpi 0.3.1~beta-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,868 kB
  • sloc: ansic: 13,028; sh: 243; makefile: 94; fortran: 44
file content (30 lines) | stat: -rw-r--r-- 1,230 bytes parent folder | download
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
Source: armci-mpi
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
Build-Depends: debhelper-compat (= 13),
 mpi-default-bin, mpi-default-dev,
 libopenmpi-dev,
 libmpich-dev
Standards-Version: 4.6.0
Homepage: https://wiki.mpich.org/armci-mpi/index.php/Main_Page
Vcs-Browser: https://salsa.debian.org/science-team/armci-mpi
Vcs-Git: https://salsa.debian.org/science-team/armci-mpi.git

Package: libarmci-mpi-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ARMCI-MPI (Development version)
 ARMCI-MPI is a completely rewritten implementation of the ARMCI one-sided
 communication interface that uses MPI RMA for one-sided communication.
 .
 The purpose of the Aggregate Remote Memory Copy (ARMCI) library is to provide
 a general-purpose, efficient, and widely portable remote memory access (RMA)
 operations (one-sided communication) optimized for contiguous and
 noncontiguous (strided, scatter/gather, I/O vector) data transfers.
 .
 This version contains the Fortran90 modules and the static library,
 built against both OpenMPI and MPICH.