UCX  1.10
Unified Communication X
Deprecated List
Global ucp_atomic_add32 (ucp_ep_h ep, uint32_t add, uint64_t remote_addr, ucp_rkey_h rkey)
Replaced by ucp_atomic_post with opcode UCP_ATOMIC_POST_OP_ADD.
Global ucp_atomic_add64 (ucp_ep_h ep, uint64_t add, uint64_t remote_addr, ucp_rkey_h rkey)
Replaced by ucp_atomic_post with opcode UCP_ATOMIC_POST_OP_ADD.
Global ucp_atomic_cswap32 (ucp_ep_h ep, uint32_t compare, uint32_t swap, uint64_t remote_addr, ucp_rkey_h rkey, uint32_t *result)
Replaced by ucp_atomic_fetch_nb with opcode UCP_ATOMIC_FETCH_OP_CSWAP.
Global ucp_atomic_cswap64 (ucp_ep_h ep, uint64_t compare, uint64_t swap, uint64_t remote_addr, ucp_rkey_h rkey, uint64_t *result)
Replaced by ucp_atomic_fetch_nb with opcode UCP_ATOMIC_FETCH_OP_CSWAP.
Global ucp_atomic_fadd32 (ucp_ep_h ep, uint32_t add, uint64_t remote_addr, ucp_rkey_h rkey, uint32_t *result)
Replaced by ucp_atomic_fetch_nb with opcode UCP_ATOMIC_FETCH_OP_FADD.
Global ucp_atomic_fadd64 (ucp_ep_h ep, uint64_t add, uint64_t remote_addr, ucp_rkey_h rkey, uint64_t *result)
Replaced by ucp_atomic_fetch_nb with opcode UCP_ATOMIC_FETCH_OP_FADD.
Global ucp_atomic_swap32 (ucp_ep_h ep, uint32_t swap, uint64_t remote_addr, ucp_rkey_h rkey, uint32_t *result)
Replaced by ucp_atomic_fetch_nb with opcode UCP_ATOMIC_FETCH_OP_SWAP.
Global ucp_atomic_swap64 (ucp_ep_h ep, uint64_t swap, uint64_t remote_addr, ucp_rkey_h rkey, uint64_t *result)
Replaced by ucp_atomic_fetch_nb with opcode UCP_ATOMIC_FETCH_OP_SWAP.
Global ucp_disconnect_nb (ucp_ep_h ep)
Replaced by ucp_ep_close_nb.
Global ucp_ep_destroy (ucp_ep_h ep)
Replaced by ucp_ep_close_nb.
Global ucp_ep_flush (ucp_ep_h ep)
Replaced by ucp_ep_flush_nb.
Global ucp_ep_modify_nb (ucp_ep_h ep, const ucp_ep_params_t *params)
Use ucp_listener_conn_handler_t instead of ucp_listener_accept_handler_t, if you have other use case please submit an issue on https://github.com/openucx/ucx or report to ucx-g.nosp@m.roup.nosp@m.@elis.nosp@m.t.or.nosp@m.nl.go.nosp@m.v
Global ucp_get (ucp_ep_h ep, void *buffer, size_t length, uint64_t remote_addr, ucp_rkey_h rkey)
Replaced by ucp_get_nb.
Global ucp_listener_accept_handler_t
Replaced by ucp_listener_conn_handler_t.
Global ucp_listener_accept_handler_t
Replaced by ucp_listener_conn_handler_t.
Global ucp_put (ucp_ep_h ep, const void *buffer, size_t length, uint64_t remote_addr, ucp_rkey_h rkey)
Replaced by ucp_put_nb. The following example implements the same functionality using ucp_put_nb :
Global ucp_request_is_completed (void *request)
Replaced by ucp_request_test.
Global ucp_request_release (void *request)
Replaced by ucp_request_free.
Global ucp_request_test (void *request, ucp_tag_recv_info_t *info)
Replaced by ucp_tag_recv_request_test and ucp_request_check_status depends on use case.
Global ucp_worker_flush (ucp_worker_h worker)
Replaced by ucp_worker_flush_nb. The following example implements the same functionality using ucp_worker_flush_nb :