We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963197d commit c666a69Copy full SHA for c666a69
Dockerfile.intel
@@ -76,6 +76,8 @@ RUN export LD_LIBRARY_PATH=${GKLIB_ROOT}/lib:${METIS32_ROOT}/lib:${PARMETIS32_RO
76
cd /tmp && git clone https://github.com/deepmodeling/abacus-develop.git --depth 1 && \
77
cd abacus-develop && \
78
cmake -B build \
79
+ -DMKL_SYCL=OFF \
80
+ -DMKL_SYCL_INTERFACE_FULL=OFF \
81
-DMKL_SYCL_DISTRIBUTED_DFT=OFF \
82
-DENABLE_MLALGO=ON \
83
-DENABLE_LIBXC=ON \
0 commit comments