Skip to content

Commit 54faa34

Browse files
authored
fix lammps version in hook
1 parent eba92ca commit 54faa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def pre_configure_hook_LAMMPS_zen4(self, *args, **kwargs):
524524

525525
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
526526
if self.name == 'LAMMPS':
527-
if self.version == '2Aug2023':
527+
if self.version == '2Aug2023_update2':
528528
if get_cpu_architecture() == X86_64:
529529
if cpu_target == CPU_TARGET_ZEN4:
530530
# There is no support for ZEN4 in LAMMPS yet so falling back to ZEN3

0 commit comments

Comments
 (0)