Skip to content

Commit

Permalink
no whitespace in blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
steenlysgaard committed Sep 17, 2024
1 parent f50e765 commit 6a5752e
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 @@ -235,7 +235,7 @@ def update_kokkos_cpu_mapping(self):
if LooseVersion(self.cur_version) >= LooseVersion(translate_lammps_version('21sep2021')):
self.kokkos_cpu_mapping['a64fx'] = 'A64FX'
self.kokkos_cpu_mapping['zen4'] = 'ZEN3'

if LooseVersion(self.cur_version) >= LooseVersion(translate_lammps_version('2Aug2023')):
self.kokkos_cpu_mapping['icelake'] = 'ICX'

Expand Down

0 comments on commit 6a5752e

Please sign in to comment.