Update arch file

This commit is contained in:
Matthias Krack 2024-08-22 09:36:48 +02:00
parent b513455747
commit f1f17e3763

View file

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