Define compilers in terms of CPE wrappers and modules

This commit is contained in:
Jose Gracia 2024-07-01 09:29:51 -05:00
parent 9dd9c29847
commit 9347a7a8ef

View file

@ -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: []