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.
|