-
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 #736: add help message to keyword search
- Loading branch information
Robert McLay
committed
Nov 24, 2024
1 parent
8edf167
commit 77bb664
Showing
4 changed files
with
39 additions
and
2 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.7.16 2023-01-09 21:47 -06:00 | ||
Modules based on Lua: Version 8.7.53 2024-10-12 19:57 -05:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -24,3 +24,21 @@ lua ProjectDIR/src/lmod.in.lua shell --regression_testing --terse keyword graph | |
parmetis/ | ||
parmetis/3.1 | ||
parmetis/4.0.1 | ||
=========================== | ||
step 4 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing keyword ICC_DIR | ||
=========================== | ||
The following modules match your search criteria: "ICC_DIR" | ||
intel: intel/intel | ||
To learn more about a package execute: | ||
$ module spider Foo | ||
where "Foo" is the name of a module. | ||
To find detailed information about a particular package you | ||
must specify the version if there is more than one version: | ||
$ module spider Foo/11.1 | ||
=========================== | ||
step 5 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --terse keyword ICC_DIR | ||
=========================== | ||
intel/ | ||
intel/intel |
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