Managment of Software Packages with module
From Rous
Multiple Versions of Various Software Packages are Available on rous.mit.edu
Versions are managed using module
module commands
- List available applications on the system:
module avail
- Load an application so it can be used:
module add
- List loaded applications:
module list
- Unload an application:
module del
- Print module help:
module help