Update arch file

This commit is contained in:
Matthias Krack 2025-03-25 10:08:08 +01:00
parent 861b84002e
commit 9c60d2d99f

View file

@ -9,7 +9,7 @@
# Optionally, GNU compiler and MPI implementation can be specified as arguments.
# Replace or adapt the "module add" commands below if needed.
#
# Last update: 07.01.2025
# Last update: 25.03.2025
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
@ -35,7 +35,7 @@
./install_cp2k_toolchain.sh --install-all -j${maxtasks} --no-arch-files --target-cpu=${target_cpu} --with-gcc=system --with-${mpi_implementation}; \
fi; \
else \
./install_cp2k_toolchain.sh --install-all -j${maxtasks} --no-arch-files --target-cpu=${target_cpu} --with-gcc --with-${mpi_implementation} --with-deepmd; \
./install_cp2k_toolchain.sh --install-all -j${maxtasks} --no-arch-files --target-cpu=${target_cpu} --with-gcc --with-${mpi_implementation}; \
fi; \
source ./install/setup; \
cd ../..; \