Skip to content

Commit 063335b

Browse files
committed
UCP: JUST FOR TEST
Signed-off-by: Liu, Changcheng <[email protected]>
1 parent 60314d3 commit 063335b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildlib/pr/io_demo/az-stage-io-demo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ steps:
5959
--tasks-per-node 1 \
6060
--duration ${{ parameters.duration }} \
6161
-v \
62+
-bind \
6263
--num-clients 1 \
6364
--num-servers 1 \
6465
--map-by slot \

src/ucp/wireup/wireup_cm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ static unsigned ucp_cm_client_connect_progress(void *arg)
256256
ucp_rsc_index_t rsc_index;
257257
unsigned addr_idx;
258258
unsigned addr_indices[UCP_MAX_RESOURCES];
259-
ucs_status_t status;
259+
ucs_status_t status;;
260260

261261
wireup_ep = ucp_ep_get_cm_wireup_ep(ucp_ep);
262262
ucs_assert(wireup_ep != NULL);

0 commit comments

Comments
 (0)