mpich 1.2.7-10 source package in Ubuntu

Changelog

mpich (1.2.7-10) unstable; urgency=low


  * Team upload.
  * ACK NMU of Cyril (thanks)
  * Updated standards to 3.9.2
  * Vcs- tag added
  * Package migrated to the Debian Science team
  * Fix the various debhelper-but-no-misc-depends
  * Fix weak-library-dev-dependency libmpich1.0-dev on libmpich1.0gf
  * Fix weak-library-dev-dependency libmpich-mpd1.0-dev on libmpich-mpd1.0gf
  * Fix weak-library-dev-dependency libmpich-shmem1.0-dev on libmpich-shmem1.0gf
  * Switch to dpkg-source 3.0 (quilt) format

 -- Sylvestre Ledru <email address hidden>  Sun, 18 Sep 2011 17:51:58 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mpich_1.2.7-10.dsc 1.5 KiB 5dbcc03f57f744338fde50b07b30821565fb51da24d0e8152c02a16ff6c0d0fe
mpich_1.2.7.orig.tar.gz 15.3 MiB f48881367a5a15617a22bb4db8ad013ca957eac586bdd23a973ba1fdca5e61db
mpich_1.2.7-10.debian.tar.gz 237.6 KiB 1d2aac6c506f1712960f496b8b9c91c273ea40110363b8d410dbccd709056fad

No changes file available.

Binary packages built by this source

libmpich-mpd1.0-dev: mpich static libraries and development files

 This package contains the header files, static libraries, symbolic links and
 compiler wrappers (mpicc etc.) used to compile programs using the ch_p4mpd
 version of mpich.

libmpich-mpd1.0gf: mpich-mpd runtime shared library

 This package includes the shared library files used for mpich-mpd runtime.

libmpich-shmem1.0-dev: mpich static libraries and development files

 This package contains the header files, static libraries, symbolic links and
 compiler wrappers (mpicc etc.) used to compile programs using the ch_p4shmem
 version of mpich.

libmpich-shmem1.0gf: mpich-shmem runtime shared library

 This package includes the shared library files used for mpich-shmem runtime.

libmpich1.0-dev: mpich static libraries and development files

 This package contains the header files, static libraries, symbolic links and
 compiler wrappers (mpicc etc.) used to compile programs using che ch_p4
 version of mpich.

libmpich1.0gf: mpich runtime shared library

 This package includes the shared library files used for mpich runtime.

mpe-source: Source for MPE, for other package to build-depend

 This package includes the source to MPE, so that
 other package can build MPE Build-depending in this package.
 .
 MPE is a set of tools to profile MPI (Message Passing Interface) programs,
 and other tools, useful in debugging MPI applications.

mpi-doc: Documentation for the MPICH MPI implementation and user's guides

 This package provides manual pages in both man and HTML form
 documenting the MPI (Message Passing Interface) parallel programming
 standard as implemented by MPICH, and the user's guides for the transports
 included in binary Debian packages (chp4, chp4mpd, chshmem).
 .
 For the MPI specification, see mpi-specs.

mpich-bin: MPI parallel computing system implementation

 MPICH is a robust and flexible implementation of the MPI (Message Passing
 Interface). MPI is often used with parallel or distributed computing
 projects. MPICH is a multi-platform, configurable system (development,
 execution, libraries, etc) for MPI. It can achieve parallelism using
 networked machines or using multitasking on a single machine.
 .
 This version is compiled with ch_p4 support, which only requires installation
 on the master node, and starts up parallel tasks using rsh.

mpich-mpd-bin: MPI parallel computing system implementation, MPD version

 MPICH is a robust and flexible implementation of the MPI (Message Passing
 Interface). MPI is often used with parallel or distributed computing
 projects. MPICH is a multi-platform, configurable system (development,
 execution, libraries, etc) for MPI. It can achieve parallelism using
 networked machines or using multitasking on a single machine.
 .
 This version is compiled with ch_p4mpd support, which requires mpd daemons
 running on each of the cluster nodes. This method is faster than ch_p4.

mpich-shmem-bin: MPI parallel computing system implementation, SHMEM version

 MPICH is a robust and flexible implementation of the MPI (Message Passing
 Interface). MPI is often used with parallel or distributed computing
 projects. MPICH is a multi-platform, configurable system (development,
 execution, libraries, etc) for MPI. It can achieve parallelism using
 networked machines or using multitasking on a single machine.
 .
 This version is compiled with ch_shmem support, which runs in shared memory.
 This method is faster than ch_p4 or ch_p4mpd on SMP machines, but cannot be
 used on a cluster.