File: control

package info (click to toggle)
armci-mpi 0.0~git20180917-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,768 kB
  • sloc: ansic: 12,777; sh: 236; makefile: 54; fortran: 44
file content (28 lines) | stat: -rw-r--r-- 1,182 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
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 (>= 11),
               mpi-default-bin,
               mpi-default-dev
Standards-Version: 4.3.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.