Skip to content

Commit c05d6c9

Browse files
authored
Merge pull request #832 from laraPPr/update_hook_lammps
LAMMPS: Add 2Aug2023_update4 to zen4 hook
2 parents a954eb9 + cb0b1ef commit c05d6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def pre_configure_hook_LAMMPS_zen4(self, *args, **kwargs):
595595

596596
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
597597
if self.name == 'LAMMPS':
598-
if self.version in ('2Aug2023_update2', '29Aug2024'):
598+
if self.version in ('2Aug2023_update2', '2Aug2023_update4', '29Aug2024'):
599599
if get_cpu_architecture() == X86_64:
600600
if cpu_target == CPU_TARGET_ZEN4:
601601
# There is no support for ZEN4 in LAMMPS yet so falling back to ZEN3

0 commit comments

Comments
 (0)