Skip to content

Commit 57eb550

Browse files
committed
Update pm-cpu and pm-gpu spack templates
1 parent 4437781 commit 57eb550

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

mache/spack/templates/pm-cpu_gnu_mpich.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{%- set compiler = "gcc@13.2" %}
1+
{%- set compiler = "gcc@12.3" %}
22
{%- set mpi = "[email protected]" %}
33
spack:
44
specs:
@@ -110,7 +110,7 @@ spack:
110110
- spec: {{ compiler }}
111111
modules:
112112
- PrgEnv-gnu/8.5.0
113-
- gcc-native/13.2
113+
- gcc-native/12.3
114114
- cray-libsci/24.07.0
115115
- craype-accel-host
116116
- craype/2.7.32
@@ -169,7 +169,7 @@ spack:
169169
target: x86_64
170170
modules:
171171
- PrgEnv-gnu/8.5.0
172-
- gcc-native/13.2
172+
- gcc-native/12.3
173173
- cray-libsci/24.07.0
174174
- craype-accel-host
175175
- craype/2.7.32

mache/spack/templates/pm-gpu_gnugpu_mpich.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{%- set compiler = "gcc@13.2" %}
1+
{%- set compiler = "gcc@12.3" %}
22
{%- set mpi = "[email protected]" %}
33
spack:
44
specs:
@@ -109,7 +109,7 @@ spack:
109109
- spec: {{ compiler }}
110110
modules:
111111
- PrgEnv-gnu/8.5.0
112-
- gcc-native/13.2
112+
- gcc-native/12.3
113113
- craype-accel-nvidia80
114114
- cray-libsci/24.07.0
115115
- libfabric/1.22.0
@@ -126,7 +126,7 @@ spack:
126126
127127
modules:
128128
- PrgEnv-gnu/8.5.0
129-
- gcc-native/13.2
129+
- gcc-native/12.3
130130
- craype-accel-nvidia80
131131
- cray-libsci/24.07.0
132132
- libfabric/1.22.0
@@ -179,7 +179,7 @@ spack:
179179
target: any
180180
modules:
181181
- PrgEnv-gnu/8.5.0
182-
- gcc-native/13.2
182+
- gcc-native/12.3
183183
- craype-accel-nvidia80
184184
- cray-libsci/24.07.0
185185
- libfabric/1.22.0

mache/spack/templates/pm-gpu_nvidiagpu_mpich.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ spack:
110110
- PrgEnv-nvidia
111111
- nvidia/25.5
112112
- craype-accel-nvidia80
113+
- gcc-native-mixed/12.3
113114
- cray-libsci/23.12.5
114115
- libfabric/1.22.0
115116
- craype/2.7.32
@@ -165,6 +166,7 @@ spack:
165166
- PrgEnv-nvidia
166167
- nvidia/25.5
167168
- craype-accel-nvidia80
169+
- gcc-native-mixed/12.3
168170
- cray-libsci/23.12.5
169171
- libfabric/1.22.0
170172
- craype/2.7.32

0 commit comments

Comments
 (0)