This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via a6ad65a115c0d47968664aefa04e742e86fd99e7 (commit) from 031160ef89015c709c5839e9fc0521ae19719c15 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/a6ad65a115c0d47968664aefa04e742e86... commit a6ad65a115c0d47968664aefa04e742e86fd99e7 Author: Pavan Balaji <[email protected]> Date: Mon Jul 20 12:47:33 2015 -0500 We no longer have the '--disable-smpcoll' configure option. No reviewer. diff --git a/RELEASE_NOTES b/RELEASE_NOTES index f3042df..b3d7b1e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -71,8 +71,8 @@ * SMP-aware collectives do not perform as well, in select cases, as non-SMP-aware collectives, e.g. MPI_Reduce with message sizes - larger than 64KiB. These can be disabled by the configure option - "--disable-smpcoll". + larger than 64KiB. These can be disabled by setting the environment + variable MPIR_CVAR_ENABLE_SMP_COLLECTIVES to 0. * MPI_Irecv operations that are not explicitly completed before MPI_Finalize is called may fail to complete before MPI_Finalize ----------------------------------------------------------------------- Summary of changes: RELEASE_NOTES | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository