Guide to running Underworld3 on Gadi, baremetal only for now.
Log in and make sure your modulepath is good for Underworld custom modulefiles.
-
export MODULEPATH=/g/data/m18/modulefiles/:$MODULEPATH
should be in your .bashrc. -
module load underworld/dev_env
- this DOESN"T load underworld3 but sets up an environment to compile and run the code on Gadi. -
Pull down the code and compile Using pip directly to install the development version.