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

Service Account noreply at mpich.org
Mon Mar 30 15:00:49 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  27330ebafd4615a95c2054e9c4c33a61c4b93fec (commit)
      from  fbae4e327d638b3615517fdd992824bac3e1d8af (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/27330ebafd4615a95c2054e9c4c33a61c4b93fec

commit 27330ebafd4615a95c2054e9c4c33a61c4b93fec
Author: Charles J Archer <charles.j.archer at intel.com>
Date:   Mon Mar 30 12:56:45 2015 -0700

    Update polling loop for OFI cq_read EAGAIN return

diff --git a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_progress.c b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_progress.c
index 02cc02e..7c9d1c8 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_progress.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/ofi/ofi_progress.c
@@ -256,6 +256,8 @@ int MPID_nem_ofi_poll(int in_blocking_poll)
                 MPIU_Assert(0);
             }
         }
+        else if (ret == -FI_EAGAIN)
+          ;
         else if (ret < 0) {
             if (ret == -FI_EAVAIL) {
                 ret = fi_cq_readerr(gl_data.cq, (void *) &error, 0);

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

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


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list