Skip to content

Commit

Permalink
Enable libxsmm with AMD again after cp2k#3750
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Oct 29, 2024
1 parent 828670e commit bbd302a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/Linux-amd-x86_64.ssmp
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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; \
Expand Down

0 comments on commit bbd302a

Please sign in to comment.