Skip to content

Commit

Permalink
Merge pull request #1975 from migueldiascosta/20200226111850_new_pr_k…
Browse files Browse the repository at this point in the history
…sZRnoQRDe

add EPYC to KOKKOS_CPU_ARCH_LIST and MAPPING in LAMMPS easyblock
  • Loading branch information
akesandgren authored Apr 3, 2020
2 parents 43b2d7e + dbf2732 commit aa5db1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions easybuild/easyblocks/l/lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'SKX', # Intel Sky Lake Xeon E-class HPC CPUs (AVX512)
'KNC', # Intel Knights Corner Xeon Phi
'KNL', # Intel Knights Landing Xeon Phi
'EPYC', # AMD EPYC Zen-Core CPU
]

KOKKOS_CPU_MAPPING = {
Expand All @@ -66,6 +67,8 @@
'skylake_avx512': 'SKX',
'cascadelake': 'SKX',
'knights-landing': 'KNL',
'zen': 'EPYC',
'zen2': 'EPYC', # KOKKOS doesn't seem to distinguish between zen and zen2 (yet?)
}


Expand Down

0 comments on commit aa5db1c

Please sign in to comment.