Skip to content

Commit

Permalink
Update easybuild/easyblocks/l/lammps.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <[email protected]>
  • Loading branch information
bedroge and boegel authored Oct 18, 2024
1 parent 64060fa commit 520714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/l/lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def get_kokkos_arch(kokkos_cpu_mapping, cuda_cc, kokkos_arch, cuda=None):
# this ensures that KOKKOS_ARCH_ARM_NEON is enabled (Neon is required for armv8-a).
# For other architectures we set a custom/non-existent type, which will disable all optimizations,
# and it should use the compiler (optimization) flags set by EasyBuild for this architecture.
if get_cpu_architecture() == systemtools.AARCH64:
if get_cpu_architecture() == AARCH64:
processor_arch = 'ARMV80'
else:
processor_arch = 'EASYBUILD_GENERIC'
Expand Down

0 comments on commit 520714e

Please sign in to comment.