Skip to content

Commit 8472f36

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/ucx/ucx_utils.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ nixlUcxContext::nixlUcxContext(std::vector<std::string> devs,
464464
config.modify ("MAX_RMA_RAILS", "2");
465465
}
466466

467+
config.modify("IB_PCI_RELAXED_ORDERING", "try");
468+
467469
const auto status = ucp_init (&ucp_params, config.getUcpConfig(), &ctx);
468470
if (status != UCS_OK) {
469471
throw std::runtime_error ("Failed to create UCX context: " +

0 commit comments

Comments
 (0)