From bbd302a35cfa680f9381d079ed32dead87373921 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Tue, 29 Oct 2024 08:35:23 +0100 Subject: [PATCH] Enable libxsmm with AMD again after #3750 --- arch/Linux-amd-x86_64.ssmp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/Linux-amd-x86_64.ssmp b/arch/Linux-amd-x86_64.ssmp index 80046a4b3f..6610208c0e 100644 --- a/arch/Linux-amd-x86_64.ssmp +++ b/arch/Linux-amd-x86_64.ssmp @@ -6,7 +6,7 @@ # # Usage: Source this arch file and then run make as instructed. # -# Last update: 16.10.2024 +# Last update: 28.10.2024 # # \ if [[ "${0}" == "${BASH_SOURCE}" ]]; then \ @@ -18,7 +18,7 @@ cd tools/toolchain; \ rm -rf build; \ [[ -z "${target_cpu}" ]] && target_cpu="native"; \ - ./install_cp2k_toolchain.sh -j${maxtasks} --mpi-mode=no --no-arch-files --target-cpu=${target_cpu} --with-amd --with-dftd4=no --with-libxsmm=no; \ + ./install_cp2k_toolchain.sh -j${maxtasks} --mpi-mode=no --no-arch-files --target-cpu=${target_cpu} --with-amd --with-dftd4=no --with-libxsmm; \ source ./install/setup; \ cd ../..; \ echo; \