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 is a stripped-down version of #311. It only contains the code we can retain (removed changes to create_lmodsitepackage.py which would create a new SitePackage.lua). It also doesn't rebuild OpenMPI because rebuilding currently does not work as envisioned in #311.
This PR syncs NESSI with EESSI. Particularly it combines most of EESSI#488 and EESSI#518.
We test only if the build procedure still works after adding rebuild capabilities. Nothing should be put into a tarball that requires ingesting.
New job on instance Fram-NESSI for architecture x86_64-intel-broadwell for repository nessi-2023.06-swl-deb11 in job dir /cluster/projects/nn9992k/pilot.nessi.no/jobs/2024.04/pr_312/5764518
date
job status
comment
Apr 10 18:57:26 UTC 2024
submitted
job id 5764518 awaits release by job manager
Apr 10 18:57:39 UTC 2024
released
job awaits launch by Slurm scheduler
Apr 10 18:58:40 UTC 2024
finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-5764518.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!
New job on instance AWS-MC-NESSI for architecture x86_64-amd-zen2 for repository nessi-2023.06-swl-deb11 in job dir /project/def-nessi/SHARED/jobs/2024.04/pr_312/9278
date
job status
comment
Apr 10 18:57:26 UTC 2024
submitted
job id 9278 awaits release by job manager
Apr 10 18:57:56 UTC 2024
released
job awaits launch by Slurm scheduler
Apr 10 19:04:00 UTC 2024
running
job 9278 is running
Apr 10 19:05:03 UTC 2024
finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-9278.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!
New job on instance eX3-NESSI for architecture aarch64-generic for repository nessi-2023.06-swl-deb11 in job dir /home/thomarob/pilot.nessi.no/jobs/2024.04/pr_312/166834
date
job status
comment
Apr 10 06:57:30 PM UTC 2024
submitted
job id 166834 awaits release by job manager
Apr 10 06:57:44 PM UTC 2024
released
job awaits launch by Slurm scheduler
Apr 10 06:58:45 PM UTC 2024
finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-166834.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!
New job on instance AWS-MC-NESSI for architecture x86_64-generic for repository nessi-2023.06-swl-deb11 in job dir /project/def-nessi/SHARED/jobs/2024.04/pr_312/9279
date
job status
comment
Apr 10 18:57:30 UTC 2024
submitted
job id 9279 awaits release by job manager
Apr 10 18:57:58 UTC 2024
released
job awaits launch by Slurm scheduler
Apr 10 19:04:02 UTC 2024
running
job 9279 is running
Apr 10 19:05:05 UTC 2024
finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-9279.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!
New job on instance Saga-NESSI for architecture x86_64-intel-skylake_avx512 for repository nessi-2023.06-swl-deb11 in job dir /cluster/projects/nn9992k/pilot.nessi.no/jobs/2024.04/pr_312/11139840
date
job status
comment
Apr 10 06:57:46 PM UTC 2024
submitted
job id 11139840 awaits release by job manager
Apr 10 06:58:10 PM UTC 2024
released
job awaits launch by Slurm scheduler
Apr 10 06:59:11 PM UTC 2024
finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-11139840.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!
Despite the seemingly failed builds everything is fine. The FAILURE was only reported because there was no software built at all and hence the architecture specific directory from which a tarball would be created did not exist.
For example, for Broadwell we have the following in the slurm output:
Software directory overlay /tmp/overlay-upper/versions/2023.06/software/linux/x86_64/intel/broadwell does not exist?!
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 is a stripped-down version of #311. It only contains the code we can retain (removed changes to
create_lmodsitepackage.py
which would create a newSitePackage.lua
). It also doesn't rebuild OpenMPI because rebuilding currently does not work as envisioned in #311.This PR syncs NESSI with EESSI. Particularly it combines most of EESSI#488 and EESSI#518.
We test only if the build procedure still works after adding rebuild capabilities. Nothing should be put into a tarball that requires ingesting.