Skip to content

Commit c48044e

Browse files
committed
pr feedback
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 5bd0ca6 commit c48044e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/pmix/base/pmix_base_fns.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ static void translate_params(void)
198198
mca_base_parse_paramfile(file, &params);
199199
free(file);
200200
OPAL_LIST_FOREACH (fv, &params, mca_base_var_file_value_t) {
201-
if (check_pmix_param(fv->mbvfv_var)) {
201+
pmix_overlap = check_pmix_overlap(fv->mbvfv_var, fv->mbvfv_value);
202+
if (!pmix_overlap && check_pmix_param(fv->mbvfv_var)) {
202203
opal_asprintf(&tmp, "PMIX_MCA_%s", fv->mbvfv_var);
203204
// set it, but don't overwrite if they already
204205
// have a value in our environment

0 commit comments

Comments
 (0)