Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 54e877b
  • /
  • mpich-4.3.0
  • /
  • RELEASE_NOTES
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:8e1c4d6a32301db9292ea6fcf0aaffa647c60f08
directory badge
swh:1:dir:d6ab49afb7e1d8a2f6aebd8cac745a447886903d

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
RELEASE_NOTES
----------------------------------------------------------------------
                        KNOWN ISSUES
----------------------------------------------------------------------

### CH4
 * Dynamic process support
   - Requires fi_tagged capability in OFI netmod
   - Not supported in UCX netmod at this time

 * Test failures
   - test/mpi/errors/coll does not 100% pass.
   - Test failures differ based on experimental setup and network
     support built in.

 * libfabric psm3 provider may cause segfaults at exit
   - psm3 provider may cause segfaults in exit handlers. Configure
     with --disable-psm3 if this occurs.

### OS/X

 * C++ bindings - Exception handling in C++ bindings is broken because
   of a bug in libc++ (see
   https://github.com/android-ndk/ndk/issues/289).  You can workaround
   this issue by explicitly linking your application to libstdc++
   instead (e.g., mpicxx -o foo foo.cxx -lstdc++).

### Fine-grained thread safety

 * Multiple VCIs (--enable-thread-cs=per-vci) is only supported in ch4.

 * ch3 does not (and will not) support fine-grained threading.

### Lacking channel-specific features

 * MPICH does not presently support communication across heterogeneous
   platforms (e.g., a big-endian machine communicating with a
   little-endian machine).

 * ch3 has known problems in some cases when threading and dynamic
   processes are used together on communicators of size greater than
   one.


### Performance issues

 * MPI_Irecv operations that are not explicitly completed before
   MPI_Finalize is called may fail to complete before MPI_Finalize
   returns, and thus never complete. Furthermore, any matching send
   operations may erroneously fail. By explicitly completed, we mean
   that the request associated with the operation is completed by one
   of the MPI_Test or MPI_Wait routines.

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API