From f1f17e376367dbfaf00a81dfc8adfb9fea5e249f Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Thu, 22 Aug 2024 09:36:48 +0200 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 0bc3c07cd5..de37e0c671 100644 --- a/arch/Linux-gnu-x86_64.psmp +++ b/arch/Linux-gnu-x86_64.psmp @@ -17,7 +17,7 @@ # Optionally, GNU compiler and MPI implementation can be specified as arguments. # Replace or adapt the "module add" commands below if needed. # -# Last update: 14.08.2024 +# Last update: 22.08.2024 # # \ if [[ "${0}" == "${BASH_SOURCE}" ]]; then \ @@ -51,7 +51,7 @@ echo "Check the output above for error messages and consistency!"; \ echo; \ echo "If everything is OK, you can build a CP2K production binary with"; \ - echo " make -j ARCH=${this_file%.*} VERSION=${this_file##*.}"; \ + echo " make -j ARCH=${this_file%.*} VERSION=${this_file##*.} TARGET_CPU=${target_cpu}"; \ echo; \ echo "Alternatively, you can add further checks, e.g. for regression testing, with"; \ echo " make -j ARCH=${this_file%.*} VERSION=${this_file##*.} TARGET_CPU=${target_cpu} DO_CHECKS=yes"; \