[mpich] MPICH primary repository branch, master, updated. v3.1.3-162-g5da4e16
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 5da4e169ba4907771253b9ba986ece290d542f33 (commit) from e3e7d765e0c1629945faec4336bf2789e9ab07a8 (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/5da4e169ba4907771253b9ba986ece290d... commit 5da4e169ba4907771253b9ba986ece290d542f33 Author: Junchao Zhang <[email protected]> Date: Mon Nov 10 14:35:35 2014 -0600 Fix: Explicitly add the OPA header file to mpiimpl.h Without it, the code is broken in Intel's MPI build Signed-off-by: Antonio J. Pena <[email protected]> diff --git a/src/include/mpiimpl.h b/src/include/mpiimpl.h index a6c0ad0..003bc07 100644 --- a/src/include/mpiimpl.h +++ b/src/include/mpiimpl.h @@ -36,6 +36,8 @@ do not want mpi.h to depend on any other files or configure flags */ #include "mpichconf.h" +#include "opa_primitives.h" + /* if we are defining this, we must define it before including mpl.h */ #if defined(MPICH_DEBUG_MEMINIT) #define MPL_VG_ENABLED 1 ----------------------------------------------------------------------- Summary of changes: src/include/mpiimpl.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org