Skip to content

Commit

Permalink
TEST/IODEMO: Bind to local IP address
Browse files Browse the repository at this point in the history
Allows running on an environment with multiple network interfaces in the
same subnet.

Signed-off-by: Liu, Changcheng <jerrliu@nvidia.com>
  • Loading branch information
changchengx committed Apr 10, 2023
1 parent 60314d3 commit 72b9f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildlib/pr/io_demo/az-stage-io-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ steps:
--tasks-per-node 1 \
--duration ${{ parameters.duration }} \
-v \
--bind \
--num-clients 1 \
--num-servers 1 \
--map-by slot \
Expand Down
2 changes: 1 addition & 1 deletion src/ucp/wireup/wireup_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static unsigned ucp_cm_client_connect_progress(void *arg)
ucp_rsc_index_t rsc_index;
unsigned addr_idx;
unsigned addr_indices[UCP_MAX_RESOURCES];
ucs_status_t status;
ucs_status_t status;;

wireup_ep = ucp_ep_get_cm_wireup_ep(ucp_ep);
ucs_assert(wireup_ep != NULL);
Expand Down

0 comments on commit 72b9f3d

Please sign in to comment.