Skip to content

Commit adbaa20

Browse files
committed
Merge branch 'fix_gromacs_hook' of github.com:bedroge/software-layer into icelake_cclake_batch13
2 parents e2a3110 + de21325 commit adbaa20

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
@@ -617,7 +617,7 @@ def pre_configure_hook_gromacs(self, *args, **kwargs):
617617
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
618618
if (
619619
(LooseVersion(self.version) <= LooseVersion('2024.1') and cpu_target == CPU_TARGET_NEOVERSE_V1) or
620-
(LooseVersion(self.version) <= LooseVersion('2024.4') and CPU_TARGET_NVIDIA_GRACE)
620+
(LooseVersion(self.version) <= LooseVersion('2024.4') and cpu_target == CPU_TARGET_NVIDIA_GRACE)
621621
):
622622
self.cfg.update('configopts', '-DGMX_SIMD=ARM_NEON_ASIMD')
623623
print_msg(

0 commit comments

Comments
 (0)