mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Docker: Enable ELPA for CMake CUDA builds
This commit is contained in:
parent
e1f948e013
commit
bb352791de
2 changed files with 1 additions and 2 deletions
|
|
@ -136,7 +136,6 @@ elif [[ "${PROFILE}" == "toolchain_cuda_"* ]] && [[ "${VERSION}" == "psmp" ]]; t
|
|||
-DCP2K_USE_DLAF=OFF \
|
||||
-DCP2K_USE_SPLA_GEMM_OFFLOADING=ON \
|
||||
-DCP2K_USE_PEXSI=OFF \
|
||||
-DCP2K_USE_ELPA=OFF \
|
||||
-DCP2K_USE_ACE=OFF \
|
||||
-DCP2K_USE_DEEPMD=OFF \
|
||||
-DCP2K_USE_PLUMED=OFF \
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ case "${with_elpa}" in
|
|||
../configure --prefix="${pkg_install_dir}/${TARGET}/" \
|
||||
--libdir="${pkg_install_dir}/${TARGET}/lib" \
|
||||
--enable-openmp=${enable_openmp} \
|
||||
--enable-shared=no \
|
||||
--enable-shared=yes \
|
||||
--enable-static=yes \
|
||||
--disable-c-tests \
|
||||
--disable-cpp-tests \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue