Skip to content

Commit

Permalink
Update info for next pre-release
Browse files Browse the repository at this point in the history
Update CHANGES, RELEASE_NOTES, and version.m4 with new info for the
3.3b2 release.

Signed-off-by: Pavan Balaji <[email protected]>
  • Loading branch information
raffenet committed Apr 9, 2018
1 parent 0494f3c commit 139dc6d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

# Fixed SLURM integration in Hydra for new node list format.

# Added support for PMIx (https://pmix.github.io/pmix/) client
library in CH4 netmods. Note that you must use a compatible PMIx
server in this configuration.

# Better organization of collectives in the MPI layer. The new
scheme, which de-couples implementation from selection logic,
enables easier integration of additional algorithms.
Expand All @@ -21,6 +25,12 @@
implementation to move data over generic or device-specific
transport functions.

# Improvements to derived datatype testing (DTPools -
https://wiki.mpich.org/mpich/index.php/DTPools).

# Added new "non-catastrophic" error codes to expose internal
resource exhaustion.

# Cleanup of whitespace (ch3 excluded) using the
maint/code-cleanup.sh script. For instructions on how to update
PRs/branches based on MPICH before the cleanup, see
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
* Build Issues
- CH4 will not build with Solaris compilers.

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

* Test failures
- CH4 will not currently pass 100% of the testsuite.
- Test failures differ based on experimental setup and network
Expand Down
2 changes: 1 addition & 1 deletion maint/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# changing this by playing with diversions, but then we would probably be
# playing with autotools-fire.

m4_define([MPICH_VERSION_m4],[3.3b1])dnl
m4_define([MPICH_VERSION_m4],[3.3b2])dnl
m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl

# For libtool ABI versioning rules see:
Expand Down

0 comments on commit 139dc6d

Please sign in to comment.