Skip to content

Commit 897bd0d

Browse files
committed
apply existing GROMACS workaround to A64FX as well
1 parent 2085d1e commit 897bd0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eb_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ def pre_configure_hook_gromacs(self, *args, **kwargs):
892892
if self.name == 'GROMACS':
893893
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
894894
if (
895+
(LooseVersion(self.version) <= LooseVersion('2024.1') and cpu_target == CPU_TARGET_A64FX) or
895896
(LooseVersion(self.version) <= LooseVersion('2024.1') and cpu_target == CPU_TARGET_NEOVERSE_V1) or
896897
(LooseVersion(self.version) <= LooseVersion('2024.4') and cpu_target == CPU_TARGET_NVIDIA_GRACE)
897898
):

0 commit comments

Comments
 (0)