Skip to content

Commit

Permalink
Merge pull request #29 from zheng871026/huawei
Browse files Browse the repository at this point in the history
solve the init ep lane fault
  • Loading branch information
nsosnsos authored Dec 17, 2020
2 parents 33a6a89 + 16903ca commit ab78b38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ucp/wireup/wireup.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,7 @@ ucs_status_t ucp_wireup_init_lanes(ucp_ep_h ep, const ucp_ep_params_t *params,
*/
ucs_debug("cannot reconfigure ep %p from [%d] to [%d]", ep, ep->cfg_index,
new_cfg_index);
ucp_wireup_print_config(worker->context, &ucp_ep_config(ep)->key, "old",
NULL, UCS_LOG_LEVEL_ERROR);
ucp_wireup_print_config(worker->context, &key, "new", NULL, UCS_LOG_LEVEL_ERROR);
ucs_fatal("endpoint reconfiguration not supported yet");
return UCS_OK; /* No change */
}

ep->cfg_index = new_cfg_index;
Expand Down

0 comments on commit ab78b38

Please sign in to comment.