forked from JCSDA/spack-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gfs-v16.2-based template for Rahul's Mac
- Loading branch information
1 parent
bafe0c9
commit 4b95d51
Showing
1 changed file
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
spack: | ||
concretizer: | ||
unify: when_possible | ||
|
||
config: | ||
install_tree: | ||
root: $env/install | ||
deprecated: true | ||
modules: | ||
default: | ||
roots: | ||
lmod: $env/install/modulefiles | ||
tcl: $env/install/modulefiles | ||
|
||
view: false | ||
|
||
specs: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
packages: | ||
all: | ||
providers: | ||
'mpi:': [openmpi] | ||
####### replace this block with whatever `spack external find openmpi` gave you in your spack.yaml, but keep the 'buildable: false' | ||
openmpi: | ||
buildable: false | ||
externals: | ||
- spec: [email protected]%[email protected]~cuda+cxx~cxx_exceptions+java~memchecker+pmi~static~wrapper-rpath | ||
fabrics=ofi,psm,psm2 schedulers=slurm | ||
prefix: /usr | ||
####### | ||
|
||
compilers: | ||
####### replace the following entry with one for apple-clang provided by the `spack compiler find` command: | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: /usr/bin/gcc | ||
cxx: /usr/bin/g++ | ||
f77: /usr/bin/gfortran-9 | ||
fc: /usr/bin/gfortran-9 | ||
flags: {} | ||
operating_system: linuxmint20 | ||
target: x86_64 | ||
modules: [] | ||
environment: {} | ||
extra_rpaths: [] | ||
####### |