We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd0ca6 commit c48044eCopy full SHA for c48044e
opal/mca/pmix/base/pmix_base_fns.c
@@ -198,7 +198,8 @@ static void translate_params(void)
198
mca_base_parse_paramfile(file, ¶ms);
199
free(file);
200
OPAL_LIST_FOREACH (fv, ¶ms, mca_base_var_file_value_t) {
201
- if (check_pmix_param(fv->mbvfv_var)) {
+ pmix_overlap = check_pmix_overlap(fv->mbvfv_var, fv->mbvfv_value);
202
+ if (!pmix_overlap && check_pmix_param(fv->mbvfv_var)) {
203
opal_asprintf(&tmp, "PMIX_MCA_%s", fv->mbvfv_var);
204
// set it, but don't overwrite if they already
205
// have a value in our environment
0 commit comments