===========================
step 1
lua ProjectDIR/src/lmod.in.lua bash --regression_testing --version
===========================
Modules based on Lua: Version 6.5.16  2016-10-04 17:13 -05:00
    by Robert McLay mclay@tacc.utexas.edu
===========================
step 2
lua ProjectDIR/src/lmod.in.lua bash --regression_testing spider
===========================
The following is a list of the modules currently available:
  uapp: uapp/3.0, uapp/7.0.8.1, uapp/7.1.8.1
  ucc: ucc/1.0, ucc/9.0
  umpi: umpi/2.0, umpi/8.0, umpi/8.1
To learn more about a package enter:
   $ module spider Foo
where "Foo" is the name of a module
To find detailed information about a particular package you
must enter the version if there is more than one version:
   $ module spider Foo/11.1
===========================
step 3
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load ucc/9.0
===========================
Module ucc/9.0 loaded
===========================
step 4
lua ProjectDIR/src/lmod.in.lua bash --regression_testing avail
===========================
ProjectDIR/rt/tamu/mf/Compiler/ucc/9.0
   umpi/8.0    umpi/8.1 (D)
ProjectDIR/rt/tamu/mf/Core
   ucc/1.0    ucc/9.0 (L,D)
  Where:
   D:  Default Module
   L:  Module is loaded
Use "module spider" to find all possible modules.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
===========================
step 5
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load umpi
===========================
Module umpi/8.1 loaded
===========================
step 6
lua ProjectDIR/src/lmod.in.lua bash --regression_testing avail
===========================
ProjectDIR/rt/tamu/mf/MPI/ucc/9.0/umpi/8.1
   uapp/7.0.8.1    uapp/7.1.8.1 (D)
ProjectDIR/rt/tamu/mf/Compiler/ucc/9.0
   umpi/8.0    umpi/8.1 (L,D)
ProjectDIR/rt/tamu/mf/Core
   ucc/1.0    ucc/9.0 (L,D)
  Where:
   D:  Default Module
   L:  Module is loaded
Use "module spider" to find all possible modules.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
===========================
step 7
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load uapp
===========================
Module uapp/7.1 loaded
===========================
step 8
lua ProjectDIR/src/lmod.in.lua bash --regression_testing avail
===========================
ProjectDIR/rt/tamu/mf/MPI/ucc/9.0/umpi/8.1
   uapp/7.0.8.1    uapp/7.1.8.1 (L,D)
ProjectDIR/rt/tamu/mf/Compiler/ucc/9.0
   umpi/8.0    umpi/8.1 (L,D)
ProjectDIR/rt/tamu/mf/Core
   ucc/1.0    ucc/9.0 (L,D)
  Where:
   D:  Default Module
   L:  Module is loaded
Use "module spider" to find all possible modules.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
===========================
step 9
lua ProjectDIR/src/lmod.in.lua bash --regression_testing spider uapp
===========================
  uapp:
     Versions:
        uapp/3.0
        uapp/7.0.8.1
        uapp/7.1.8.1
  For detailed information about a specific "uapp" module (including how to load the modules) use the module's full name.
  For example:
     $ module spider uapp/7.1.8.1
===========================
step 10
lua ProjectDIR/src/lmod.in.lua bash --regression_testing spider uapp/7.0.8.1
===========================
  uapp: uapp/7.0.8.1
    You will need to load all module(s) on any one of the lines below before the "uapp/7.0.8.1" module is available to load.
      ucc/9.0  umpi/8.1
