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

jedi-stack

Source Code

Development Wiki

Install Scripts

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

Usage notes

Jedi stack is a special module environment specifically for installing JEDI applications. It has its own versions of libraries like netcdf, lapack and atlas.

To use jedi-stack you must first enable lmod and then set MODULEPATH:

# Set the compiler and mpi version to use
module load intel-compiler/2021.5.0 openmpi/4.1.2

# Load the standard TCL modules (these just set the *_ROOT variables)
module use /g/data/access/ngm/modules
module load lmod
module load jedi-stack

# Activate lmod
source $LMOD_ROOT/activate.bash
export MODULEPATH=$JEDI_STACK_ROOT/modulefiles/core

# Load the lmod modules
module load jedi-stack
module list

Now all of the dependencies required to build JEDI applications will be loaded.