File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,6 @@ endif()
463463if (MKLROOT)
464464 set (MKL_INTERFACE lp64)
465465 set (ENABLE_SCALAPACK ON )
466- # set(MKL_SYCL_DISTRIBUTED_DFT OFF CACHE BOOL "Disable SYCL distributed DFT")
467466 find_package (MKL REQUIRED)
468467 add_definitions (-D__MKL)
469468 include_directories (${MKL_INCLUDE} ${MKL_INCLUDE} /fftw)
@@ -804,4 +803,4 @@ install(PROGRAMS ${ABACUS_BIN_PATH}
804803
805804if (ENABLE_COVERAGE)
806805 coverage_evaluate()
807- endif ()
806+ endif ()
Original file line number Diff line number Diff line change 44# MKL_INCLUDE - where to find mkl.h, etc.
55# MKL_FOUND - True if mkl found.
66
7- # find_package(MKL NO_MODULE) # try using official module first
7+ find_package (MKL NO_MODULE) # try using official module first
88if (NOT TARGET MKL::MKL)
99
1010find_path (MKL_INCLUDE mkl_service.h HINTS ${MKLROOT} /include )
You can’t perform that action at this time.
0 commit comments