./wip/mpibzip2, Parallel implementation of bzip2

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6nb1, Package name: mpibzip2-0.6nb1, Maintainer: noud4

MPIBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor
that uses MPI and achieves significant speedup on cluster machines.
The output of this version is fully compatible with bzip2 v1.0.2 or newer
(ie: anything compressed with mpibzip2 can be decompressed with bzip2).
MPIBZIP2 should work on any system that has a pthreads compatible C++ compiler
(such as gcc). It has been tested on: Linux and Solaris.


Required to run:
[parallel/mpi-ch]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 7d542b6ed2172471835208f581ff0e00be0a02e0
Filesize: 17.918 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-11 22:04:07 by ndb | Files touched by this commit (68)
Log message:
To have better links on netbsd.se in respect to maintainer and commiter.
   2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-01-08 05:31:15 by ndb | Files touched by this commit (7) | Imported package
Log message:
Parallel implementation of bzip2.