-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add EPYC to KOKKOS_CPU_ARCH_LIST and MAPPING in LAMMPS easyblock #1975
add EPYC to KOKKOS_CPU_ARCH_LIST and MAPPING in LAMMPS easyblock #1975
Conversation
for the current version of LAMMPS in easybuilders/easybuild-easyconfigs#9883 and easybuilders/easybuild-easyconfigs#9884, this also requires an easyconfig patch with * EPYC is supported in kokkos, but is missing from this arch list
--- lammps-stable_7Aug2019/lib/kokkos/cmake/kokkos_options.cmake.orig 2020-02-26 10:22:02.335120843 +0800
+++ lammps-stable_7Aug2019/lib/kokkos/cmake/kokkos_options.cmake 2020-02-26 10:22:53.470621040 +0800
@@ -78,6 +78,7 @@
list(APPEND KOKKOS_ARCH_LIST
None # No architecture optimization
AMDAVX # (HOST) AMD chip
+ EPYC # (HOST) AMD EPYC Zen-Core CPU
ARMv80 # (HOST) ARMv8.0 Compatible CPU
ARMv81 # (HOST) ARMv8.1 Compatible CPU
ARMv8-ThunderX # (HOST) ARMv8 Cavium ThunderX CPU |
@migueldiascosta Is it worth the trouble to open a pull request to https://github.com/lammps/lammps to add |
…asyblocks into 20200226111850_new_pr_ksZRnoQRDe
verified that the LAMMPS version in easybuilders/easybuild-easyconfigs#10191 no longer requires the patch above in order to build on EPYC, only this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Going in, thanks @migueldiascosta! |
(created using
eb --new-pr
)