File: control.in

package info (click to toggle)
mpich 4.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 101,184 kB
  • sloc: ansic: 1,040,629; cpp: 82,270; javascript: 40,763; perl: 27,933; python: 16,041; sh: 14,676; xml: 14,418; f90: 12,916; makefile: 9,270; fortran: 8,046; java: 4,635; asm: 324; ruby: 103; awk: 27; lisp: 19; php: 8; sed: 4
file content (64 lines) | stat: -rw-r--r-- 2,246 bytes parent folder | download | duplicates (2)
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
Source: @PACKAGE@
Section: libs
Priority: extra
Maintainer: ucx-group@elist.ornl.gov
Build-Depends: debhelper (>= 9.0),
 libibverbs-dev,
 librdmacm-dev,
 pkg-config,
Standards-Version: @MAJOR_VERSION@.@MINOR_VERSION@
Homepage: http://www.openucx.org

#Package: ucx-dev
#Section: libdevel
#Architecture: any
#Depends: ucx (= ${binary:Version})
#Description: Header files for UCX library

Package: @PACKAGE@
Section: libs
Depends: libc6, libgomp1
Architecture: any
Conflicts: libucx0 (<< ${binary:Version}), libucx-dev (<< ${binary:Version}), ucx-utils (<< ${binary:Version})
Replaces:  libucx0 (<< ${binary:Version}), libucx-dev (<< ${binary:Version}), ucx-utils (<< ${binary:Version})
Provides:  libucx0 (= ${binary:Version}), libucx-dev (= ${binary:Version}), ucx-utils (= ${binary:Version})
Description: Unified Communication X
 UCX is a communication library implementing high-performance messaging.
 .
 This is the main package that includes the library as well as build headers.

Package: ucx-xpmem
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Architecture: any
Build-Profiles: <xpmem>
Description: Unified Communication X - XPMEM support
 UCX is a communication library implementing high-performance messaging.
 .
 Provide xpmem support. XPMEM is a Linux kernel module that enables a
 process to map the memory of another process into its virtual address
 space.

Package: ucx-cuda
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Architecture: any
Build-Profiles: <cuda>
Description: Unified Communication X - CUDA support
 UCX is a communication library implementing high-performance messaging.
 .
 Provide CUDA (NVIDIA GPU) support for UCX. Enables passing GPU memory
 pointers to UCX communication routines, and transports taking advantage
 of GPU-Direct technology for direct data transfer between GPU and RDMA
 devices.

Package: ucx-gdrcopy
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Architecture: any
Build-Profiles: <gdrcopy>
Description: Unified Communication X - gdrcopy support
 UCX is a communication library implementing high-performance messaging.
 .
 This package provides UCX support for using gdrcopy - A low-latency GPU
 memory copy library based on NVIDIA GPUDirect RDMA technology.