Skip to content

Environment Module

Environment Modules is a tool that simplifies shell initialization and lets users easily modify their environment during a session using modulefiles.

Each modulefile contains the information needed to configure the shell for an application. Once the Modules package is initialized, the environment can be modified on a per-module basis using the module command which interprets modulefiles. Typically, modulefiles instruct the module command to alter or set shell environment variables such as PATH, MANPATH, etc. Modules can be loaded and unloaded dynamically and atomically, in a clean fashion.



Compiler Language Software Library
cmake/3.30.5
gcc/14.2
oneapi/5.0
openmpi/5.0
ncl/6.6.2
python/3.10
python/3.11
python/3.12
python/3.13
r/4.3
r/4.4
anaconda/25.1.1
cdo/2.4.4
cuda/12.6
fmpeg/7.0.2
gmt/6.4.0
gnuplot/6.0.0
grads/2.2.3
imagemagick/7.1.1-39
matlab/25.2.0
ncview/2.1.9
nvhpc/24.9
parallel/20240822
singularity/4.3.0
boost/1.86
flex/2.6.3
gsl/2.8
hdf5/1.14.5
netcdf-c/4.9.2
netcdf-fortran/4.6.1
sundials/5.8.0
sundials/6.7.0
sundials/7.1.1

Show Available Module and Versions


$ module available

ENV_MODULE_1


Load Module


$ module load <module/version>

ENV_MODULE_2


Purge Module

$ module purge

ENV_MODULE_3


For more information about Environment Modules, please refer to: Modules Documentation