[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-320-ga131e53
Service Account
noreply at mpich.org
Tue May 24 13:42:54 CDT 2016
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 a131e534d26ea79ba028435b2a162e14b5c7764f (commit)
from 8a5e24404f4ed060c083008cd7a5b8ba4c216c73 (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/a131e534d26ea79ba028435b2a162e14b5c7764f
commit a131e534d26ea79ba028435b2a162e14b5c7764f
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Tue May 24 09:36:12 2016 -0500
pm/hydra: fix bug in default binding
Setting a default binding of "none" meant that the HYDRA_BINDING
environment variable was always ignored. Using NULL is actually what we
want in this case.
No reviewer.
diff --git a/src/pm/hydra/pm/pmiserv/pmip_cb.c b/src/pm/hydra/pm/pmiserv/pmip_cb.c
index a66916b..50cf38e 100644
--- a/src/pm/hydra/pm/pmiserv/pmip_cb.c
+++ b/src/pm/hydra/pm/pmiserv/pmip_cb.c
@@ -803,9 +803,6 @@ static HYD_status parse_exec_params(char **t_argv)
"no executable given and doesn't look like a restart either\n");
/* Set default values */
- if (HYD_pmcd_pmip.user_global.binding == NULL)
- HYD_pmcd_pmip.user_global.binding = MPL_strdup("none");
-
if (HYD_pmcd_pmip.user_global.topolib == NULL && HYDRA_DEFAULT_TOPOLIB)
HYD_pmcd_pmip.user_global.topolib = MPL_strdup(HYDRA_DEFAULT_TOPOLIB);
-----------------------------------------------------------------------
Summary of changes:
src/pm/hydra/pm/pmiserv/pmip_cb.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list