Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions v1.1/gadi/modules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Refer to https://spack.readthedocs.io/en/latest/module_file_support.html
modules:
default:
tcl:
# https://spack.readthedocs.io/en/latest/module_file_support.html#exclude-or-include-specific-module-files
exclude: ["openmpi"]
4 changes: 2 additions & 2 deletions v1.1/include/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ include:
when: '"gadi.nci.org.au" not in hostname and "ACCESS_SPACK_ADMIN" not in env'

# On Gadi, both user and admin need this:
- name: "gadi-packages"
path: "$spack/../spack-config/v1.1/gadi/packages.yaml"
- name: "gadi"
path: "$spack/../spack-config/v1.1/gadi"
when: '"gadi.nci.org.au" in hostname'

# system configuration scope
Expand Down