Skip to content

Rebuild all CUDA software with EB-5.1.1 #1147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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,15 @@
# We'll rebuild all CUDA software, for various reasons
# 1. We now have a proper CUDA sanity check, and if anything was 'wrong' with our current CUDA installs, we'd like
# to know about it
# 2. The PR implementing a CI to check for differences between officially supported CUDA Compute Capabilities shows
# that there are a lot of missing installations https://github.com/EESSI/software-layer/pull/1087 . A rebuild PR like
# this will have the convenient side effect of filling all those holes
easyconfigs:
- CUDA-12.1.1.eb:
options:
accept-eula-for: CUDA
- cuDNN-8.9.2.26-CUDA-12.1.1.eb
- LAMMPS-2Aug2023_update2-foss-2023a-kokkos-CUDA-12.1.1.eb
- ESPResSo-4.2.2-foss-2023a-CUDA-12.1.1.eb
- LightGBM-4.5.0-foss-2023a-CUDA-12.1.1.eb

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# We'll rebuild all CUDA software, for various reasons
# 1. We now have a proper CUDA sanity check, and if anything was 'wrong' with our current CUDA installs, we'd like
# to know about it
# 2. The PR implementing a CI to check for differences between officially supported CUDA Compute Capabilities shows
# that there are a lot of missing installations https://github.com/EESSI/software-layer/pull/1087 . A rebuild PR like
# this will have the convenient side effect of filling all those holes
easyconfigs:
- CUDA-12.4.0.eb:
options:
accept-eula-for: CUDA
- UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.4.0.eb
- UCC-CUDA-1.2.0-GCCcore-13.2.0-CUDA-12.4.0.eb
- OSU-Micro-Benchmarks-7.5-gompi-2023b-CUDA-12.4.0.eb
- GROMACS-2024.4-foss-2023b-CUDA-12.4.0.eb
Loading