Skip to content

Commit 89153ac

Browse files
author
Sergey Oblomov
committed
SPML/UCX: fixed build over older versions of UCX
- updated macro check to instantiate empty op_param_t object Signed-off-by: Sergey Oblomov <sergeyo@nvidia.com>
1 parent e449535 commit 89153ac

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
@@ -88,7 +88,7 @@ mca_spml_ucx_ctx_t mca_spml_ucx_ctx_default = {
8888
.synchronized_quiet = false
8989
};
9090

91-
#if HAVE_DECL_UCP_ATOMIC_OP_NBX
91+
#ifdef HAVE_UCP_REQUEST_PARAM_T
9292
static ucp_request_param_t mca_spml_ucx_request_param = {0};
9393
#endif
9494

0 commit comments

Comments
 (0)