-
Notifications
You must be signed in to change notification settings - Fork 83
Add CUDA 12.1.1, CUDA samples, and CUDA related hooks and lmodrc changes #434
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
Merged
ocaisa
merged 33 commits into
EESSI:2023.06-software.eessi.io
from
casparvl:cuda_cuda_samples_eessi_io
Dec 21, 2023
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
fcc7ddb
Also recreated lmodrc when it was changed in a PR
2b09d1c
Modified lmodrc to add CUDA support. It now checks if you load the CU…
62e70ba
Adapt created_lmodrc.py for the new domain
045c099
Add post_sanitycheck hook for CUDA in order to only ship the files we…
4a4c6e7
Add (the redistributable part of) CUDA to the softare stack
0346b22
Add CUDA-Samples to the build list
5ec4c3b
Merge remote-tracking branch 'upstream/2023.06-software.eessi.io' int…
ocaisa 5905e72
Tweak GPU support implementation
ocaisa 73618a0
Add missing quotes on errors
ocaisa 46727cb
Merge branch '2023.06-software.eessi.io' into cuda_cuda_samples_eessi_io
039921b
Merge branch 'cuda_cuda_samples_eessi_io' into cuda_cuda_samples_eess…
casparvl a4e8de7
Merge pull request #1 from ocaisa/cuda_cuda_samples_eessi_io
casparvl 32925fe
Error messages now refer to the scripts that need to be run to instal…
94a2bfe
Merge branch 'cuda_cuda_samples_eessi_io' of github.com:casparvl/soft…
a33a0cd
make install_scripts a bit more verbose
boegel c7b380d
use separate easystack file for CUDA + control order in which easysta…
boegel f506566
copy EasyBuild log file in case CUDA installation failed in install_c…
boegel e3ddacc
add additional optional options required for handling NVIDIA support …
boegel 16ddf7f
fix typo when passing --host-injections to container script
boegel 35d6084
correctly pass --nv to singularity command
boegel fd97667
use quotes when adding --nv
boegel 1917146
comment out running of link_nvidia_host_libraries.sh script, since it…
boegel f80f0fc
clean up post_sanitycheck_cuda hook and inject_gpu_property function …
boegel 2d37842
remove empty line in eessi-2023.06-eb-4.8.2-2023a.yml
boegel f007c40
use easyconfigs PR 19451 for installing CUDA-Samples v12.1
boegel 70fa0f9
Ship the scripts, and keep them in a single location
ocaisa db0c141
Update create_lmodrc.py
ocaisa 293b107
Update create_tarball.sh
ocaisa 73476b2
Only copy scripts if the contents differ
ocaisa a333a74
Remove temporary test directory
ocaisa 43c73c0
Get rid of copy/paste unfriendly '.'
ocaisa 3ec3df8
Update create_tarball.sh
ocaisa 42e3404
always append to list of files to include in tarball, to avoid overwr…
boegel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| File naming matters, since it determines the order in which easystack files are processed. | ||
|
|
||
| Software installed with system toolchain should be installed first, | ||
| this includes EasyBuild itself, see `eessi-2023.06-eb-4.8.2-001-system.yml` . | ||
|
|
||
| CUDA installations must be done before CUDA is required as dependency for something | ||
| built with a non-system toolchain, see `eessi-2023.06-eb-4.8.2-010-CUDA.yml` . |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.8.2-010-CUDA.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| easyconfigs: | ||
| - CUDA-12.1.1.eb: | ||
| options: | ||
| include-easyblocks-from-pr: 3045 | ||
| accept-eula-for: CUDA |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.