Skip to content

Commit 0fc7eb8

Browse files
committed
Merge branch 'lammps_hook' into test_lammps_hook
2 parents b3bc87f + db5b854 commit 0fc7eb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ def pre_test_hook_ignore_failing_tests_LAMMPS_ARM_generic(self, *args, **kwargs)
15811581
15821582
See: https://github.com/lammps/lammps/issues/4926
15831583
"""
1584-
if ec.name == 'LAMMPS' and ec.version in ('22Jul2025',):
1584+
if self.name == 'LAMMPS' and self.version in ('22Jul2025',):
15851585
if os.getenv('EESSI_CPU_FAMILY') == 'aarch64':
15861586
mcpu_generic = '-DKokkos_ARCH_ARMV80=yes'
15871587
cflags = os.getenv('CFLAGS')

0 commit comments

Comments
 (0)