Skip to content

Commit

Permalink
UCX/RNDV: multirail - updated EP configuration (4)
Browse files Browse the repository at this point in the history
- updated comment & help wording
  • Loading branch information
Sergey Oblomov committed Nov 13, 2017
1 parent 8cf6173 commit d989538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ucp/core/ucp_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static ucs_config_field_t ucp_config_table[] = {
ucs_offsetof(ucp_config_t, ctx.rndv_perf_diff), UCS_CONFIG_TYPE_DOUBLE},

{"MAX_RNDV_LANES", "1",
"Set max multirail-get rendezvous lane numbers",
"Maximal number of devices on which a rendezvous operation may be executed in parallel",
ucs_offsetof(ucp_config_t, ctx.max_rndv_lanes), UCS_CONFIG_TYPE_UINT},

{"ZCOPY_THRESH", "auto",
Expand Down
2 changes: 1 addition & 1 deletion src/ucp/core/ucp_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ typedef struct ucp_context_config {
int use_mt_mutex;
/** On-demand progress */
int adaptive_progress;
/** Rendezvous multirail support */
/** Rendezvous-get multi-lane support */
unsigned max_rndv_lanes;
} ucp_context_config_t;

Expand Down

0 comments on commit d989538

Please sign in to comment.