Skip to content

Commit

Permalink
Merge pull request #5 from COSIMA/module_dir
Browse files Browse the repository at this point in the history
Change location and naming scheme of modules
  • Loading branch information
micaeljtoliveira authored Aug 15, 2023
2 parents 89a3abb + f55859c commit 4ba1635
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/system/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modules:
default:
# Where to install modules
roots:
tcl: $spack/../share/modules
tcl: $spack/../modules
lmod: $spack/../share/lmod
# What type of modules to use ("tcl" and/or "lmod")
enable: [tcl]
Expand Down
6 changes: 6 additions & 0 deletions environments/access-om3-devel/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ spack:
view: true
concretizer:
unify: true
modules:
default:
roots:
tcl: $spack/..//modules/access-om3/devel
tcl:
hash_length: 7
mirrors:
sources:
fetch:
Expand Down
4 changes: 4 additions & 0 deletions environments/common_tools_and_libraries/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ spack:
view: true
concretizer:
unify: true
modules:
default:
roots:
tcl: $spack/../modules/common_tools_and_libraries

0 comments on commit 4ba1635

Please sign in to comment.