Helpful Commands for working with environment modules |
module avail |
Show available modules |
module load modulefile |
Load modulefile |
module list |
Show loaded modules |
module unload modulefile |
Unload modulefile |
module purge |
Unload all modules |
module help modulefile |
Show help for modulefile |
|