Skip to content

Commit

Permalink
Change all messages and gold files to use --ignore_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Apr 15, 2021
1 parent a8ced97 commit 794eb47
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion messageDir/de.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Die korrekte Syntax ist:
e_Failed_Load = [==[Die folgenden Module konnten nicht gefunden werden: %{module_list}
Bitte überprüfen Sie die Schreibweise oder Versionsnummer. Sie können auch "module spider ..." versuchen.
Es ist auch möglich, dass Ihr Cache veraltet ist. Versuchen Sie:
$ module --ignore-cache load %{module_list}
$ module --ignore_cache load %{module_list}
]==],
e_Failed_Load_2 = [==[Diese Module existieren, aber können nicht wie gewünscht geladen werden: %{kA}
Versuchen Sie: "module spider %{kB}" um anzuzeigen, wie die Module geladen werden.
Expand Down
2 changes: 1 addition & 1 deletion messageDir/es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ La sintaxis es:
Por favor compruebe la ortografía, así como mayúsculas y minúsculas o número de versión. También intente "module spider ..."
También es posible que su archivo de cache estea desactualizado. Intente:
$ module --ignore-cache load %{module_list}
$ module --ignore_cache load %{module_list}
]==],
e_Failed_Load_2 = [==[Estos módulos existen pero no pueden ser cargados como ha solicitado: %{kA}
Intente: "module spider %{kB}" para ver como cargar los módulos.
Expand Down
2 changes: 1 addition & 1 deletion messageDir/fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ La syntaxe est :
Veuillez vérifier l'orthographe ou le numéro de version. Vous pouvez aussi essayer "module spider ..."
Il est aussi possible que votre cache soit désuète. Essayez :
$ module --ignore-cache load %{module_list}
$ module --ignore_cache load %{module_list}
]==],
e_Failed_Load_2 = [==[Ce ou ces module(s) existent, mais ne peuvent pas être chargés tel que demandé: %{kA}
Utilisez: "module spider %{kB}" pour voir la façon de les charger.
Expand Down
2 changes: 1 addition & 1 deletion rt/cached_loads/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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; it may help to try:
$ module --ignore-cache load "B"
$ module --ignore_cache load "B"
Also make sure that all modulefiles written in TCL start with the string #%Module
===========================
step 9
Expand Down
2 changes: 1 addition & 1 deletion rt/depends_on/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing load Z
Lmod has detected the following error: The following module(s) are unknown: "Non_existant"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore-cache load "Non_existant"
$ module --ignore_cache load "Non_existant"
Also make sure that all modulefiles written in TCL start with the string #%Module
===========================
step 26
Expand Down
2 changes: 1 addition & 1 deletion rt/empty/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ 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; it may help to try:
$ module --ignore-cache load "a"
$ module --ignore_cache load "a"
Also make sure that all modulefiles written in TCL start with the string #%Module
2 changes: 1 addition & 1 deletion rt/i18n/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing load unknown
Lmod a détecté l'erreur suivante : Le ou les module(s) suivants sont inconnus: "unknown"
Veuillez vérifier l'orthographe ou le numéro de version. Vous pouvez aussi essayer "module spider ..."
Il est aussi possible que votre cache soit désuète. Essayez :
$ module --ignore-cache load "unknown"
$ module --ignore_cache load "unknown"
===========================
step 10
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --help
Expand Down
2 changes: 1 addition & 1 deletion rt/inaccessible/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing load extend
Lmod has detected the following error: The following module(s) are unknown: "extend"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore-cache load "extend"
$ module --ignore_cache load "extend"
Also make sure that all modulefiles written in TCL start with the string #%Module
===========================
step 8
Expand Down
12 changes: 6 additions & 6 deletions rt/load/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ 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; it may help to try:
$ module --ignore-cache load "boost/1.33.0"
$ module --ignore_cache load "boost/1.33.0"
Also make sure that all modulefiles written in TCL start with the string #%Module
===========================
step 19
Expand All @@ -131,7 +131,7 @@ 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; it may help to try:
$ module --ignore-cache load "boost/1.57.0"
$ module --ignore_cache load "boost/1.57.0"
Also make sure that all modulefiles written in TCL start with the string #%Module
===========================
step 20
Expand Down Expand Up @@ -207,7 +207,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; it may help to try:
$ module --ignore-cache load "DoesNotExist"
$ module --ignore_cache load "DoesNotExist"
Also make sure that all modulefiles written in TCL start with the string #%Module
===========================
step 31
Expand Down Expand Up @@ -322,7 +322,7 @@ 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; it may help to try:
$ module --ignore-cache load "bad_symlink"
$ module --ignore_cache load "bad_symlink"
Also make sure that all modulefiles written in TCL start with the string #%Module
===========================
step 40
Expand All @@ -331,7 +331,7 @@ 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; it may help to try:
$ module --ignore-cache load "empty"
$ module --ignore_cache load "empty"
Also make sure that all modulefiles written in TCL start with the string #%Module
===========================
step 41
Expand All @@ -340,7 +340,7 @@ 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; it may help to try:
$ module --ignore-cache load "version_only"
$ module --ignore_cache load "version_only"
Also make sure that all modulefiles written in TCL start with the string #%Module
===========================
step 42
Expand Down
2 changes: 1 addition & 1 deletion rt/slepc/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing load petsc slepc
Lmod has detected the following error: The following module(s) are unknown: "petsc"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore-cache load "petsc"
$ module --ignore_cache load "petsc"
Also make sure that all modulefiles written in TCL start with the string #%Module
While processing the following module(s):
Module fullname Module Filename
Expand Down
2 changes: 1 addition & 1 deletion rt/swap/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,5 @@ Lmod is automatically replacing "gcc/4.2.3" with "intel/intel".
Lmod has detected the following error: 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; it may help to try:
$ module --ignore-cache load "unknown"
$ module --ignore_cache load "unknown"
Also make sure that all modulefiles written in TCL start with the string #%Module

0 comments on commit 794eb47

Please sign in to comment.