From cb0b1ef40b48a8adf0dc8540a3a5c69fa3da01c3 Mon Sep 17 00:00:00 2001 From: lara Date: Fri, 29 Nov 2024 15:51:15 +0100 Subject: [PATCH] LAMMPS: Add 2Aug2023_update4 to zen4 hook --- eb_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eb_hooks.py b/eb_hooks.py index 8a12d63d7e..5bf42b6bbf 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -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