Skip to content

Commit d05ded9

Browse files
authored
Merge pull request #1166 from casparvl/rebuild_gromacs
Rebuild GROMACS for cuda sanity check
2 parents 3eeb632 + 4775eb2 commit d05ded9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# We'll rebuild all CUDA software, for various reasons
2+
# 1. We now have a proper CUDA sanity check, and if anything was 'wrong' with our current CUDA installs, we'd like
3+
# to know about it
4+
# 2. The PR implementing a CI to check for differences between officially supported CUDA Compute Capabilities shows
5+
# that there are a lot of missing installations https://github.com/EESSI/software-layer/pull/1087 . A rebuild PR like
6+
# this will have the convenient side effect of filling all those holes
7+
easyconfigs:
8+
- GROMACS-2024.4-foss-2023b-CUDA-12.4.0.eb:
9+
options:
10+
cuda-sanity-check-accept-missing-ptx: True

0 commit comments

Comments
 (0)