[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b1-24-gd3034ef

Service Account noreply at mpich.org
Tue Mar 31 12:56:21 CDT 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  d3034ef2f1eeeaba21fe53276f05dc199c9bdf40 (commit)
      from  f840491129bc170ffc383d25cd313088642a358a (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/d3034ef2f1eeeaba21fe53276f05dc199c9bdf40

commit d3034ef2f1eeeaba21fe53276f05dc199c9bdf40
Author: Charles J Archer <charles.j.archer at intel.com>
Date:   Tue Mar 31 10:52:39 2015 -0700

    OFI semantics:  close AV after closing endpoint

diff --git a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c
index 7e51a58..7291219 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_init.c
@@ -308,8 +308,8 @@ int MPID_nem_ofi_finalize(void)
     MPI_RC(MPID_nem_ofi_cm_finalize());
 
     FI_RC(fi_close((fid_t) gl_data.mr), mrclose);
-    FI_RC(fi_close((fid_t) gl_data.av), avclose);
     FI_RC(fi_close((fid_t) gl_data.endpoint), epclose);
+    FI_RC(fi_close((fid_t) gl_data.av), avclose);
     FI_RC(fi_close((fid_t) gl_data.cq), cqclose);
     FI_RC(fi_close((fid_t) gl_data.domain), domainclose);
     FI_RC(fi_close((fid_t) gl_data.fabric), fabricclose);

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

Summary of changes:
 .../ch3/channels/nemesis/netmod/ofi/ofi_init.c     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list