Skip to content

Commit

Permalink
fix lammps version in hook
Browse files Browse the repository at this point in the history
  • Loading branch information
laraPPr authored Sep 18, 2024
1 parent eba92ca commit 54faa34
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 @@ -524,7 +524,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 == '2Aug2023':
if self.version == '2Aug2023_update2':
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 54faa34

Please sign in to comment.