Skip to content

Instantly share code, notes, and snippets.

@julesghub
Last active November 29, 2022 02:01
Show Gist options
  • Save julesghub/44d07cfd73be181f430435e946c32a09 to your computer and use it in GitHub Desktop.
Save julesghub/44d07cfd73be181f430435e946c32a09 to your computer and use it in GitHub Desktop.
Gadi install guidlines for FY2023
  • Jump on gadi with account the has write access to /d/gdata/m18/.
  • Immediately start a tmux session to always remin connected.
  • Load dependency modules. python, swig, petsc, etc.
  • Initialise a virtualenv: python -m venv /g/data/m18/software/underworld/<version>
  • Activate venv: source /g/data/m18/software/underworld/<version>/bin/activate
  • install all python packages in this environment which is separate from the system python environment, include lavavu & badlands
  • Write a correctponding modulefile in /g/data/m18/modulefiles/underworld/ that setups the runtime environment required to use the installation without activating the venv.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment