[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1b1-179-g11e1e07

mysql vizuser noreply at mpich.org
Sat Nov 2 16:30:24 CDT 2013


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  11e1e075af056e65285474a769bac7a6bd4a60ae (commit)
      from  05262f9ad06aeb9b182957d530b43e7419e9e356 (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/11e1e075af056e65285474a769bac7a6bd4a60ae

commit 11e1e075af056e65285474a769bac7a6bd4a60ae
Author: Antonio J. Pena <apenya at mcs.anl.gov>
Date:   Sat Nov 2 12:13:01 2013 -0500

    Increased tmp string buffer len from 1K to 16K
    
    Fixes ticket #1773
    
    Signed-off-by: Pavan Balaji <balaji at mcs.anl.gov>

diff --git a/src/pm/hydra/include/hydra.h b/src/pm/hydra/include/hydra.h
index e17b8c8..c14de0a 100644
--- a/src/pm/hydra/include/hydra.h
+++ b/src/pm/hydra/include/hydra.h
@@ -117,7 +117,7 @@ extern char *HYD_dbg_prefix;
 #define HYD_POLLHUP (0x0004)
 
 #define HYD_TMPBUF_SIZE (64 * 1024)
-#define HYD_TMP_STRLEN  1024
+#define HYD_TMP_STRLEN  (16 * 1024)
 #define HYD_NUM_TMP_STRINGS 1000
 
 #define HYD_DEFAULT_RETRY_COUNT (10)

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

Summary of changes:
 src/pm/hydra/include/hydra.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list