Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions opal/mca/common/ucx/common_ucx.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ OPAL_DECLSPEC opal_common_ucx_support_level_t opal_common_ucx_support_level(ucp_

/* Check for special value "any" */
if (is_any_tl && is_any_device) {
MCA_COMMON_UCX_VERBOSE(1, "ucx is enabled on any transport or device",
*opal_common_ucx.tls);
MCA_COMMON_UCX_VERBOSE(1, "ucx is enabled on any transport or device");
support_level = OPAL_COMMON_UCX_SUPPORT_DEVICE;
goto out;
}
Expand Down