Skip to content

Commit 4c1ea4a

Browse files
committed
dpm: correctly handle procs_cutoff in ompi_dpm_connect_accept()
this commit includes missing bits from 213b2ab
1 parent 213b2ab commit 4c1ea4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/dpm/dpm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ int ompi_dpm_connect_accept(ompi_communicator_t *comm, int root,
183183
}
184184
opal_argv_append_nosize(&members, nstring);
185185
free(nstring);
186-
if (NULL == (nstring = (char*)opal_pmix.get_nspace(proc_list[i]->super.proc_name.jobid))) {
186+
if (NULL == (nstring = (char*)opal_pmix.get_nspace(proc_name.jobid))) {
187187
opal_argv_free(members);
188188
free (proc_list);
189189
return OMPI_ERR_NOT_SUPPORTED;

0 commit comments

Comments
 (0)