Skip to content

Commit

Permalink
GTEST/UCP: Fix max_lane test to run with proto v2 only
Browse files Browse the repository at this point in the history
There is a max md limitation for RMA BW lanes in protov1.
Thus, it may not be possible to create 16 lanes with proto v1
if the node has many different transports/HCAs/NICs.
  • Loading branch information
brminich committed Jul 26, 2023
1 parent 04dc5d9 commit 502906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/ucp/test_ucp_sockaddr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ class test_max_lanes : public test_ucp_sockaddr {

UCS_TEST_SKIP_COND_P(test_max_lanes, 16_lanes_reconf, !cm_use_all_devices(),
"MAX_RNDV_LANES=16", "MAX_EAGER_LANES=16",
"IB_NUM_PATHS?=16", "TM_SW_RNDV=y")
"IB_NUM_PATHS?=16", "TM_SW_RNDV=y", "PROTO_ENABLE=y")
{
/* get configuration index for EP created through CM */
listen_and_communicate(false, SEND_DIRECTION_C2S);
Expand Down

0 comments on commit 502906e

Please sign in to comment.