Skip to content

Commit 01dacaa

Browse files
author
Sergey Oblomov
committed
SPML/UCX: fixed comment
Signed-off-by: Sergey Oblomov <[email protected]>
1 parent 182023f commit 01dacaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshmem/mca/spml/ucx/spml_ucx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ int mca_spml_ucx_del_procs(ompi_proc_t** procs, size_t nprocs)
127127
ret = opal_common_ucx_del_procs_nofence(del_procs, nprocs, oshmem_my_proc_id(),
128128
mca_spml_ucx.num_disconnect,
129129
mca_spml_ucx_ctx_default.ucp_worker);
130-
/* Do not barrier here - barrier is called in _shmem_finalize */
130+
/* No need to barrier here - barrier is called in _shmem_finalize */
131131
free(del_procs);
132132
free(mca_spml_ucx.remote_addrs_tbl);
133133
free(mca_spml_ucx_ctx_default.ucp_peers);

0 commit comments

Comments
 (0)