Modules Commands

Command Result
module load load the default module for the package
module load / load the specific version of a package
module spider view the available versions of a package
module spider / view instructions for loading a version
module purge clear all modules
module swap / / switch from version 1 to version 2

Examples

$module load gcc
$module load matlab/R2023a
$module spider R/4.3.1
$module load gcc/11.4.0 openmpi/4.1.4 R/4.3.1
$module purge
Previous
Next