1
1
Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
Этот коммит содержится в:
Sergey Oblomov 2019-08-21 12:08:09 +03:00
родитель 182023febb
Коммит 01dacaa6a4

Просмотреть файл

@ -127,7 +127,7 @@ int mca_spml_ucx_del_procs(ompi_proc_t** procs, size_t nprocs)
ret = opal_common_ucx_del_procs_nofence(del_procs, nprocs, oshmem_my_proc_id(),
mca_spml_ucx.num_disconnect,
mca_spml_ucx_ctx_default.ucp_worker);
/* Do not barrier here - barrier is called in _shmem_finalize */
/* No need to barrier here - barrier is called in _shmem_finalize */
free(del_procs);
free(mca_spml_ucx.remote_addrs_tbl);
free(mca_spml_ucx_ctx_default.ucp_peers);