[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc2-133-ge41c212

mysql vizuser noreply at mpich.org
Fri Jan 3 14:34:49 CST 2014


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  e41c212dbab7436c641ffaa6002419184b125a59 (commit)
      from  3146e104017114b0e9a7e04824cfeb7383155d12 (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/e41c212dbab7436c641ffaa6002419184b125a59

commit e41c212dbab7436c641ffaa6002419184b125a59
Author: Sameh Sharkawi <sssharka at us.ibm.com>
Date:   Fri Jan 3 14:32:16 2014 -0500

    PAMID fix for schedule release
    
    Signed-off-by: Michael Blocksome <blocksom at us.ibm.com>

diff --git a/src/mpid/pamid/src/mpid_request.h b/src/mpid/pamid/src/mpid_request.h
index 72a2ce6..ff7aaf7 100644
--- a/src/mpid/pamid/src/mpid_request.h
+++ b/src/mpid/pamid/src/mpid_request.h
@@ -307,7 +307,7 @@ MPID_Request_discard_inline(MPID_Request *req)
 }
 
 #define MPID_REQUEST_SET_COMPLETED(req_) \
-  MPIDI_Request_complete_inline(req_)
+  MPIDI_Request_complete_norelease_inline(req_)
 
 static inline void
 MPIDI_Request_complete_inline(MPID_Request *req)

-----------------------------------------------------------------------

Summary of changes:
 src/mpid/pamid/src/mpid_request.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list