@@ -63,7 +63,7 @@ To check which actions would be taken with loading a specific module, you can us
#### Searching modules
From the old TCL module system you are used to having categories, like DEVELOP, CHEMISTRY etc. pp. So if you are looking for chemistry software, you would load the CHEMISTRY module and see what software is installed. This is what is called a "Categorized Module Naming Scheme" or CMNS for short.
With LMod, this has changed to a Hierarchical Module Naming Scheme (HMNS), which loads additional module paths whenever a module is loaded that was used to build software (e.g., OpenMPI only becomes visible if you have loaded a compiler that was used to build that version of OpenMPI). This is in contrast to CMNS. But as we know, many users were happy with these categories. So we added the "category" command to LMod:
With LMod, this has changed to a Hierarchical Module Naming Scheme (HMNS), which loads additional module paths whenever a module is loaded that was used to build software (e.g., OpenMPI only becomes visible once you have loaded the compiler that was used to build that version of OpenMPI). This is in contrast to CMNS. To enable category-based searching for modules in an HMNS, we added the "category" command to LMod: