// Modules on ADAPT

ADAPT is enhanced with the modules utility which is a command interface to the dynamic modification of the user's environment. This allows users to log into the system and run a few handful module commands to set up their environment with pre-installed softwares/libraries. This alleviates the users responsibilities to configure and correctly install required software or library packages.

Users can check for all the pre-built modules that are available on ADAPT, by running: $ module avail

To load a module, use: $ module load module_name

For more information on using the modules utility, use: $ man module
or
$ module --help