Zinfandel use the Software Environment Modules system to switch between different software environments. Below are the basic commands,
Display detailed information about a module,
module help <module_name>
Show a brief description of a module,
module whatis <module_name>
Load a specific module into your environment,
module load <module_name>
List all modules currently loaded,
module list
List all available modules that can be loaded,
module avail
Unload a previously loaded module,
module unload <module_name>