mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: change numa library string for SLES
Modified libnuma.so.1 to be loaded instead of libnuma.so for SLES compatibility Related-To: NEO-8276 Signed-off-by: Yoon, Young Jin <young.jin.yoon@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a673347378
commit
a084b1cf42
@@ -23,7 +23,7 @@ class NumaLibrary {
|
||||
static bool getMemPolicy(int *mode, std::vector<unsigned long> &nodeMask, void *addr);
|
||||
|
||||
protected:
|
||||
static constexpr const char *numaLibNameStr = "libnuma.so";
|
||||
static constexpr const char *numaLibNameStr = "libnuma.so.1";
|
||||
static constexpr const char *procGetMemPolicyStr = "get_mempolicy";
|
||||
static constexpr const char *procNumaAvailableStr = "numa_available";
|
||||
static constexpr const char *procNumaMaxNodeStr = "numa_max_node";
|
||||
|
||||
Reference in New Issue
Block a user