Skip to content

Commit

Permalink
Merge pull request #832 from laraPPr/update_hook_lammps
Browse files Browse the repository at this point in the history
LAMMPS: Add 2Aug2023_update4 to zen4 hook
  • Loading branch information
ocaisa authored Nov 29, 2024
2 parents a954eb9 + cb0b1ef commit c05d6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def pre_configure_hook_LAMMPS_zen4(self, *args, **kwargs):

cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
if self.name == 'LAMMPS':
if self.version in ('2Aug2023_update2', '29Aug2024'):
if self.version in ('2Aug2023_update2', '2Aug2023_update4', '29Aug2024'):
if get_cpu_architecture() == X86_64:
if cpu_target == CPU_TARGET_ZEN4:
# There is no support for ZEN4 in LAMMPS yet so falling back to ZEN3
Expand Down

0 comments on commit c05d6c9

Please sign in to comment.