Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
easyconfigs:
- GROMACS-2024.1-foss-2023b.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/24548
from-commit: 2a45a80a9b50adc8954150a1101c81e692598b98
1 change: 1 addition & 0 deletions eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@ def pre_configure_hook_gromacs(self, *args, **kwargs):
if self.name == 'GROMACS':
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
if (
(LooseVersion(self.version) <= LooseVersion('2024.1') and cpu_target == CPU_TARGET_A64FX) or
(LooseVersion(self.version) <= LooseVersion('2024.1') and cpu_target == CPU_TARGET_NEOVERSE_V1) or
(LooseVersion(self.version) <= LooseVersion('2024.4') and cpu_target == CPU_TARGET_NVIDIA_GRACE)
):
Expand Down
Loading