Skip to content

Commit 52321b1

Browse files
altheadenxylar
authored andcommitted
Add extra_attributes to pm gcc
1 parent bdc013c commit 52321b1

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: cc
111+
cxx: CC
112+
fortran: ftn
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: cc
112+
cxx: CC
113+
fortran: ftn
109114
buildable: false
110115
cuda:
111116
externals:

0 commit comments

Comments
 (0)