You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This PR implements changes to the SitePackage.lua which takes into account that multiple CUDA and cu* modules may be included in EESSI. To date only cuDNN is added. Adding future cu* libraries/modules such as cuTENSOR will require minimal changes to create_lmodsitepackage.lua.
Also, this is part 2 which together with #772 implements what was attempted originally with #581
New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_798/25237
date
job status
comment
Oct 25 20:31:13 UTC 2024
submitted
job id 25237 awaits release by job manager
Oct 25 20:31:22 UTC 2024
released
job awaits launch by Slurm scheduler
Oct 25 20:36:26 UTC 2024
running
job 25237 is running
Oct 25 20:43:41 UTC 2024
finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-25237.out ✅ no message matching ERROR: ✅ no message matching FAILED: ✅ no message matching required modules missing: ✅ found message(s) matching No missing installations ✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-amd-zen2-1729888631.tar.gzsize: 0 MiB (3327 bytes) entries: 1 modules under 2023.06/software/linux/x86_64/amd/zen2/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/amd/zen2/software
no software packages in tarball
other under 2023.06/software/linux/x86_64/amd/zen2
New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-amd-zen3 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_798/25238
date
job status
comment
Oct 25 20:31:17 UTC 2024
submitted
job id 25238 awaits release by job manager
Oct 25 20:31:24 UTC 2024
released
job awaits launch by Slurm scheduler
Oct 25 20:36:28 UTC 2024
running
job 25238 is running
Oct 25 20:43:42 UTC 2024
finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-25238.out ✅ no message matching ERROR: ✅ no message matching FAILED: ✅ no message matching required modules missing: ✅ found message(s) matching No missing installations ✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-amd-zen3-1729888622.tar.gzsize: 0 MiB (3329 bytes) entries: 1 modules under 2023.06/software/linux/x86_64/amd/zen3/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/amd/zen3/software
no software packages in tarball
other under 2023.06/software/linux/x86_64/amd/zen3
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.
This PR implements changes to the
SitePackage.lua
which takes into account that multiple CUDA and cu* modules may be included in EESSI. To date onlycuDNN
is added. Adding futurecu*
libraries/modules such ascuTENSOR
will require minimal changes tocreate_lmodsitepackage.lua
.Also, this is part 2 which together with #772 implements what was attempted originally with #581