Skip to content

Commit cf2a7a2

Browse files
committed
Test: Turn off DMKL_SYCL and DMKL_SYCL_DISTRIBUTED_DFT
1 parent e8763c6 commit cf2a7a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.intel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ 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_DISTRIBUTED_DFT=OFF \
7981
-DENABLE_MLALGO=ON \
8082
-DENABLE_LIBXC=ON \
8183
-DENABLE_LIBRI=ON \

0 commit comments

Comments
 (0)