-
Notifications
You must be signed in to change notification settings - Fork 50
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
Bring CUDA compat library support in line with #212 #235
Closed
Closed
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
a86c614
Add CUDA support to software_layer
ocaisa 6c41b26
singularity install does not seem to install mksquashfs
ocaisa 7d53b03
Trigger script test
ocaisa 58357b9
Revert
ocaisa 4b6654d
Use the right package name for squash-fs
ocaisa 33ce584
Tidy up hooks
ocaisa f1cd893
Force creation of links
ocaisa 06a9eaf
Install host_injections CUDA
ocaisa b4e80a1
Move comments to the right place
ocaisa 2c86973
Reimplement `mkdir -p` reporting where permissions break down
ocaisa 3909080
Merge branch 'main' into p7zip
ocaisa 85c805c
Merge branch 'ocaisa-patch-2' into p7zip
ocaisa 9590047
Be more agressive on catching errors
ocaisa 1357f76
`${extra_args}` is actually multiple args not a single string
ocaisa 8096c54
Update EESSI-pilot-install-software.sh
ocaisa ec31edf
Catching echo exit code instead of actual code
ocaisa 0e99db5
Give a full path to the CUDA host injections script
ocaisa cd11792
Add checks for some whitelist entries for CUDA
ocaisa f514f81
Fix failing eb installation
ocaisa be326a1
Make sure we check space in the right places
ocaisa 87c17a3
Merge branch 'main' of github.com:eessi/software-layer into p7zip
ocaisa a9cc56c
Bring GPU support in line with #212
ocaisa 103f5fa
Simply wrap `mkdir -p` for better error reporting
ocaisa f02e5f6
Merge branch 'p7zip' of github.com:ocaisa/software-layer into p7zip
ocaisa 793ba29
Simply wrap `mkdir -p` for better error reporting
ocaisa c0a1247
Make CUDA version a variable
ocaisa 5e82923
Use TOPDIR, be more descriptive
ocaisa 8384b25
Add missing argument
ocaisa 7bb4a0b
Merge branch 'p7zip' into cuda_compat
ocaisa 44de61c
Reuse utils.sh
ocaisa 98fe2a7
Improve error messages in new bash function
ocaisa bbe7df2
Stick with return_code
ocaisa 95dc245
Use realpath to be consistent with other scripts
ocaisa a1270f2
Wrong realpath flag
ocaisa aba486d
Wrong realpath flag
ocaisa 6d17e5a
Merge branch 'p7zip' into cuda_compat
ocaisa d2d1fc3
Fix typo
ocaisa b03445e
Merge branch 'p7zip' into cuda_compat
ocaisa 562e94b
Always add the rebuild option if we get to the point where we actuall…
ocaisa b4ae5f0
Expose CUDA_TEMP_DIR
ocaisa 0d87101
Merge branch 'p7zip' into cuda_compat
ocaisa e7728d7
Update test script
ocaisa c122241
Polish a lot of the compat scripts
ocaisa e91423f
Make scripts executable
ocaisa 1868021
Fix shebangs
ocaisa 92492d3
Fix path to utils
ocaisa 1e145a4
Fix path to init scripts.
ocaisa 0c2b6c0
Don't worry too much about args to float_greater_than
ocaisa 080f6be
Switch loop to use for
ocaisa 3f41838
Test before believing that compat libs work
ocaisa b10f1e1
Tweaks
ocaisa 31c5549
Add check for prefix shell
ocaisa a736122
Add check for prefix shell
ocaisa 1ae6d44
Tweak docs
ocaisa 3445196
Make scripts pass shellcheck
ocaisa a8ce967
Only use curl, also be careful about deliberate splitting
ocaisa 9c2d267
Allow splitting when required
ocaisa 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Second matching is redundant