Skip to content

Commit 85ce76f

Browse files
authored
Merge pull request #4926 from karasevb/pmix_dstore_enable
pmix: dstore returned for direct modex
2 parents 5ad7962 + dca3dd2 commit 85ce76f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

opal/mca/pmix/pmix3x/pmix3x_client.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ int pmix3x_client_init(opal_list_t *ilist)
9898
ninfo = 0;
9999
}
100100

101-
/* check for direct modex use-case */
102-
if (opal_pmix_base_async_modex && !opal_pmix_collect_all_data) {
103-
opal_setenv("PMIX_MCA_gds", "hash", true, &environ);
104-
}
105-
106101
OPAL_PMIX_RELEASE_THREAD(&opal_pmix_base.lock);
107102
rc = PMIx_Init(&mca_pmix_pmix3x_component.myproc, pinfo, ninfo);
108103
if (NULL != pinfo) {

opal/mca/pmix/pmix3x/pmix3x_server_south.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,6 @@ int pmix3x_server_init(opal_pmix_server_module_t *module,
129129
}
130130
}
131131

132-
/* check for direct modex use-case */
133-
if (opal_pmix_base_async_modex && !opal_pmix_collect_all_data) {
134-
opal_setenv("PMIX_MCA_gds", "hash", true, &environ);
135-
}
136-
137132
/* insert ourselves into our list of jobids - it will be the
138133
* first, and so we'll check it first */
139134
job = OBJ_NEW(opal_pmix3x_jobid_trkr_t);

0 commit comments

Comments
 (0)