Skip to content

Commit

Permalink
add special arm target for athenak
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 23, 2023
1 parent 62cd3b0 commit 3d8bc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3d8bc4b

Please sign in to comment.