Коммит
385da4eb45
@ -484,6 +484,9 @@ int ompi_dpm_connect_accept(ompi_communicator_t *comm, int root,
|
|||||||
if (NULL != mycpuset) {
|
if (NULL != mycpuset) {
|
||||||
free(mycpuset);
|
free(mycpuset);
|
||||||
}
|
}
|
||||||
|
if (NULL != peer_ranks) {
|
||||||
|
free(peer_ranks);
|
||||||
|
}
|
||||||
/* call add_procs on the new ones */
|
/* call add_procs on the new ones */
|
||||||
rc = MCA_PML_CALL(add_procs(new_proc_list, opal_list_get_size(&ilist)));
|
rc = MCA_PML_CALL(add_procs(new_proc_list, opal_list_get_size(&ilist)));
|
||||||
free(new_proc_list);
|
free(new_proc_list);
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user