Software
Software package environments on Monsoon are handled through the environment modules system. An up-to-date list of available modules for software packages is available by issuing the command: “module avail”.
In order to access a particular software that is not normally included with the CentOS Linux distribution, please issue the command:
“module load software_name”. Example, “module load envi”.
Interactive use example:
salloc -N1 -p core -J envi
module load envi
srun envi
Allocates one cpu on one node in the core partition with a job name of “envi”.