Skip to content

Commit 3ba8971

Browse files
authored
Remove SYCL distributed DFT option from MKL settings
Removed the option to disable SYCL distributed DFT in MKL settings.
1 parent 8e67fbe commit 3ba8971

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ endif()
463463
if(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

805804
if(ENABLE_COVERAGE)
806805
coverage_evaluate()
807-
endif()
806+
endif()

0 commit comments

Comments
 (0)