How do I use modules?

In order to make running installed programs easier you should use the module command. The different module that are installed sets the correct environments that are needed for the programs to run, like PATH, LD_LIBRARY_PATH and MANPATH. To see what what modules that are available, type module avail. To see what modules you have loaded, type module list.

Note. For the batch system slurm to work with modules you must have

#!/bin/bash -l

in your submit script.

For more information, read the module system guide.