[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.3-140-g42ebe24
Service Account
noreply at mpich.org
Thu Nov 6 09:48:24 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 42ebe24073b4c68573327a646b3bea0a8b161d08 (commit)
from 16fbce5e976bd9f6345036bb86abfd01446400c2 (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/42ebe24073b4c68573327a646b3bea0a8b161d08
commit 42ebe24073b4c68573327a646b3bea0a8b161d08
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Thu Nov 6 09:46:12 2014 -0600
portals4: temporarily buf counts in ptl_nm.c
There is a complete overhaul of this file on the way, but in the meantime
we raise these limits to prevent deadlock in MPI_Finalize with process
count >= 12.
No reviewer.
diff --git a/src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_nm.c b/src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_nm.c
index e461bbc..f0d447d 100644
--- a/src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_nm.c
+++ b/src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_nm.c
@@ -8,8 +8,8 @@
#include <mpl_utlist.h>
#include "rptl.h"
-#define NUM_SEND_BUFS 20
-#define NUM_RECV_BUFS 20
+#define NUM_SEND_BUFS 100
+#define NUM_RECV_BUFS 100
#define BUFLEN (sizeof(MPIDI_CH3_Pkt_t) + PTL_MAX_EAGER)
typedef struct MPID_nem_ptl_sendbuf {
-----------------------------------------------------------------------
Summary of changes:
.../ch3/channels/nemesis/netmod/portals4/ptl_nm.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list