File: control

package info (click to toggle)
xmpi 2.2.3b8-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,668 kB
  • ctags: 1,373
  • sloc: cpp: 13,083; sh: 8,293; makefile: 303; csh: 63
file content (58 lines) | stat: -rw-r--r-- 1,965 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: optional
Maintainer: Camm Maguire <camm@enhanced.com>
Build-Depends: debhelper ( >= 4 ),lam4-dev ( >= 7.0.4-2 ),lesstif-dev,texinfo,xlibs-dev,autotools-dev
Standards-Version: 3.6.1

Package: xmpi
Architecture: any
Depends: lam-runtime, ${shlibs:Depends}
Conflicts: xmpi1-runtime
Priority: extra
Replaces: xmpi1-runtime
Description: A 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}
Provides: libxmpi
Description: A 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
Section: libdevel
Provides: libxmpi-dev
Conflicts: libxmpi-dev,xmpi-dev
Replaces: libxmpi-dev,xmpi-dev
Description: A 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.