We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60314d3 commit 063335bCopy full SHA for 063335b
buildlib/pr/io_demo/az-stage-io-demo.yaml
@@ -59,6 +59,7 @@ steps:
59
--tasks-per-node 1 \
60
--duration ${{ parameters.duration }} \
61
-v \
62
+ -bind \
63
--num-clients 1 \
64
--num-servers 1 \
65
--map-by slot \
src/ucp/wireup/wireup_cm.c
@@ -256,7 +256,7 @@ static unsigned ucp_cm_client_connect_progress(void *arg)
256
ucp_rsc_index_t rsc_index;
257
unsigned addr_idx;
258
unsigned addr_indices[UCP_MAX_RESOURCES];
259
- ucs_status_t status;
+ ucs_status_t status;;
260
261
wireup_ep = ucp_ep_get_cm_wireup_ep(ucp_ep);
262
ucs_assert(wireup_ep != NULL);
0 commit comments