Spack-stack meta modules in core locations #1789
Replies: 1 comment
-
In place of that would add necessary pathing to We could also investigate using the LMOD pushenv command, which sets an env var to a specified value, and preserves the previous value of that env var in an internal stack before setting the new one, which ensures proper environment restoration when modules are unloaded, e.g.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if it would be possible to convince RDHPCS, et al., to allow spack-stack meta modules to be added to the core suite of modules. For instance, many machines have a
contribsuite of module files. Would it be unreasonable to have meta modules copied into thecontribtrees so we could do something like the following rather than amodule use /a/long/path/to/spack-stack-x.y.z/env/ue-oneapi/install/modulefiles/Core?module load contrib module load spack-stack/x.y.z-oneapi # or spack-stack/x.y.z-gsi-addon-oneapi, etc, for chained environmentsOne-off installations for testing could continue using the
module use /....... This would just be for primary installations.Beta Was this translation helpful? Give feedback.
All reactions