Skip to content

Commit

Permalink
UCP/EP: Fix missing initialization of rndv_send_nbr thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefe committed Mar 20, 2018
1 parent 9b49f00 commit 240cd37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ucp/core/ucp_ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,8 @@ void ucp_ep_config_init(ucp_worker_h worker, ucp_ep_config_t *config)
config->tag.rndv.max_get_zcopy = SIZE_MAX;
config->tag.rndv.max_put_zcopy = SIZE_MAX;
config->tag.rndv.am_thresh = SIZE_MAX;
config->tag.rndv_send_nbr.am_thresh = SIZE_MAX;
config->tag.rndv_send_nbr.rma_thresh = SIZE_MAX;
config->tag.rndv.rkey_size = ucp_rkey_packed_size(context,
config->key.rma_bw_md_map);
config->stream.proto = &ucp_stream_am_proto;
Expand Down

0 comments on commit 240cd37

Please sign in to comment.