-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
198 additions
and
74 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 |
---|---|---|
@@ -1 +1 @@ | ||
2024-07-11 16:39 -06:00 | ||
2024-07-18 15:04 -05:00 |
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
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.7.40 2024-06-11 15:18 -06:00 | ||
Modules based on Lua: Version 8.7.44 2024-07-11 16:39 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -109,7 +109,7 @@ Lmod Web Sites | |
SourceForge: https://lmod.sf.net | ||
TACC Homepage: https://www.tacc.utexas.edu/research-development/tacc-projects/lmod | ||
To report a bug please read https://lmod.readthedocs.io/en/latest/075_bug_reporting.html | ||
Modules based on Lua: Version 8.7.40 2024-06-11 15:18 -06:00 | ||
Modules based on Lua: Version 8.7.44 2024-07-11 16:39 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 3 | ||
|
@@ -216,7 +216,7 @@ Lmod Web Sites | |
SourceForge: https://lmod.sf.net | ||
TACC Homepage: https://www.tacc.utexas.edu/research-development/tacc-projects/lmod | ||
To report a bug please read https://lmod.readthedocs.io/en/latest/075_bug_reporting.html | ||
Modules based on Lua: Version 8.7.40 2024-06-11 15:18 -06:00 | ||
Modules based on Lua: Version 8.7.44 2024-07-11 16:39 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 4 | ||
|
@@ -236,7 +236,7 @@ Version 9 | |
step 5 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --config | ||
=========================== | ||
Modules based on Lua: Version 8.7.40 2024-06-11 15:18 -06:00 | ||
Modules based on Lua: Version 8.7.44 2024-07-11 16:39 -06:00 | ||
by Robert McLay [email protected] | ||
Description Value | ||
Allow root to use Lmod (LMOD_ALLOW_ROOT_USE) yes | ||
|
@@ -417,7 +417,7 @@ propT = { | |
step 6 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --miniConfig | ||
=========================== | ||
Modules based on Lua: Version 8.7.40 2024-06-11 15:18 -06:00 | ||
Modules based on Lua: Version 8.7.44 2024-07-11 16:39 -06:00 | ||
by Robert McLay [email protected] | ||
LMOD_PACKAGE_PATH D nil <empty> | ||
LMOD_SYSTEM_DEFAULT_MODULES D __unknown__ <empty> | ||
|
@@ -426,6 +426,7 @@ LMOD_USING_FAST_TCL_INTERP Other yes no | |
step 7 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --pod | ||
=========================== | ||
=encoding UTF-8 | ||
module | ||
=head1 SYNOPSIS | ||
module [options] sub-command [args ...] | ||
|
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.44 2024-07-11 16:39 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -31,3 +31,41 @@ Currently Loaded Modules: | |
Where: | ||
H: Hidden Module | ||
S: Module is Sticky, requires --force to unload or purge | ||
=========================== | ||
step 5 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing purge | ||
=========================== | ||
The following modules were not unloaded: | ||
(Use "module --force purge" to unload all): | ||
1) .system | ||
=========================== | ||
step 6 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --show_hidden av | ||
=========================== | ||
ProjectDIR/rt/hidden/mf2/top | ||
A/1.0 B/.9.8.7 (H) | ||
ProjectDIR/rt/hidden/mf2/bottom | ||
A/2.0 B/9.8.7 | ||
Where: | ||
H: Hidden Module | ||
Module defaults are chosen based on Find First Rules due to Name/Version/Version modules found in the module tree. | ||
See https://lmod.readthedocs.io/en/latest/060_locating.html for details. | ||
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 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load B | ||
=========================== | ||
=========================== | ||
step 8 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load A | ||
=========================== | ||
=========================== | ||
step 9 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing list | ||
=========================== | ||
Currently Loaded Modules: | ||
1) B/9.8.7 2) A/1.0 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
setenv(myModuleName(),myModuleVersion()) |
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 @@ | ||
setenv(myModuleName(),myModuleVersion()) |
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 @@ | ||
setenv(myModuleName(),myModuleVersion()) |
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 @@ | ||
setenv(myModuleName(),myModuleVersion()) |
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
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.