mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
DLA-Future complex eigensolvers
This commit is contained in:
parent
5b22e8b240
commit
8512fd5998
24 changed files with 768 additions and 210 deletions
|
|
@ -38,7 +38,7 @@ if [[ "${PROFILE}" == "spack" ]] && [[ "${VERSION}" == "psmp" ]]; then
|
|||
-DCP2K_USE_DLAF=ON \
|
||||
-DCP2K_BLAS_VENDOR=OpenBLAS \
|
||||
-DCP2K_USE_SPGLIB=ON \
|
||||
-DCP2K_USE_LIBINT2=OFF \
|
||||
-DCP2K_USE_LIBINT2=ON \
|
||||
-DCP2K_USE_LIBXC=ON \
|
||||
-DCP2K_USE_LIBTORCH=OFF \
|
||||
-DCP2K_USE_MPI=ON \
|
||||
|
|
|
|||
|
|
@ -33,9 +33,6 @@ export OMP_STACKSIZE=64m
|
|||
# Improve code coverage on COSMA.
|
||||
export COSMA_DIM_THRESHOLD=0
|
||||
|
||||
# Bind pika threads to first two cores. This is a hack. Do not use for production!
|
||||
export PIKA_PROCESS_MASK="0x3"
|
||||
|
||||
# Load Spack or Toolchain environment.
|
||||
if [[ "${PROFILE}" == "spack" ]]; then
|
||||
eval "$(spack env activate myenv --sh)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue