mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
libxsmm
This commit is contained in:
parent
f8b3abcd3a
commit
3cfc7bce31
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ if [[ "${PROFILE}" == "spack" ]] && [[ "${VERSION}" == "psmp" ]]; then
|
|||
-DCP2K_USE_SPGLIB=ON \
|
||||
-DCP2K_USE_LIBINT2=ON \
|
||||
-DCP2K_USE_LIBXC=ON \
|
||||
-DCP2K_USE_LIBXSMM=ON \
|
||||
-DCP2K_USE_LIBTORCH=OFF \
|
||||
-DCP2K_USE_MPI=ON \
|
||||
-DCP2K_USE_MPI_F08=ON \
|
||||
|
|
@ -56,6 +57,7 @@ elif [[ "${PROFILE}" == "toolchain" ]] && [[ "${VERSION}" == "ssmp" ]]; then
|
|||
-DCP2K_USE_LIBXC=ON \
|
||||
-DCP2K_USE_FFTW3=ON \
|
||||
-DCP2K_USE_SPGLIB=ON \
|
||||
-DCP2K_USE_LIBXSMM=ON \
|
||||
-DCP2K_USE_VORI=ON \
|
||||
-DCP2K_USE_MPI=OFF \
|
||||
-DCP2K_USE_MPI_F08=OFF \
|
||||
|
|
@ -188,6 +190,7 @@ elif [[ "${PROFILE}" == "minimal" ]] && [[ "${VERSION}" == "ssmp" ]]; then
|
|||
-DCP2K_USE_FFTW3=OFF \
|
||||
-DCP2K_USE_MPI=OFF \
|
||||
-DCP2K_USE_MPI_F08=OFF \
|
||||
-DCP2K_USE_LIBXSMM=OFF \
|
||||
-DCP2K_USE_VORI=OFF \
|
||||
-DCP2K_USE_COSMA=OFF \
|
||||
-DCP2K_USE_DLAF=OFF \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue