Commit f547d4b 1 parent 9dd165f commit f547d4b Copy full SHA for f547d4b
File tree 3 files changed +37
-0
lines changed
3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ upstreams :
2
+ upstream :
3
+ # Assumes that from the runners point of view, the volume mount
4
+ # point for the containerised upstream install_tree is /opt/upstream
5
+ install_tree : /opt/upstream
Original file line number Diff line number Diff line change
1
+ config :
2
+ install_tree :
3
+ # Completely ignoring higher-level configuration options is supported with the :: notation for keys ...
4
+ root: : $spack/../upstream
5
+ # Available in v0.20.0
6
+ source_cache : $spack/../sourcecache
7
+ # Available in v0.20.0
8
+ environments_root : $spack/../environments
Original file line number Diff line number Diff line change
1
+ # Refer to https://spack.readthedocs.io/en/latest/module_file_support.html
2
+ modules :
3
+ default :
4
+ enable :
5
+ - tcl
6
+ roots :
7
+ tcl : $spack/../upstream/modules
8
+ lmod : $spack/../upstream/lmod
9
+ tcl :
10
+ hash_length : 0
11
+ # Looks like we need to use exclude_implicits because Gadi has
12
+ # an old version of modules:
13
+ # $ module --version
14
+ # Modules Release 4.3.0 (2019-07-26)
15
+ # https://github.com/spack/spack/issues/40940
16
+ exclude_implicits : true
17
+ # Does this PR imply exclude_implicits and hide_implicits can not
18
+ # be used together?:
19
+ # https://github.com/spack/spack/pull/40955
20
+ # hide_implicits: true
21
+ all :
22
+ autoload : direct
23
+ projections :
24
+ all : ' {name}/{version}-{hash:7}'
You can’t perform that action at this time.
0 commit comments