Skip to content

Commit

Permalink
Merge pull request #2431 from yosefe/topic/ucp-ep-init-rndv-send-nbr-…
Browse files Browse the repository at this point in the history
…v1.3.x

UCP/EP: Fix missing initialization of rndv_send_nbr thresholds v1.3.x
  • Loading branch information
shamisp authored Mar 20, 2018
2 parents e558af9 + 240cd37 commit f99e9e4
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 f99e9e4

Please sign in to comment.