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 7d7a9039036a4763a813f4c6789eb86f2826cca8 (commit) from 2dc3960a863977d980334ed7fbd199a87bb6d35f (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/7d7a9039036a4763a813f4c6789eb86f28... commit 7d7a9039036a4763a813f4c6789eb86f2826cca8 Author: Lisandro Dalcin <[email protected]> Date: Tue Apr 22 11:54:53 2014 -0500 Human readable names for MPI-3 C++ datatypes Signed-off-by: Rob Latham <[email protected]> diff --git a/src/mpi/datatype/type_get_name.c b/src/mpi/datatype/type_get_name.c index 07c2f84..e550dfb 100644 --- a/src/mpi/datatype/type_get_name.c +++ b/src/mpi/datatype/type_get_name.c @@ -108,6 +108,12 @@ static mpi_names_t mpi_names[] = { type_name_entry(MPI_C_DOUBLE_COMPLEX), type_name_entry(MPI_C_LONG_DOUBLE_COMPLEX), + /* C++ types */ + type_name_entry(MPI_CXX_BOOL), + type_name_entry(MPI_CXX_FLOAT_COMPLEX), + type_name_entry(MPI_CXX_DOUBLE_COMPLEX), + type_name_entry(MPI_CXX_LONG_DOUBLE_COMPLEX), + /* address/offset types */ type_name_entry(MPI_AINT), type_name_entry(MPI_OFFSET), ----------------------------------------------------------------------- Summary of changes: src/mpi/datatype/type_get_name.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository