File: control

package info (click to toggle)
xmpi 2.2.3b8-13.2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 2,728 kB
  • ctags: 1,533
  • sloc: cpp: 13,084; sh: 8,166; makefile: 295; csh: 63
file content (58 lines) | stat: -rw-r--r-- 2,039 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
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
Source: xmpi
Section: devel
Priority: extra
Maintainer: Camm Maguire <camm@debian.org>
Build-Depends: debhelper ( >= 9 ),lam4-dev ( >= 7.1.1-5 ),libmotif-dev,texinfo,libx11-dev,libxt-dev,dh-autoreconf
Standards-Version: 3.9.3

Package: xmpi
Architecture: any
Depends: lam-runtime, ${shlibs:Depends}, ${misc:Depends}
Conflicts: xmpi1-runtime
Priority: extra
Replaces: xmpi1-runtime
Description: Graphical user interface for MPI program development
 MPI is a standard for writing parallel processing programs using
 a well defined Message Passing Interface.
 .
 XMPI can acquire and display extensive detail on an application's MPI
 communication, including the following:
  o process synchronization status: running, system or blocked
  o message queue contents
  o source, destination, root ranks
  o MPI function name
  o communicator
  o data type
  o message count
  o tag
 The above information is acquired from on-demand snapshots of
 application status using debugging hooks in the MPI implementation or
 from a trace log of communication activity.

Package: libxmpi4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libxmpi
Description: Graphical user interface for MPI program development
 MPI is a standard for writing parallel processing programs using
 a well defined Message Passing Interface.
 .
 This package provides the shared library required for any programs
 using the XMPI protocol to graphically analyze MPI programs, most
 notably the xmpi program supplied in a separate package.

Package: libxmpi4-dev
Architecture: any
Depends: libc6-dev,libxmpi4 (= ${binary:Version}), ${misc:Depends}
Section: libdevel
Provides: libxmpi-dev
Conflicts: libxmpi-dev,xmpi-dev
Replaces: libxmpi-dev,xmpi-dev
Description: Graphical user interface for MPI program development
 MPI is a standard for writing parallel processing programs using
 a well defined Message Passing Interface.
 .
 This package provides the few development files required to write new
 applications using the XMPI protocol.