We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c666a69 commit 7589d7dCopy full SHA for 7589d7d
CMakeLists.txt
@@ -463,6 +463,7 @@ endif()
463
if(MKLROOT)
464
set(MKL_INTERFACE lp64)
465
set(ENABLE_SCALAPACK ON)
466
+ set(ENABLE_SYCL_DISTRIBUTED_DFT OFF CACHE BOOL "Disable SYCL Distributed DFT for ABACUS" FORCE)
467
find_package(MKL REQUIRED)
468
add_definitions(-D__MKL)
469
include_directories(${MKL_INCLUDE} ${MKL_INCLUDE}/fftw)
0 commit comments