Skip to content

Commit 963197d

Browse files
authored
Update Dockerfile for abacus-develop configuration
1 parent e8ef701 commit 963197d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.intel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ 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 \
79+
-DMKL_SYCL_DISTRIBUTED_DFT=OFF \
8080
-DENABLE_MLALGO=ON \
8181
-DENABLE_LIBXC=ON \
8282
-DENABLE_LIBRI=ON \
@@ -88,4 +88,4 @@ RUN export LD_LIBRARY_PATH=${GKLIB_ROOT}/lib:${METIS32_ROOT}/lib:${PARMETIS32_RO
8888
rm -rf /tmp/abacus-develop
8989

9090
# Default entry
91-
CMD ["/bin/bash"]
91+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)