Skip to content

Commit a7c9696

Browse files
committed
Added inital spack.yaml
1 parent d6639ae commit a7c9696

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

spack.yaml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# This is a Spack Environment file.
2+
#
3+
# It describes a set of packages to be installed, along with
4+
# configuration settings.
5+
spack:
6+
definitions:
7+
- compilers:
8+
9+
- mpis:
10+
11+
- serial_packages:
12+
13+
- packages:
14+
15+
- [email protected] build_type=RelWithDebInfo fflags='-qno-opt-dynamic-align -convert
16+
big_endian -assume byterecl -ftz -traceback -assume realloc_lhs -fp-model source'
17+
cflags='-qno-opt-dynamic-align -fp-model precise -std=gnu99'
18+
- [email protected] build_system=cmake build_type=RelWithDebInfo
19+
20+
- [email protected] precision=64 +large_file +deprecated_io ~gfs_phys ~openmp ~quad_precision
21+
build_type=RelWithDebInfo
22+
- access-om3 +install_libraries
23+
specs:
24+
- matrix:
25+
- [$mpis]
26+
- [$%compilers]
27+
- matrix:
28+
- [$packages]
29+
- [$^mpis]
30+
- [$%compilers]
31+
- matrix:
32+
- [$serial_packages]
33+
- [$%compilers]
34+
view: true
35+
concretizer:
36+
unify: true
37+
modules:
38+
default:
39+
roots:
40+
tcl: $spack/../modules/access-om3/0.x.0
41+
tcl:
42+
naming_scheme: '{name}/{version}'

0 commit comments

Comments
 (0)