Disable module generation by default (#35564)
a) It's used by site administrators, so it's niche b) If it's used by site administrators, they likely need to modify the config anyhow, so the default config only serves as an example to get started c) it's too arbitrary to enable tcl, but disable lmod
This commit is contained in:
parent
fbd5c5c2cd
commit
5b8917188a
@ -40,9 +40,8 @@ modules:
|
|||||||
roots:
|
roots:
|
||||||
tcl: $spack/share/spack/modules
|
tcl: $spack/share/spack/modules
|
||||||
lmod: $spack/share/spack/lmod
|
lmod: $spack/share/spack/lmod
|
||||||
# What type of modules to use
|
# What type of modules to use ("tcl" and/or "lmod")
|
||||||
enable:
|
enable: []
|
||||||
- tcl
|
|
||||||
|
|
||||||
tcl:
|
tcl:
|
||||||
all:
|
all:
|
||||||
|
Loading…
Reference in New Issue
Block a user