Skip to content

Commit

Permalink
gfs-v16.2-based template for Rahul's Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrichert committed Aug 4, 2023
1 parent bafe0c9 commit 4b95d51
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions configs/templates/rahul/spack.yaml
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: []
#######

0 comments on commit 4b95d51

Please sign in to comment.