Getting started with modules - UCL/ECON-CLUSTER GitHub Wiki
On Unix systems, modules provide a convenient method to set environment settings used by various software packages. To use modules on on the CS cluster, you must:
- Run the script `modules.sh'.
- Load the modules you want.
For example,
. /share/apps/econ/Modules/modules.sh
module load stata
module avail
module list
These 4 lines do the following:
- Runs the script `modules.sh' to set up the modules software.
- Loads the "Stata" module.
- Lists the modules that are "available".
- Lists the modules that are loaded.
After loading the "Stata" module, you can then start Stata with the command:
xstata-mp