DLA-Future complex eigensolvers

This commit is contained in:
Rocco Meli 2024-12-17 15:09:03 +01:00 committed by GitHub
parent 5b22e8b240
commit 8512fd5998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 768 additions and 210 deletions

View file

@ -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 \

View file

@ -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)"