Skip to content

Commit 7589d7d

Browse files
committed
Fix: Update CMakeLists.txt
1 parent c666a69 commit 7589d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ endif()
463463
if(MKLROOT)
464464
set(MKL_INTERFACE lp64)
465465
set(ENABLE_SCALAPACK ON)
466+
set(ENABLE_SYCL_DISTRIBUTED_DFT OFF CACHE BOOL "Disable SYCL Distributed DFT for ABACUS" FORCE)
466467
find_package(MKL REQUIRED)
467468
add_definitions(-D__MKL)
468469
include_directories(${MKL_INCLUDE} ${MKL_INCLUDE}/fftw)

0 commit comments

Comments
 (0)