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.
2 parents 34685a2 + 62f6be4 commit 47d12c3Copy full SHA for 47d12c3
contrib/platform/mellanox/optimized.conf
@@ -63,6 +63,7 @@ hwloc_base_binding_policy = core
63
btl = self
64
pml_ucx_tls = any
65
pml_ucx_devices = any
66
+opal_common_ucx_opal_mem_hooks = 0
67
# Basic behavior to smooth startup
68
mca_base_component_show_load_errors = 0
69
orte_abort_timeout = 10
opal/mca/common/ucx/common_ucx.c
@@ -36,7 +36,7 @@ extern mca_base_framework_t opal_memory_base_framework;
36
opal_common_ucx_module_t opal_common_ucx = {.verbose = 0,
37
.progress_iterations = 100,
38
.registered = 0,
39
- .opal_mem_hooks = 0,
+ .opal_mem_hooks = 1,
40
.tls = NULL};
41
42
static opal_mutex_t opal_common_ucx_mutex = OPAL_MUTEX_STATIC_INIT;
0 commit comments