[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-130-g4d676d9
Service Account
noreply at mpich.org
Mon Feb 2 09:31:28 CST 2015
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 4d676d9b5b5f709759e0dfcdcc54b9d1e6771174 (commit)
from 9a1ae5a841cd9cc5b2d258aa52fe1cb7ade4f498 (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/4d676d9b5b5f709759e0dfcdcc54b9d1e6771174
commit 4d676d9b5b5f709759e0dfcdcc54b9d1e6771174
Author: Wesley Bland <wbland at anl.gov>
Date: Mon Feb 2 08:39:20 2015 -0600
Adds mpiimpl.h include to sock.c
This include was present but commented out. Normally, it wasn't needed,
but to pick up the definition of MPIX_ERR_PROC_FAILED correctly, it
needs to be there.
No reviewer
diff --git a/src/mpid/common/sock/poll/sock.c b/src/mpid/common/sock/poll/sock.c
index 1e8fea4..709607e 100644
--- a/src/mpid/common/sock/poll/sock.c
+++ b/src/mpid/common/sock/poll/sock.c
@@ -7,8 +7,8 @@
#include "mpishared.h"
+#include "mpiimpl.h"
#include "mpidu_sock.h"
-/*#include "mpiimpl.h"*/
#ifdef HAVE_STRING_H
/* Include for memcpy and memset */
#include <string.h>
-----------------------------------------------------------------------
Summary of changes:
src/mpid/common/sock/poll/sock.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list