Skip to content

Commit 4adb20a

Browse files
authored
Merge pull request #9240 from hoopoepg/topic/pml-ucx-fixed-build-on-older-ucx
SPML/UCX: fixed build over older versions of UCX
2 parents 97e09da + 89153ac commit 4adb20a

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)