forked from TACC/Lmod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated copyright dates. added more error messages to en.lua table.
- Loading branch information
Robert McLay
committed
Jan 9, 2017
1 parent
6d56937
commit 7419852
Showing
114 changed files
with
331 additions
and
158 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
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
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 7.1.2 2016-12-02 11:38 -06:00 | ||
Modules based on Lua: Version 7.2.2 2017-01-08 08:15 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -37,7 +37,7 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing load B | |
Lmod has detected the following error: The following module(s) are unknown: "B" | ||
Please check the spelling or version number. Also try "module spider ..." | ||
It is also possible your cache file is out-of-date try: | ||
module --ignore-cache load "B" | ||
$ module --ignore-cache load "B" | ||
=========================== | ||
step 9 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing list | ||
|
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 7.2.1 2017-01-05 20:28 -06:00 | ||
Modules based on Lua: Version 7.2.2 2017-01-08 08:15 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -12,4 +12,4 @@ Lmod Warning: MODULEPATH is undefined. | |
Lmod has detected the following error: The following module(s) are unknown: "a" | ||
Please check the spelling or version number. Also try "module spider ..." | ||
It is also possible your cache file is out-of-date try: | ||
module --ignore-cache load "a" | ||
$ module --ignore-cache load "a" |
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 7.1.9 2016-12-17 13:29 -06:00 | ||
Modules based on Lua: Version 7.2.2 2017-01-08 08:15 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -18,7 +18,7 @@ step 3 | |
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load bad_argument | ||
=========================== | ||
Lmod has detected the following error: Syntax error in file: ProjectDIR/rt/errHandler/mf/bad_argument/1.0.lua | ||
with command: help One or more arguments are not strings | ||
with command: help, one or more arguments are not strings. | ||
While processing the following module(s): | ||
Module fullname Module Filename | ||
bad_argument/1.0 ProjectDIR/rt/errHandler/mf/bad_argument/1.0.lua |
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 7.2.1 2017-01-05 20:28 -06:00 | ||
Modules based on Lua: Version 7.2.2 2017-01-08 08:15 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -38,3 +38,11 @@ step 8 | |
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load gcc | ||
=========================== | ||
Lmod 已经自动将 "intel/17.0" 替换为 "gcc/5.4" | ||
=========================== | ||
step 9 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load unknown | ||
=========================== | ||
Lmod a détecté l'erreur suivante : The following module(s) are unknown: "unknown" | ||
Please check the spelling or version number. Also try "module spider ..." | ||
It is also possible your cache file is out-of-date try: | ||
$ module --ignore-cache load "unknown" |
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 bash --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 7.1.12 2016-12-29 20:55 -06:00 | ||
Modules based on Lua: Version 7.2.2 2017-01-08 08:15 -06:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -110,15 +110,15 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing load boost/1.33.0 | |
Lmod has detected the following error: The following module(s) are unknown: "boost/1.33.0" | ||
Please check the spelling or version number. Also try "module spider ..." | ||
It is also possible your cache file is out-of-date try: | ||
module --ignore-cache load "boost/1.33.0" | ||
$ module --ignore-cache load "boost/1.33.0" | ||
=========================== | ||
step 17 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load boost/1.57.0 | ||
=========================== | ||
Lmod has detected the following error: The following module(s) are unknown: "boost/1.57.0" | ||
Please check the spelling or version number. Also try "module spider ..." | ||
It is also possible your cache file is out-of-date try: | ||
module --ignore-cache load "boost/1.57.0" | ||
$ module --ignore-cache load "boost/1.57.0" | ||
=========================== | ||
step 18 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load boost | ||
|
@@ -191,7 +191,7 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing load DoesNotExist | |
Lmod has detected the following error: The following module(s) are unknown: "DoesNotExist" | ||
Please check the spelling or version number. Also try "module spider ..." | ||
It is also possible your cache file is out-of-date try: | ||
module --ignore-cache load "DoesNotExist" | ||
$ module --ignore-cache load "DoesNotExist" | ||
=========================== | ||
step 29 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing list | ||
|
@@ -303,23 +303,23 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing load bad_symlink | |
Lmod has detected the following error: The following module(s) are unknown: "bad_symlink" | ||
Please check the spelling or version number. Also try "module spider ..." | ||
It is also possible your cache file is out-of-date try: | ||
module --ignore-cache load "bad_symlink" | ||
$ module --ignore-cache load "bad_symlink" | ||
=========================== | ||
step 38 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load empty | ||
=========================== | ||
Lmod has detected the following error: The following module(s) are unknown: "empty" | ||
Please check the spelling or version number. Also try "module spider ..." | ||
It is also possible your cache file is out-of-date try: | ||
module --ignore-cache load "empty" | ||
$ module --ignore-cache load "empty" | ||
=========================== | ||
step 39 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load version_only | ||
=========================== | ||
Lmod has detected the following error: The following module(s) are unknown: "version_only" | ||
Please check the spelling or version number. Also try "module spider ..." | ||
It is also possible your cache file is out-of-date try: | ||
module --ignore-cache load "version_only" | ||
$ module --ignore-cache load "version_only" | ||
=========================== | ||
step 40 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load dflt | ||
|
Oops, something went wrong.