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 de4fe77 commit 62f6be4Copy full SHA for 62f6be4
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
@@ -35,7 +35,7 @@ extern mca_base_framework_t opal_memory_base_framework;
35
opal_common_ucx_module_t opal_common_ucx = {.verbose = 0,
36
.progress_iterations = 100,
37
.registered = 0,
38
- .opal_mem_hooks = 0,
+ .opal_mem_hooks = 1,
39
.tls = NULL};
40
41
static opal_mutex_t opal_common_ucx_mutex = OPAL_MUTEX_STATIC_INIT;
0 commit comments