File: control

package info (click to toggle)
ibacm 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,564 kB
  • ctags: 958
  • sloc: sh: 10,309; ansic: 7,236; makefile: 44
file content (22 lines) | stat: -rw-r--r-- 1,036 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
Source: ibacm
Section: net
Priority: optional
Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel@lists.alioth.debian.org>
Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, libibverbs-dev, libibumad-dev, dh-autoreconf
Standards-Version: 3.9.7
Homepage: https://www.openfabrics.org/downloads/rdmacm/
Vcs-Git: git://anonscm.debian.org/pkg-ofed/ibacm.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ofed/ibacm.git

Package: ibacm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: InfiniBand Communication Manager Assistant (ACM)
 The IB ACM implements and provides a framework for name, address, and
 route (path) resolution services over InfiniBand.
 It is intended to address connection setup scalability issues running
 MPI applications on large clusters.  The IB ACM provides information
 needed to establish a connection, but does not implement the CM protocol.
 A primary user of the ibacm service is the librdmacm library.