Skip to content

Commit 6f25270

Browse files
committed
Fix: Update Dockerfile.intel and FindMKL.cmake
1 parent 7589d7d commit 6f25270

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile.intel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ RUN export LD_LIBRARY_PATH=${GKLIB_ROOT}/lib:${METIS32_ROOT}/lib:${PARMETIS32_RO
7676
cd /tmp && git clone https://github.com/deepmodeling/abacus-develop.git --depth 1 && \
7777
cd abacus-develop && \
7878
cmake -B build \
79-
-DMKL_SYCL=OFF \
80-
-DMKL_SYCL_INTERFACE_FULL=OFF \
81-
-DMKL_SYCL_DISTRIBUTED_DFT=OFF \
8279
-DENABLE_MLALGO=ON \
8380
-DENABLE_LIBXC=ON \
8481
-DENABLE_LIBRI=ON \

cmake/FindMKL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
88
if(NOT TARGET MKL::MKL)
99

1010
find_path(MKL_INCLUDE mkl_service.h HINTS ${MKLROOT}/include)

0 commit comments

Comments
 (0)