forked from EESSI/software-layer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Richard Top
committed
Jan 19, 2024
1 parent
508ff7b
commit 6165d64
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
17 changes: 9 additions & 8 deletions
17
easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.8.2-2023a.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
- CUDA-Samples-12.1-GCC-12.3.0-CUDA-12.1.1.eb: | ||
# use easyconfig that only install subset of CUDA samples, | ||
# to circumvent problem with nvcc linking to glibc of host OS, | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19189; | ||
# and where additional samples are excluded because they fail to build on aarch64, | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19451; | ||
options: | ||
from-pr: 19451 | ||
easyconfigs: | ||
- CUDA-Samples-12.1-GCC-12.3.0-CUDA-12.1.1.eb: | ||
# use easyconfig that only install subset of CUDA samples, | ||
# to circumvent problem with nvcc linking to glibc of host OS, | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19189; | ||
# and where additional samples are excluded because they fail to build on aarch64, | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19451; | ||
options: | ||
from-pr: 19451 |