Skip to content

Commit 34da855

Browse files
committed
Add mom6_solo variant to build-cd manifests
1 parent ce0ee7c commit 34da855

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-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 }} +asymmetric_mem +mom6_solo'
1414
gcc-runtime:
1515
require:
1616
- '%gcc target={{ target }}'

.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 }} ~asymmetric_mem +mom6_solo'
1414
gcc-runtime:
1515
require:
1616
- '%gcc target={{ target }}'
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
spack:
2+
specs:
3+
- 'access-mom6@git.{{ ref }} ^openmpi +access3 ~mom6_solo'
4+
packages:
5+
cmake:
6+
require:
7+
- '@3.31.6'
8+
gcc-runtime:
9+
require:
10+
- '%gcc target={{ target }}'
11+
all:
12+
require:
13+
- '%{{ oneapi_compiler }} target={{ target }}'
14+
concretizer:
15+
unify: false
16+
view: false
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
spack:
2+
specs:
3+
- 'access-mom6@git.{{ ref }} ^openmpi ~access3 +mom6_solo'
4+
packages:
5+
cmake:
6+
require:
7+
- '@3.31.6'
8+
gcc-runtime:
9+
require:
10+
- '%gcc target={{ target }}'
11+
all:
12+
require:
13+
- '%{{ oneapi_compiler }} target={{ target }}'
14+
concretizer:
15+
unify: false
16+
view: false

0 commit comments

Comments
 (0)