Skip to content

Commit 9b4304d

Browse files
committed
Add extra_attributes to pm gcc
1 parent 3af0fae commit 9b4304d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

mache/spack/pm-cpu_gnu_mpich.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ spack:
105105
- craype-accel-host
106106
- craype/2.7.30
107107
- libfabric/1.20.1
108+
extra_attributes:
109+
compilers:
110+
c: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/gcc
111+
cxx: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/g++
112+
fortran: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/gfortran
108113
buildable: false
109114
cray-mpich:
110115
externals:

mache/spack/pm-gpu_gnugpu_mpich.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ spack:
106106
- libfabric/1.20.1
107107
- craype/2.7.30
108108
- cudatoolkit/12.4
109+
extra_attributes:
110+
compilers:
111+
c: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/gcc
112+
cxx: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/g++
113+
fortran: /opt/spack/linux-centos8-x86_64/gcc-9.3.0/gcc-11.2.0-bgddrif/bin/gfortran
109114
buildable: false
110115
cuda:
111116
externals:

0 commit comments

Comments
 (0)