-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #560: When doing "ml avail" only show extensions for the module…
…s that are shown in avail
- Loading branch information
Robert McLay
committed
Feb 9, 2022
1 parent
4926715
commit e08f210
Showing
8 changed files
with
188 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
=========================== | ||
step 1 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.6.11 2022-02-03 16:59 -04:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing avail | ||
=========================== | ||
ProjectDIR/rt/extensions/mf/Core | ||
TACC gcc/9.4 intel/19.1 | ||
If the avail list is too long consider trying: | ||
"module --default avail" or "ml -d av" to just list the default modules. | ||
"module overview" or "ml ov" to display the number of modules for each name. | ||
Use "module spider" to find all possible modules and extensions. | ||
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys". | ||
=========================== | ||
step 3 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load gcc python | ||
=========================== | ||
=========================== | ||
step 4 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing avail | ||
=========================== | ||
ProjectDIR/rt/extensions/mf/Compiler/gcc/9 | ||
python/3.7 (L) | ||
ProjectDIR/rt/extensions/mf/Core | ||
TACC gcc/9.4 (L) intel/19.1 | ||
This is a list of module extensions "module --nx avail ..." to not show. | ||
CC (E) a (E) b (E) | ||
These extensions cannot be loaded directly, use "module spider extension_name" for more information. | ||
Where: | ||
E: Extension that is provided by another module | ||
L: Module is loaded | ||
If the avail list is too long consider trying: | ||
"module --default avail" or "ml -d av" to just list the default modules. | ||
"module overview" or "ml ov" to display the number of modules for each name. | ||
Use "module spider" to find all possible modules and extensions. | ||
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys". | ||
=========================== | ||
step 5 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load intel python | ||
=========================== | ||
Lmod is automatically replacing "gcc/9.4" with "intel/19.1". | ||
Due to MODULEPATH changes, the following have been reloaded: | ||
1) python/3.7 | ||
=========================== | ||
step 6 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing avail | ||
=========================== | ||
ProjectDIR/rt/extensions/mf/Compiler/intel/19 | ||
python/3.7 (L) | ||
ProjectDIR/rt/extensions/mf/Core | ||
TACC gcc/9.4 intel/19.1 (L) | ||
This is a list of module extensions "module --nx avail ..." to not show. | ||
CC (E) DDD (E) | ||
These extensions cannot be loaded directly, use "module spider extension_name" for more information. | ||
Where: | ||
E: Extension that is provided by another module | ||
L: Module is loaded | ||
If the avail list is too long consider trying: | ||
"module --default avail" or "ml -d av" to just list the default modules. | ||
"module overview" or "ml ov" to display the number of modules for each name. | ||
Use "module spider" to find all possible modules and extensions. | ||
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
=========================== | ||
step 1 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --version | ||
=========================== | ||
=========================== | ||
step 2 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing avail | ||
=========================== | ||
__LMOD_REF_COUNT_MODULEPATH=ProjectDIR/rt/extensions/mf/Core:1; | ||
export __LMOD_REF_COUNT_MODULEPATH; | ||
MODULEPATH=ProjectDIR/rt/extensions/mf/Core; | ||
export MODULEPATH; | ||
_ModuleTable_='_ModuleTable_={MTversion=3,depthT={},family={},mT={},mpathA={"ProjectDIR/rt/extensions/mf/Core",},systemBaseMPATH="ProjectDIR/rt/extensions/mf/Core",}'; | ||
export _ModuleTable_; | ||
=========================== | ||
step 3 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load gcc python | ||
=========================== | ||
LMOD_FAMILY_COMPILER=gcc; | ||
export LMOD_FAMILY_COMPILER; | ||
LMOD_FAMILY_COMPILER_VERSION=9.4; | ||
export LMOD_FAMILY_COMPILER_VERSION; | ||
__LMOD_REF_COUNT_LOADEDMODULES=gcc/9.4:1\;python/3.7:1; | ||
export __LMOD_REF_COUNT_LOADEDMODULES; | ||
LOADEDMODULES=gcc/9.4:python/3.7; | ||
export LOADEDMODULES; | ||
__LMOD_REF_COUNT_MODULEPATH=ProjectDIR/rt/extensions/mf/Compiler/gcc/9:1\;ProjectDIR/rt/extensions/mf/Core:1; | ||
export __LMOD_REF_COUNT_MODULEPATH; | ||
MODULEPATH=ProjectDIR/rt/extensions/mf/Compiler/gcc/9:ProjectDIR/rt/extensions/mf/Core; | ||
export MODULEPATH; | ||
__LMOD_REF_COUNT__LMFILES_=ProjectDIR/rt/extensions/mf/Core/gcc/9.4.lua:1\;ProjectDIR/rt/extensions/mf/Compiler/gcc/9/python/3.7.lua:1; | ||
export __LMOD_REF_COUNT__LMFILES_; | ||
_LMFILES_=ProjectDIR/rt/extensions/mf/Core/gcc/9.4.lua:ProjectDIR/rt/extensions/mf/Compiler/gcc/9/python/3.7.lua; | ||
export _LMFILES_; | ||
_ModuleTable_='_ModuleTable_={MTversion=3,depthT={},family={compiler="gcc",},mT={gcc={fn="ProjectDIR/rt/extensions/mf/Core/gcc/9.4.lua",fullName="gcc/9.4",loadOrder=1,propT={},stackDepth=0,status="active",userName="gcc",wV="000000009.000000004.*zfinal",},python={fn="ProjectDIR/rt/extensions/mf/Compiler/gcc/9/python/3.7.lua",fullName="python/3.7",loadOrder=2,propT={},stackDepth=0,status="active",userName="python",wV="000000003.000000007.*zfinal",},},mpathA={"ProjectDIR/rt/extensions/mf/Compiler/gcc/9","ProjectDIR/rt/extensions/mf/Core",},systemBaseMPATH="ProjectDIR/rt/extensions/mf/Core",}'; | ||
export _ModuleTable_; | ||
=========================== | ||
step 4 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing avail | ||
=========================== | ||
MODULEPATH=ProjectDIR/rt/extensions/mf/Compiler/gcc/9:ProjectDIR/rt/extensions/mf/Core; | ||
export MODULEPATH; | ||
_ModuleTable_='_ModuleTable_={MTversion=3,depthT={},family={compiler="gcc",},mT={gcc={fn="ProjectDIR/rt/extensions/mf/Core/gcc/9.4.lua",fullName="gcc/9.4",loadOrder=1,propT={},stackDepth=0,status="active",userName="gcc",wV="000000009.000000004.*zfinal",},python={fn="ProjectDIR/rt/extensions/mf/Compiler/gcc/9/python/3.7.lua",fullName="python/3.7",loadOrder=2,propT={},stackDepth=0,status="active",userName="python",wV="000000003.000000007.*zfinal",},},mpathA={"ProjectDIR/rt/extensions/mf/Compiler/gcc/9","ProjectDIR/rt/extensions/mf/Core",},systemBaseMPATH="ProjectDIR/rt/extensions/mf/Core",}'; | ||
export _ModuleTable_; | ||
=========================== | ||
step 5 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load intel python | ||
=========================== | ||
LMOD_FAMILY_COMPILER=intel; | ||
export LMOD_FAMILY_COMPILER; | ||
LMOD_FAMILY_COMPILER_VERSION=19.1; | ||
export LMOD_FAMILY_COMPILER_VERSION; | ||
__LMOD_REF_COUNT_LOADEDMODULES=intel/19.1:1\;python/3.7:1; | ||
export __LMOD_REF_COUNT_LOADEDMODULES; | ||
LOADEDMODULES=intel/19.1:python/3.7; | ||
export LOADEDMODULES; | ||
__LMOD_REF_COUNT_MODULEPATH=ProjectDIR/rt/extensions/mf/Compiler/intel/19:1\;ProjectDIR/rt/extensions/mf/Core:1; | ||
export __LMOD_REF_COUNT_MODULEPATH; | ||
MODULEPATH=ProjectDIR/rt/extensions/mf/Compiler/intel/19:ProjectDIR/rt/extensions/mf/Core; | ||
export MODULEPATH; | ||
__LMOD_REF_COUNT__LMFILES_=ProjectDIR/rt/extensions/mf/Core/intel/19.1.lua:1\;ProjectDIR/rt/extensions/mf/Compiler/intel/19/python/3.7.lua:1; | ||
export __LMOD_REF_COUNT__LMFILES_; | ||
_LMFILES_=ProjectDIR/rt/extensions/mf/Core/intel/19.1.lua:ProjectDIR/rt/extensions/mf/Compiler/intel/19/python/3.7.lua; | ||
export _LMFILES_; | ||
_ModuleTable_='_ModuleTable_={MTversion=3,depthT={},family={compiler="intel",},mT={intel={fn="ProjectDIR/rt/extensions/mf/Core/intel/19.1.lua",fullName="intel/19.1",loadOrder=1,propT={},stackDepth=0,status="active",userName="intel",wV="000000019.000000001.*zfinal",},python={fn="ProjectDIR/rt/extensions/mf/Compiler/intel/19/python/3.7.lua",fullName="python/3.7",loadOrder=2,propT={},stackDepth=0,status="active",userName="python",wV="000000003.000000007.*zfinal",},},mpathA={"ProjectDIR/rt/extensions/mf/Compiler/intel/19","ProjectDIR/rt/extensions/mf/Core",},systemBaseMPATH="ProjectDIR/rt/extensions/mf/Core",}'; | ||
export _ModuleTable_; | ||
=========================== | ||
step 6 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing avail | ||
=========================== | ||
MODULEPATH=ProjectDIR/rt/extensions/mf/Compiler/intel/19:ProjectDIR/rt/extensions/mf/Core; | ||
export MODULEPATH; | ||
_ModuleTable_='_ModuleTable_={MTversion=3,depthT={},family={compiler="intel",},mT={intel={fn="ProjectDIR/rt/extensions/mf/Core/intel/19.1.lua",fullName="intel/19.1",loadOrder=1,propT={},stackDepth=0,status="active",userName="intel",wV="000000019.000000001.*zfinal",},python={fn="ProjectDIR/rt/extensions/mf/Compiler/intel/19/python/3.7.lua",fullName="python/3.7",loadOrder=2,propT={},stackDepth=0,status="active",userName="python",wV="000000003.000000007.*zfinal",},},mpathA={"ProjectDIR/rt/extensions/mf/Compiler/intel/19","ProjectDIR/rt/extensions/mf/Core",},systemBaseMPATH="ProjectDIR/rt/extensions/mf/Core",}'; | ||
export _ModuleTable_; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.6.9 2022-02-02 11:25 -04:00 | ||
Modules based on Lua: Version 8.6.11 2022-02-03 16:59 -04:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.6.9 2022-02-02 11:25 -04:00 | ||
Modules based on Lua: Version 8.6.11 2022-02-03 16:59 -04:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.6.9 2022-02-02 11:25 -04:00 | ||
Modules based on Lua: Version 8.6.11 2022-02-03 16:59 -04:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
Oops, something went wrong.