From 9c60d2d99f2f3652f8d07c50175ddca8dbe988b7 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Tue, 25 Mar 2025 10:08:08 +0100 Subject: [PATCH] Update arch file --- arch/Linux-gnu-x86_64.psmp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/Linux-gnu-x86_64.psmp b/arch/Linux-gnu-x86_64.psmp index 54b5aabac1..89874fdc41 100644 --- a/arch/Linux-gnu-x86_64.psmp +++ b/arch/Linux-gnu-x86_64.psmp @@ -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 ../..; \