Skip to content

Commit

Permalink
common/modules.yaml: remove ACCESS-OM2 specific include list (#39)
Browse files Browse the repository at this point in the history
* The ACCESS-OM2 environment's spack.yaml will contain the include list.
  • Loading branch information
harshula authored Jul 5, 2024
1 parent ae6bef5 commit 534bc41
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions common/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ modules:
lmod: $spack/../release/lmod
tcl:
hash_length: 0
# Looks like we need to use exclude_implicits because Gadi has
# an old version of modules:
# $ module --version
# Modules Release 4.3.0 (2019-07-26)
# https://github.com/spack/spack/issues/40940
exclude_implicits: true
include:
- access-om2
- mom5
- cice5
- libaccessom2
- oasis3-mct
# Does this PR imply exclude_implicits and hide_implicits can not
# be used together?:
# https://github.com/spack/spack/pull/40955
# hide_implicits: true
all:
autoload: direct
conflict:
Expand Down

0 comments on commit 534bc41

Please sign in to comment.