Skip to content

Commit 3af0fae

Browse files
committed
Add extra_attributes to frontier gcc
1 parent e4b87dd commit 3af0fae

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

mache/spack/frontier_gnu_mpich.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ spack:
107107
- gcc/12.2.0
108108
- craype/2.7.19
109109
- libfabric/1.15.2.0
110+
extra_attributes:
111+
compilers:
112+
c: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/gcc
113+
cxx: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/g++
114+
fortran: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/gfortran
110115
buildable: false
111116
cray-mpich:
112117
externals:

mache/spack/frontier_gnugpu_mpich.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ spack:
107107
- gcc/11.2.0
108108
- craype/2.7.19
109109
- libfabric/1.15.2.0
110+
extra_attributes:
111+
compilers:
112+
c: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/gcc
113+
cxx: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/g++
114+
fortran: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/gfortran
110115
buildable: false
111116
cray-mpich:
112117
externals:

0 commit comments

Comments
 (0)