From e7a76bd6b6a4d8ac62266fe425938e16db0630be Mon Sep 17 00:00:00 2001 From: LUNASEA <33978601+maki49@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:16:33 +0800 Subject: [PATCH] fix MKL problem in pyabacus example ex_s_rotate.py (#4669) --- python/pyabacus/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyabacus/CMakeLists.txt b/python/pyabacus/CMakeLists.txt index 6f50044137..ea6e65c49c 100644 --- a/python/pyabacus/CMakeLists.txt +++ b/python/pyabacus/CMakeLists.txt @@ -19,7 +19,7 @@ if(DEFINED ENV{MKLROOT} AND NOT DEFINED MKLROOT) set(MKLROOT "$ENV{MKLROOT}") endif() if(MKLROOT) - + set(MKL_INTERFACE lp64) set(ENABLE_MPI ON) if (ENABLE_MPI) find_package(MPI REQUIRED)