Define compilers in terms of CPE wrappers and modules
This commit is contained in:
parent
9dd9c29847
commit
9347a7a8ef
1 changed files with 23 additions and 18 deletions
|
@ -2,14 +2,31 @@ compilers:
|
|||
- compiler:
|
||||
spec: cce@=18.0.0
|
||||
paths:
|
||||
cc: /opt/cray/pe/cce/18.0.0/bin/craycc
|
||||
cxx: /opt/cray/pe/cce/18.0.0/bin/crayCC
|
||||
f77: /opt/cray/pe/cce/18.0.0/bin/crayftn
|
||||
fc: /opt/cray/pe/cce/18.0.0/bin/crayftn
|
||||
cc: cc
|
||||
cxx: CC
|
||||
f77: ftn
|
||||
fc: ftn
|
||||
flags: {}
|
||||
operating_system: sles15
|
||||
target: x86_64
|
||||
modules: []
|
||||
modules:
|
||||
- PrgEnv-cray
|
||||
- cce/18.0
|
||||
environment: {}
|
||||
extra_rpaths: []
|
||||
- compiler:
|
||||
spec: gcc@=13.2.1
|
||||
paths:
|
||||
cc: cc
|
||||
cxx: CC
|
||||
f77: ftn
|
||||
fc: ftn
|
||||
flags: {}
|
||||
operating_system: sles15
|
||||
target: x86_64
|
||||
modules:
|
||||
- PrgEnv-gnu
|
||||
- gcc-native/13.2
|
||||
environment: {}
|
||||
extra_rpaths: []
|
||||
- compiler:
|
||||
|
@ -25,16 +42,4 @@ compilers:
|
|||
modules: []
|
||||
environment: {}
|
||||
extra_rpaths: []
|
||||
- compiler:
|
||||
spec: gcc@=13.2.1
|
||||
paths:
|
||||
cc: /opt/cray/pe/gcc-native/13/bin/gcc
|
||||
cxx: /opt/cray/pe/gcc-native/13/bin/g++
|
||||
f77: /opt/cray/pe/gcc-native/13/bin/gfortran
|
||||
fc: /opt/cray/pe/gcc-native/13/bin/gfortran
|
||||
flags: {}
|
||||
operating_system: sles15
|
||||
target: x86_64
|
||||
modules: []
|
||||
environment: {}
|
||||
extra_rpaths: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue