From aa3cc0ea817ffee8ebf292c8f15eb8eb0fc26866 Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Mon, 16 Jan 2017 03:25:39 -0800 Subject: Add lmod support for `spack module loads` (#2758) The `spack module loads` command only supported tcl and dotkit. This adds support for lmod. --- lib/spack/spack/cmd/module.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/spack/spack/cmd/module.py b/lib/spack/spack/cmd/module.py index 5887cbf495..b4ee561339 100644 --- a/lib/spack/spack/cmd/module.py +++ b/lib/spack/spack/cmd/module.py @@ -132,6 +132,7 @@ def loads(mtype, specs, args): module_commands = { 'tcl': 'module load ', + 'lmod': 'module load ', 'dotkit': 'dotkit use ' } -- cgit v1.2.3-70-g09d2