Skip to content

Commit c0f19bb

Browse files
committed
Build CI: Add mom6_solo variant to manifests (#37)
1 parent d0c6466 commit c0f19bb

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed

.github/build-ci/manifests/oneapi_access-om3_asymm.spack.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spack:
1010
- 'configurations=MOM6,MOM6-CICE6,MOM6-CICE6-WW3'
1111
access-mom6:
1212
require:
13-
- '@git.{{ ref }} +asymmetric_mem'
13+
- '@git.{{ ref }}=stable +asymmetric_mem +mom6_solo'
1414
gcc-runtime:
1515
require:
1616
- '%access_gcc'

.github/build-ci/manifests/oneapi_access-om3_no-asymm.spack.yaml.j2 renamed to .github/build-ci/manifests/oneapi_access-om3_symm.spack.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spack:
1010
- 'configurations=MOM6,MOM6-CICE6,MOM6-CICE6-WW3'
1111
access-mom6:
1212
require:
13-
- '@git.{{ ref }} ~asymmetric_mem'
13+
- '@git.{{ ref }}=stable ~asymmetric_mem +mom6_solo'
1414
gcc-runtime:
1515
require:
1616
- '%access_gcc'
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
spack:
2+
specs:
3+
- 'access-mom6@git.{{ ref }}=stable +access3 ~mom6_solo ^openmpi'
4+
packages:
5+
cmake:
6+
require:
7+
- '@3.31.6'
8+
gcc-runtime:
9+
require:
10+
- '%access_gcc'
11+
- 'target={{ target }}'
12+
intel-oneapi-compilers:
13+
require:
14+
- '@{{ oneapi_compiler_version }}'
15+
all:
16+
require:
17+
- '%access_oneapi'
18+
- 'target={{ target }}'
19+
concretizer:
20+
unify: false
21+
view: false
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
spack:
2+
specs:
3+
- 'access-mom6@git.{{ ref }}=stable ~access3 +mom6_solo ^openmpi'
4+
packages:
5+
cmake:
6+
require:
7+
- '@3.31.6'
8+
gcc-runtime:
9+
require:
10+
- '%access_gcc'
11+
- 'target={{ target }}'
12+
intel-oneapi-compilers:
13+
require:
14+
- '@{{ oneapi_compiler_version }}'
15+
all:
16+
require:
17+
- '%access_oneapi'
18+
- 'target={{ target }}'
19+
concretizer:
20+
unify: false
21+
view: false

0 commit comments

Comments
 (0)