From 3d8bc4b665304df69b428ca158f8a4bd51a368d7 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Wed, 23 Aug 2023 09:13:53 -0400 Subject: [PATCH] add special arm target for athenak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 889f5be..8e89698 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ build_athenak: athenak (mkdir -p athenak/build; cd athenak/build; cmake ..; make -j 8) -B_ARM = +B_ARM = -D CMAKE_CXX_COMPILER=clang++-mp-15 -D CMAKE_C_COMPILER=clang-mp-15 -D Kokkos_ARCH_ARMV81=On arm: athenak (mkdir -p athenak/build; cd athenak/build; cmake $(B_ARM) ..; make -j 8)