-
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 #684: Now use spiderT to build mpathA for dbT and update tests
- Loading branch information
Robert McLay
committed
Jan 18, 2024
1 parent
48d63d6
commit cde7d22
Showing
8 changed files
with
280 additions
and
50 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.6.9 2022-02-02 11:25 -04:00 | ||
Modules based on Lua: Version 8.7.34 2024-01-05 19:34 -07:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -19,3 +19,35 @@ If the avail list is too long consider trying: | |
"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 shell --regression_testing purge | ||
=========================== | ||
=========================== | ||
step 4 | ||
runSpiderCmd -o dbT ProjectDIR/rt/dbT/mf4 | ||
=========================== | ||
=========================== | ||
step 5 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load newdir | ||
=========================== | ||
=========================== | ||
step 6 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --show_hidden av | ||
=========================== | ||
ProjectDIR/rt/dbT/mf3 | ||
foobar/1.2.3 (H) | ||
ProjectDIR/rt/dbT/mf4 | ||
bar/2.3 (H) newdir/1.0 (L) | ||
Where: | ||
H: Hidden 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 7 | ||
runSpiderCmd -o dbT ProjectDIR/rt/dbT/mf3:ProjectDIR/rt/dbT/mf4 | ||
=========================== |
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 shell --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.6.9 2022-02-02 11:25 -04:00 | ||
Modules based on Lua: Version 8.7.34 2024-01-05 19:34 -07:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -58,3 +58,22 @@ lua ProjectDIR/src/lmod.in.lua shell --regression_testing spider software1 | |
software1: software1/1.0 | ||
You will need to load all module(s) on any one of the lines below before the "software1/1.0" module is available to load. | ||
compiler1/1.0 | ||
=========================== | ||
step 10 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load compiler1 | ||
=========================== | ||
=========================== | ||
step 11 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing av | ||
=========================== | ||
ProjectDIR/rt/inaccessible/mf2/Stages/2017a/modules/Compilers/compiler1/1.0 | ||
software1/1.0 | ||
ProjectDIR/rt/inaccessible/mf2/Stages/2017a/UI/Compilers | ||
compiler1/1.0 (L) | ||
Where: | ||
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
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
Oops, something went wrong.