[mpich-announce] Announcing the availability of MPICH 3.3a1
Kenneth Raffenetti
raffenet at mcs.anl.gov
Tue Aug 30 16:54:10 CDT 2016
A new preview release of MPICH, 3.3a1, is now available for download.
This preview release is the first in the 3.3 major release series. Of
major focus in this alpha is an new (non-default) device layer
implementation - CH4. CH4 is designed for low software overheads to
better exploit next-generation hardware. An OFI (http://libfabric.org)
or UCX (http://openucx.org) library is required to build CH4. Example
configure lines:
./configure --with-device=ch4:ofi
--with-libfabric=<path/to/ofi/install>
./configure --with-device=ch4:ucx --with-ucx=<path/to/ucx/install>
CH4 is still in alpha stages, meaning there are known build issues and
bugs, but most tests will pass on 64-bit Linux.
Also in this release are several bug fixes and improvements to CH3,
Hydra, and common MPICH code. You can find the release on our downloads
page (http://www.mpich.org/downloads).
Regards,
The MPICH team
===============================================================================
Changes in 3.3
===============================================================================
# CH4 Device: A new device layer implementation designed for low
software
overheads. CH4 has experimental support for OFI and UCX network
libraries,
and POSIX shared memory. Thanks to Intel, Mellanox, and RIKEN AICS for
participating in the CH4 coding effort.
# Removed the PAMI device and poe PMI client.
# Several other minor bug fixes, memory leak fixes, and code cleanup.
A full list of changes is available at the following link:
http://git.mpich.org/mpich.git/shortlog/v3.2..v3.3a1
A full list of bugs that have been fixed is available at the
following link:
https://trac.mpich.org/projects/mpich/query?status=closed&group=resolution&milestone=mpich-3.3
More information about the announce
mailing list