File: control

package info (click to toggle)
xmpi 2.2-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,232 kB
  • ctags: 1,656
  • sloc: ansic: 13,738; sh: 1,799; makefile: 233
file content (45 lines) | stat: -rw-r--r-- 1,353 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
Source: xmpi
Section: devel
Priority: optional
Maintainer: Camm Maguire <camm@enhanced.com>
Standards-Version: 2.5.1

Package: xmpi1-runtime
Architecture: any
Provides: xmpi-runtime
Conflicts: xmpi-runtime,xmpi
Replaces: xmpi
Depends: ${shlibs:Depends}
Description: A graphical user interface for MPI program development.
 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 datatype
 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: xmpi1
Architecture: any
Depends: ${shlibs:Depends}
Provides: libxmpi
Conflicts: libxmpi,xmpi,lam2 (<=6.2b-pl5-2)
Replaces: xmpi
Description: A graphical user interface for MPI program development.
 This package provides the shared library

Package: xmpi1-dev
Architecture: all
Depends: xmpi1,libc6-dev
Provides: xmpi-dev
Conflicts: xmpi-dev,xmpi
Replaces: xmpi
Description: A graphical user interface for MPI program development.
 This package provides the few development files for writing new applications
 using the xmpi protocol.