Skip to content

Commit

Permalink
fix MKL problem in pyabacus example ex_s_rotate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maki49 committed Jul 12, 2024
1 parent 5a5ff7f commit 4295e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyabacus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4295e07

Please sign in to comment.