Skip to content

Commit 1dd35ea

Browse files
authored
Merge pull request #331 from xylar/update-frontier-dependencies
Update frontier dependencies
2 parents b8f5eba + fd6fcdb commit 1dd35ea

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

mache/cime_machine_config/config_machines.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,8 @@
13261326
<command name="load">Core/25.03</command>
13271327
<command name="load">PrgEnv-gnu</command>
13281328
<command name="load">cpe/24.11</command>
1329-
<command name="load">libunwind/1.8.1</command>
1329+
<command name="load">gcc-native/12.3</command>
1330+
<command name="load">libunwind</command>
13301331
<command name="load">cray-python/3.11.7</command>
13311332
<command name="load">subversion</command>
13321333
<command name="load">git</command>

mache/spack/templates/frontier_craygnu-mphipcc_mpich.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ spack:
124124
- Core/25.03
125125
- PrgEnv-gnu
126126
- cpe/24.11
127-
- libunwind/1.8.1
128-
- gcc-native/13.2
127+
- libunwind
128+
- gcc-native/12.3
129129
- craype/2.7.33
130130
- libfabric/1.22.0
131131
- craype-accel-amd-gfx90a
@@ -143,7 +143,7 @@ spack:
143143
- spec: {{ mpi }}%{{ compiler }}
144144
modules:
145145
- libfabric/1.22.0
146-
- libunwind/1.8.1
146+
- libunwind
147147
- cray-mpich/8.1.31
148148
buildable: false
149149
libfabric:
@@ -198,8 +198,8 @@ spack:
198198
- Core/25.03
199199
- PrgEnv-gnu
200200
- cpe/24.11
201-
- libunwind/1.8.1
202-
- gcc-native/13.2
201+
- libunwind
202+
- gcc-native/12.3
203203
- craype/2.7.33
204204
- libfabric/1.22.0
205205
- craype-accel-amd-gfx90a

mache/spack/templates/frontier_craygnu_mpich.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ spack:
124124
- Core/25.03
125125
- PrgEnv-gnu
126126
- cpe/24.11
127-
- libunwind/1.8.1
128-
- gcc-native/13.2
127+
- libunwind
128+
- gcc-native/12.3
129129
- craype/2.7.33
130130
- libfabric/1.22.0
131131
extra_attributes:
@@ -141,7 +141,7 @@ spack:
141141
- spec: {{ mpi }}%{{ compiler }}
142142
modules:
143143
- libfabric/1.22.0
144-
- libunwind/1.8.1
144+
- libunwind
145145
- cray-mpich/8.1.31
146146
buildable: false
147147
libfabric:
@@ -195,7 +195,7 @@ spack:
195195
- Core/25.03
196196
- PrgEnv-gnu
197197
- cpe/24.11
198-
- libunwind/1.8.1
199-
- gcc-native/13.2
198+
- libunwind
199+
- gcc-native/12.3
200200
- craype/2.7.33
201201
- libfabric/1.22.0

0 commit comments

Comments
 (0)