===========================
step 1
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
===========================
Modules based on Lua: Version 8.7.40 2024-06-11 15:18 -06:00
    by Robert McLay mclay@tacc.utexas.edu
===========================
step 2
lua ProjectDIR/src/lmod.in.lua shell --regression_testing avail
===========================
ProjectDIR/rt/extensions/mf/Core
   TACC    gcc/9.4    intel/19.1
If the avail list is too long consider trying:
"module --default avail" or "ml -d av" to just list the default modules.
"module overview" or "ml ov" to display the number of modules for each name.
Use "module spider" to find all possible modules and extensions.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
===========================
step 3
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load gcc python
===========================
===========================
step 4
lua ProjectDIR/src/lmod.in.lua shell --regression_testing avail
===========================
ProjectDIR/rt/extensions/mf/Compiler/gcc/9
   python/3.7 (L)
ProjectDIR/rt/extensions/mf/Core
   TACC    gcc/9.4 (L)    intel/19.1
This is a list of module extensions. Use "module --nx avail ..." to not show extensions.
    CC (E)     a (E)     b (E)
These extensions cannot be loaded directly, use "module spider extension_name" for more information.
  Where:
   E:  Extension that is provided by another module
   L:  Module is loaded
If the avail list is too long consider trying:
"module --default avail" or "ml -d av" to just list the default modules.
"module overview" or "ml ov" to display the number of modules for each name.
Use "module spider" to find all possible modules and extensions.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
===========================
step 5
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --show_hidden avail
===========================
ProjectDIR/rt/extensions/mf/Compiler/gcc/9
   python/3.7 (L)    snake/3.9 (H)
ProjectDIR/rt/extensions/mf/Core
   TACC    gcc/9.4 (L)    intel/19.1
This is a list of module extensions. Use "module --nx avail ..." to not show extensions.
    CC (E)     a (E)     b (E)     d (E)
These extensions cannot be loaded directly, use "module spider extension_name" for more information.
  Where:
   E:  Extension that is provided by another module
   H:  Hidden Module
   L:  Module is loaded
If the avail list is too long consider trying:
"module --default avail" or "ml -d av" to just list the default modules.
"module overview" or "ml ov" to display the number of modules for each name.
Use "module spider" to find all possible modules and extensions.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
===========================
step 6
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load intel python
===========================
Lmod is automatically replacing "gcc/9.4" with "intel/19.1".
Due to MODULEPATH changes, the following have been reloaded:
  1) python/3.7
===========================
step 7
lua ProjectDIR/src/lmod.in.lua shell --regression_testing avail
===========================
ProjectDIR/rt/extensions/mf/Compiler/intel/19
   python/3.7 (L)
ProjectDIR/rt/extensions/mf/Core
   TACC    gcc/9.4    intel/19.1 (L)
This is a list of module extensions. Use "module --nx avail ..." to not show extensions.
    CC (E)     DDD (E)
These extensions cannot be loaded directly, use "module spider extension_name" for more information.
  Where:
   E:  Extension that is provided by another module
   L:  Module is loaded
If the avail list is too long consider trying:
"module --default avail" or "ml -d av" to just list the default modules.
"module overview" or "ml ov" to display the number of modules for each name.
Use "module spider" to find all possible modules and extensions.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
