ngm_modules_lmod - ACCESS-NRI/accessdev-Trac-archive GitHub Wiki

lmod

Lua-based environment modules

User Documentation

Install Scripts

https://accessdev.nci.org.au/jenkins/buildStatus/icon?job=BOM%2Fngm%2Finstall-lmod, link=https://accessdev.nci.org.au/jenkins/job/BOM/job/ngm/job/install-lmod

Usage notes

Lmod is an alternative version of the TCL-based environment module system used at NCI. While Lmod is generally compatible with NCI's TCL modules, some of the more complex NCI modules won't load with Lmod (especially compiler modules)

The Lmod module only sets an environment variable $LMOD_ROOT. To fully activate Lmod you must run

module use /g/data/access/ngm/modules
module load lmod
source $LMOD_ROOT/activate.bash

As part of activating Lmod all of the currently loaded modules will be automatically unloaded