1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
===========================
step 1
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
===========================
Modules based on Lua: Version 8.7.25 2023-05-18 17:01 -05:00
by Robert McLay mclay@tacc.utexas.edu
===========================
step 2
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load gcc
===========================
Lmod has detected the following error: A load storm (possibly an infinite loop) detected for module: "gcc/10.3.0" file: "ProjectDIR/rt/infiniteLoop/mf/Core/gcc/10.3.0.lua". It was loaded more than 500 times.
While processing the following module(s):
Module fullname Module Filename
gcc/10.3.0 ProjectDIR/rt/infiniteLoop/mf/Core/gcc/10.3.0.lua
===========================
step 3
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load parent
===========================
Lmod has detected the following error: A load storm (possibly an infinite loop) detected for module: "C/1.0" file: "ProjectDIR/rt/infiniteLoop/mf/Core/C/1.0.lua". It was loaded more than 500 times.
While processing the following module(s):
Module fullname Module Filename
C/1.0 ProjectDIR/rt/infiniteLoop/mf/Core/C/1.0.lua
B/1.0 ProjectDIR/rt/infiniteLoop/mf/Core/B/1.0.lua
A/1.0 ProjectDIR/rt/infiniteLoop/mf/Core/A/1.0.lua
parent/1.0 ProjectDIR/rt/infiniteLoop/mf/Core/parent/1.0.lua
|