You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`umfMemspaceCreateFromNumaArray` is defined in
`memspaces/memspace_numa.c` which is only added to the build if hwloc is
enabled.
When hwloc is enabled this is added as an optional symbol to the linker
script through `UMF_OPTIONAL_SYMBOLS_LINUX`.
When hwloc is disabled this symbol isn't available so this linker script
would fail, I believe the correct fix is just to remove the symbol from
the linker script.
0 commit comments