diff --git a/docs/install_guides/nci_gadi/sample.pbs b/docs/install_guides/nci_gadi/sample.pbs index 97a7b6b6f..46dc0e895 100644 --- a/docs/install_guides/nci_gadi/sample.pbs +++ b/docs/install_guides/nci_gadi/sample.pbs @@ -9,7 +9,7 @@ #PBS -l wd #PBS -l storage=gdata/m18 -export MODULEPATH=/g/data/m18/modulefiles/:$MODULEPATH​ +export MODULEPATH=/g/data/m18/modulefiles/:$MODULEPATH module load underworld/2.13 MODELNAME="foobar" diff --git a/docs/install_guides/setonix_baremetal.sh b/docs/install_guides/setonix_baremetal.sh new file mode 100644 index 000000000..a14adf5aa --- /dev/null +++ b/docs/install_guides/setonix_baremetal.sh @@ -0,0 +1,19 @@ +#!/bin/bash -l + +# The following assumes read access to +# /software/projects/pawsey0407/setonix/ + +module load python/3.9.15 py-mpi4py/3.1.2-py3.9.15 py-numpy/1.20.3 py-h5py/3.4.0 py-cython/0.29.24 + +export OPT_DIR=/software/projects/pawsey0407/setonix/ + +## for modifying the venv +# source $OPT_DIR/py39/bin/activate + +## For development only +# export PETSC_DIR=$OPT_DIR/petsc-3.18.1 +# export PYTHONPATH=$PETSC_DIR/:$PYTHONPATH + +# for using the venv +export PYTHONPATH=$OPT_DIR/py39/lib/python3.9/site-packages:$PYTHONPATH +export PYTHONPATH=$OPT_DIR/underworld/2.14.2/lib/python3.9/site-packages/:$PYTHONPATH