Add lmod support for spack module loads
(#2758)
The `spack module loads` command only supported tcl and dotkit. This adds support for lmod.
This commit is contained in:
parent
6e8058ad41
commit
aa3cc0ea81
@ -132,6 +132,7 @@ def loads(mtype, specs, args):
|
||||
|
||||
module_commands = {
|
||||
'tcl': 'module load ',
|
||||
'lmod': 'module load ',
|
||||
'dotkit': 'dotkit use '
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user