-
Notifications
You must be signed in to change notification settings - Fork 4
modules
Julia Brown edited this page Oct 8, 2018
·
5 revisions
Environment modules allow users to load and unload specific versions of a program (e.g. gcc, spades, openmpi, etc.). The module commands (below) essentially just prepend a directory to your PATH variable.
There are two main groups of modules on Charlie.
- Bigelow: Modules for everyone to use
- SCGC: Available to use; maintained by SCGC
$ module use /mod/bigelow
$ module avail
--------------------- /mod/bigelow/ ---------------------
gcc/6.2.0 null python/3.0 smrt/2.3.0
metaBAT/0.32.4 openmpi/2.1.1 R/2.15.2 turbomole/7.1
$ module load openmpi
$ module list
Currently Loaded Modulefiles:
1) /openmpi/2.1.1 2) /gcc/6.2.0
module unload openmpi