Skip to content

Commit 409f54e

Browse files
authored
Merge pull request #999 from trz42/2023.06-grace-hopper-eb494-2023b-GROMACS-CUDA
{2023.06}[2023b,grace,CUDA] GROMACS 2024.4 with CUDA 12.4.0
2 parents 6b87519 + 95dd24a commit 409f54e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

easystacks/software.eessi.io/2023.06/grace/accel/nvidia/eessi-2023.06-eb-4.9.4-2023b-CUDA.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ easyconfigs:
1515
# from-commit: de79ec74eb076e1aceda5e21235a73c05ed6764c
1616
# use merge commit
1717
from-commit: f3bd10b19f7caf4de3302bc7a73749341db9c7d8
18+
- GROMACS-2024.4-foss-2023b-CUDA-12.4.0.eb:
19+
options:
20+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21549
21+
# commit below is the merge commit
22+
from-commit: 12b53341343967ce5a402fe8190a3c85bce7d49b
23+
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3523
24+
# commit below is last one before the merge commit
25+
include-easyblocks-from-commit: 90495ed23d26b3d5fd8162bf5d7b4c073a0682fe

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def pre_configure_hook_gromacs(self, *args, **kwargs):
630630
"""
631631
if self.name == 'GROMACS':
632632
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
633-
if LooseVersion(self.version) <= LooseVersion('2024.1') and cpu_target == CPU_TARGET_NEOVERSE_V1:
633+
if LooseVersion(self.version) <= LooseVersion('2024.1') and cpu_target == CPU_TARGET_NEOVERSE_V1 or LooseVersion(self.version) <= LooseVersion('2024.4') and CPU_TARGET_NVIDIA_GRACE:
634634
self.cfg.update('configopts', '-DGMX_SIMD=ARM_NEON_ASIMD')
635635
print_msg(
636636
"Avoiding use of SVE instructions for GROMACS %s by using ARM_NEON_ASIMD as GMX_SIMD value",

0 commit comments

Comments
 (0)