Skip to content

Commit 5e2cd70

Browse files
committed
Add gcc to Aurora spack template
This is required for gcc-runtimes to be handled correctly.
1 parent 5ece679 commit 5e2cd70

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

mache/spack/templates/aurora_oneapi-ifx_mpich.yaml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spack:
1717
unify: true
1818
packages:
1919
all:
20-
compiler: [{{ compiler }}]
20+
compiler: [{{ compiler }}, [email protected]]
2121
providers:
2222
mpi: [{{ mpi }}]
2323
bison:
@@ -91,9 +91,15 @@ spack:
9191
cxx: /opt/aurora/25.190.0/oneapi/compiler/latest/bin/icpx
9292
fortran: /opt/aurora/25.190.0/oneapi/compiler/latest/bin/ifx
9393
buildable: false
94+
gcc:
95+
externals:
96+
97+
modules:
98+
- gcc/13.3.0
99+
buildable: false
94100
gcc-runtime:
95101
externals:
96-
102+
97103
prefix: /opt/aurora/25.190.0/spack/unified/0.10.1/install/linux-sles15-x86_64/gcc-13.3.0/gcc-runtime-13.3.0-ghotoln
98104
buildable: false
99105
mpich:
@@ -137,3 +143,16 @@ spack:
137143
modules: []
138144
environment: {}
139145
extra_rpaths: []
146+
- compiler:
147+
148+
paths:
149+
cc: /opt/aurora/25.190.0/spack/unified/0.10.1/install/linux-sles15-x86_64/gcc-13.3.0/gcc-13.3.0-4enwbrb/bin/gcc
150+
cxx: /opt/aurora/25.190.0/spack/unified/0.10.1/install/linux-sles15-x86_64/gcc-13.3.0/gcc-13.3.0-4enwbrb/bin/g++
151+
f77: /opt/aurora/25.190.0/spack/unified/0.10.1/install/linux-sles15-x86_64/gcc-13.3.0/gcc-13.3.0-4enwbrb/bin/gfortran
152+
fc: /opt/aurora/25.190.0/spack/unified/0.10.1/install/linux-sles15-x86_64/gcc-13.3.0/gcc-13.3.0-4enwbrb/bin/gfortran
153+
operating_system: sles15
154+
target: x86_64
155+
modules: [gcc/13.3.0]
156+
flags: {}
157+
environment: {}
158+
extra_rpaths: []

0 commit comments

Comments
 (0)