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 62f2e6f commit d883f8bCopy full SHA for d883f8b
opal/mca/common/ucx/common_ucx.c
@@ -259,8 +259,7 @@ OPAL_DECLSPEC opal_common_ucx_support_level_t opal_common_ucx_support_level(ucp_
259
260
/* Check for special value "any" */
261
if (is_any_tl && is_any_device) {
262
- MCA_COMMON_UCX_VERBOSE(1, "ucx is enabled on any transport or device",
263
- *opal_common_ucx.tls);
+ MCA_COMMON_UCX_VERBOSE(1, "ucx is enabled on any transport or device");
264
support_level = OPAL_COMMON_UCX_SUPPORT_DEVICE;
265
goto out;
266
}
0 commit comments