File tree Expand file tree Collapse file tree 6 files changed +14
-16
lines changed
proj_mgmt/clean_gold_files Expand file tree Collapse file tree 6 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 1-
21local posix = require (" posix" )
32_G ._DEBUG = false
43
Original file line number Diff line number Diff line change 22step 1
33lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
44===========================
5- Modules based on Lua: Version 8.7.49 2024-08-30 13:55 -06 :00
5+ Modules based on Lua: Version 9.0.2 2025-10-20 21:00 -05 :00
66 https://lmod.readthedocs.io
77===========================
88step 2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
66step 2
77lua ProjectDIR/src/check_module_tree_syntax.in.lua ProjectDIR/rt/ck_mtree_syntax/mf
88===========================
9- There were 5 possible errors found!
9+ There were 5 possible errors found!
1010===========================
1111step 3
1212runSpiderCmd -o spiderT ProjectDIR/rt/ck_mtree_syntax/mf
Original file line number Diff line number Diff line change 22step 1
33lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
44===========================
5- Modules based on Lua: Version 8.7.61 2025-06 -20 16:09 -05:00
5+ Modules based on Lua: Version 9.0.2 2025-10 -20 21:00 -05:00
66 https://lmod.readthedocs.io
77===========================
88step 2
1313lua ProjectDIR/src/lmod.in.lua shell --regression_testing show oscar
1414===========================
1515 ProjectDIR/rt/oscar/mf/Core/oscar.lua:
16- help([[ This module sets up the OSCAR modules subsystem.]])
16+ help([[ This module sets up the OSCAR modules subsystem.]])
1717whatis("Description: Sets up the OSCAR modules subsystem.")
1818prepend_path("MODULEPATH","ProjectDIR/rt/oscar/mf/Oscar")
1919load("a")
Original file line number Diff line number Diff line change 22step 1
33lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
44===========================
5- Modules based on Lua: Version 8.7.61 2025-06 -20 16:09 -05:00
5+ Modules based on Lua: Version 9.0.2 2025-10 -20 21:00 -05:00
66 https://lmod.readthedocs.io
77===========================
88step 2
@@ -29,14 +29,14 @@ step 4
2929lua ProjectDIR/src/lmod.in.lua shell --regression_testing help mvapich1
3030===========================
3131Module Specific Help for "mvapich1/mvapich1"
32- This module loads the MVAPICH MPI environment built with
33- Intel compilers. By loading this module, the following commands
34- will be automatically available for compiling MPI applications:
35- mpif77 (F77 source)
36- mpif90 (F90 source)
37- mpicc ( C source)
38- mpiCC/mpicxx (C++ source)
39- Version 1.0.1
32+ This module loads the MVAPICH MPI environment built with
33+ Intel compilers. By loading this module, the following commands
34+ will be automatically available for compiling MPI applications:
35+ mpif77 (F77 source)
36+ mpif90 (F90 source)
37+ mpicc ( C source)
38+ mpiCC/mpicxx (C++ source)
39+ Version 1.0.1
4040===========================
4141step 5
4242lua ProjectDIR/src/lmod.in.lua shell --regression_testing list
Original file line number Diff line number Diff line change @@ -179,8 +179,7 @@ local function l_extractFuncs(shellName, funcs)
179179 local is , ie , Nm , Strt = funcs :find (namePatt )
180180 if (not is ) then break end
181181 local js , je , End = funcs :find (trailingPatt , ie + 1 )
182- -- funcT[Nm] = funcs:sub(ie+1,js):gsub("\t"," ")
183- funcT [Nm ] = funcs :sub (ie + 1 ,js ) -- :gsub("\t"," ")
182+ funcT [Nm ] = funcs :sub (ie + 1 ,js )
184183 funcs = funcs :sub (je + 1 ,- 1 )
185184 end
186185
You can’t perform that action at this time.
0 commit comments