Skip to content

Commit

Permalink
Optimization 2: run a warmup communication in client/server initializ…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
ilumsden committed Dec 21, 2023
1 parent 9ce3993 commit 0c39407
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 225 deletions.
7 changes: 4 additions & 3 deletions src/dyad/common/dyad_rc.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ enum dyad_core_return_codes {
DYAD_RC_UCXINIT_FAIL = -14, // UCX initialization failed
DYAD_RC_UCXWAIT_FAIL = -15, // UCX wait (either custom or
// 'ucp_worker_wait') failed
DYAD_RC_UCXCOMM_FAIL = -16, // UCX communication routine failed
DYAD_RC_UCXMMAP_FAIL = -17, // Failed to perform operations with ucp_mem_map
DYAD_RC_RPC_FINISHED = -18, // The Flux RPC responded with ENODATA (i.e.,
DYAD_RC_UCXEP_FAIL = -16, // An operation on a ucp_ep_h failed
DYAD_RC_UCXCOMM_FAIL = -17, // UCX communication routine failed
DYAD_RC_UCXMMAP_FAIL = -18, // Failed to perform operations with ucp_mem_map
DYAD_RC_RPC_FINISHED = -19, // The Flux RPC responded with ENODATA (i.e.,
// end of stream) sooner than expected
DYAD_RC_BAD_B64DECODE = -18, // Decoding of data w/ base64 failed
DYAD_RC_BAD_COMM_MODE = -19, // Invalid comm mode provided to DTL
Expand Down
Loading

0 comments on commit 0c39407

Please sign in to comment.