Skip to content

Commit abbbf35

Browse files
authored
fix hook
1 parent aa5fade commit abbbf35

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
@@ -525,7 +525,7 @@ def pre_configure_hook_LAMMPS_zen4(self, *args, **kwargs):
525525

526526
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
527527
if self.name == 'LAMMPS':
528-
if ec.version in ('2Aug2023_update2', '29Aug2024'):
528+
if self.version in ('2Aug2023_update2', '29Aug2024'):
529529
if get_cpu_architecture() == X86_64:
530530
if cpu_target == CPU_TARGET_ZEN4:
531531
# There is no support for ZEN4 in LAMMPS yet so falling back to ZEN3

0 commit comments

Comments
 (0)