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:
|
- compiler:
|
||||||
spec: cce@=18.0.0
|
spec: cce@=18.0.0
|
||||||
paths:
|
paths:
|
||||||
cc: /opt/cray/pe/cce/18.0.0/bin/craycc
|
cc: cc
|
||||||
cxx: /opt/cray/pe/cce/18.0.0/bin/crayCC
|
cxx: CC
|
||||||
f77: /opt/cray/pe/cce/18.0.0/bin/crayftn
|
f77: ftn
|
||||||
fc: /opt/cray/pe/cce/18.0.0/bin/crayftn
|
fc: ftn
|
||||||
flags: {}
|
flags: {}
|
||||||
operating_system: sles15
|
operating_system: sles15
|
||||||
target: x86_64
|
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: {}
|
environment: {}
|
||||||
extra_rpaths: []
|
extra_rpaths: []
|
||||||
- compiler:
|
- compiler:
|
||||||
|
@ -25,16 +42,4 @@ compilers:
|
||||||
modules: []
|
modules: []
|
||||||
environment: {}
|
environment: {}
|
||||||
extra_rpaths: []
|
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