Skip to content

Commit f975499

Browse files
committed
UTILS/UCX: Set UCX_IB_PCI_RELAXED_OREDERING=try.
Signed-off-by: Raul Akhmetshin <[email protected]>
1 parent 6e36cfa commit f975499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/ucx/ucx_utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ nixlUcxContext::nixlUcxContext(std::vector<std::string> devs,
452452

453453
config.modify ("ADDRESS_VERSION", "v2");
454454
config.modify ("RNDV_THRESH", "inf");
455+
config.modify("IB_PCI_RELAXED_ORDERING", "try");
455456

456457
unsigned ucp_version = UCP_VERSION(major_version, minor_version);
457458
if (ucp_version >= UCP_VERSION(1, 19)) {

0 commit comments

Comments
 (0)