Skip to content
Peter Scheibel edited this page Oct 25, 2023 · 22 revisions

Wednesday October 25th, 9am PT (UTC -7:00)

Attendees

  • Peter Scheibel (host)
  • Wileam Phan
  • Jack Morrison
  • Mark Krentel
  • Nick Romero
  • Richarda Butler
  • Brian Van Essen
  • Yang Liu

Agenda

This meeting is for Q&A: there are no pre-planned general topics.

  • Wileam: requesting testers for amd-gcn (best if done on an AMD GPU)
  • nvptx has been broken since cuda@12:
  • Brian:
    • Two tiered system:
      • one spack used as an upstream (this is older, from August 10th)
      • another set of local spack instances using the upstream
    • index db json was removed from the upstream
      • tried to reindex the upstream (using the upstream)
    • concretization failures in the downstream spack instances
    • Tested: created a spack instance advanced by one week
      • can we "bisect" this?
    • Peter: try isolating downstream instance: export SPACK_USER_CACHE_PATH=`pwd`/misc-cache export SPACK_DISABLE_LOCAL_CONFIG=true
      • Brian: was already doing this
    • This upstream uses externals
      • is the reindex failing to account for those?
      • including external Python (installed by the upstream, used by downstreams)
  • Nick: issue with existing environment affecting Spack installation
    • Had gcc software stack + mpich loaded
      • e.g. with spack load mpich, spack load gcc
    • No active environment
    • Started to compile a clang-based software stack mpich %clang
    • Got unexpected error: some package was unhappy with the curl installation
    • Unloaded entire gcc sw stack, and tried to rebuild
      • e.g. spack unload gcc
  • Jack: checking in on https://github.com/spack/spack/pull/39445
    • TODO: Peter: will check on path refactoring efforts (which could subsume this)
  • Yang: question about spack module refresh
    • different spack instances generating different module files
    • module in one case is missing some path modifications
    • Peter: on further inspection, the prefix for that package is missing (although Spack thinks it's installed)
Clone this wiki locally