PawseySC / pawsey-spack-config

Automated deployment system for the scientific software stack in use at Pawsey
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

`autoload:none` causes issue when generating modules for users #271

Open dipietrantonio opened 3 months ago

dipietrantonio commented 3 months ago

Because spack generates module names with hashes when run by users other than spack, it expects every module file name to contain hashes. This impacts the module generation and the load of dependencies.

Module file generation and dependency loading does not work for system modules, such as python, that do not have hash in their name.