Skip to content
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

Update to Spack 0.22.0 #57

Open
21 of 23 tasks
heatherkellyucl opened this issue May 23, 2024 · 8 comments
Open
21 of 23 tasks

Update to Spack 0.22.0 #57

heatherkellyucl opened this issue May 23, 2024 · 8 comments

Comments

@heatherkellyucl
Copy link
Collaborator

heatherkellyucl commented May 23, 2024

https://github.com/spack/spack/releases/tag/v0.22.0

The compiler update - adds gcc-runtime and intel-oneapi-runtime packages.
Allows concretised environments to be included in other environments.

  • Make a 0.22 branch of this repo
  • Move some of the most obvious stuff out into Wiki that should be there rather than in the codebase.
  • Update README.md
  • Update version and sites_root in spacksites/settings/spack_sites.ini
  • Update spacksites/myriad-utilities/git-pull-on-myriad.sh and spacksites/myriad-utilities/init-spacksites-on-myriad.sh
  • Update the buildcache location in initial_site_mirrors.yaml
  • Check our ucl local package repo to see if specs we got from develop now exist in builtin. If they do, delete the local one.
  • Check whether the major changes/deprecations for the new version require any alterations to the spack commands spacksites runs, initial_site_modules.yaml, any other config or format changes or changes in default behaviour.
  • Check out the new branch in a new directory, as when starting from scratch above.
  • Create the new sites_root in /shared/ucl/apps/$version
  • Create a new buildcache in the sites_root, checking whether the versions we build are still available in the new Spack version and updating our site .yaml files if they do not.

Once we think everything is working:

  • Make 0.22 the default branch of this repo
  • Pull on Myriad
    • Update Myriad buildcache - compiler
    • Update Myriad buildcache - all of initial_set.yaml
  • Pull on Kathleen
    • Update Kathleen buildcache - compiler
    • Update Kathleen buildcache - an initial set
  • Pull on Young
    • Update Young buildcache - compiler
    • Update Young buildcache - an initial set
  • Pull on Michael (remember filesystem will be the same as Young in the end - need to consider old avx2 nodes)
    • Update Michael buildcache - compiler
@giordano
Copy link
Member

Check our ucl local package repo to see if specs we got from develop now exist in builtin. If they do, delete the local one.

I'm quite confident they're all in 0.22, as we last touched them 2 months ago, and they were all backports of changes already in spack@develop.

@heatherkellyucl
Copy link
Collaborator Author

@heatherkellyucl
Copy link
Collaborator Author

Dev notes, questions and initial software list moved out to wiki https://github.com/UCL-ARC/hpc-spack/wiki

@heatherkellyucl
Copy link
Collaborator Author

heatherkellyucl commented May 29, 2024

Right now we have no custom packages in repos/ucl/packages so that directory doesn't exist in the repo and we get this warning (not a problem)

==> Warning: Failed to initialize repository: '$HPC_SPACK_ROOT/repos/ucl'.
  No directory 'packages' found in '$HPC_SPACK_ROOT/repos/ucl'
  To remove the bad repository, run this command:
      spack repo rm $HPC_SPACK_ROOT/repos/ucl

@heatherkellyucl
Copy link
Collaborator Author

Installing first_compiler.yaml, no deprecation issues yet.

@heatherkellyucl
Copy link
Collaborator Author

Built all the things on Myriad (on build01, woo! Except dbcsr), pushing to buildcache:

spack -e myriad buildcache push /shared/ucl/apps/spack/0.22/buildcache

Will make 0.22 the default branch now.

@giordano
Copy link
Member

Side note, with spack v0.22 py-alphafold

# - 'py-alphafold@2.2.4 +cuda cuda_arch=80 ^py-scipy@1.11.4 ^py-pythran@0.12.2 ^openmm@7.5.1 +cuda cuda_arch=80'
should finally work

@heatherkellyucl
Copy link
Collaborator Author

spack buildcache list was showing 0 packages, needed to run

spack buildcache update-index /shared/ucl/apps/spack/0.22/buildcache/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants