hlrs-spack/config-hlrs/compilers.yaml

41 lines
982 B
YAML
Raw Normal View History

compilers:
- compiler:
2024-06-26 09:03:53 +00:00
spec: cce@=18.0.0
paths:
2024-06-26 09:03:53 +00:00
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
flags: {}
operating_system: sles15
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
2024-06-26 09:03:53 +00:00
spec: gcc@=7.5.0
paths:
2024-06-26 09:03:53 +00:00
cc: /usr/bin/gcc
cxx: /usr/bin/g++
f77: /usr/bin/gfortran
fc: /usr/bin/gfortran
flags: {}
2024-06-26 09:03:53 +00:00
operating_system: sles15
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
2024-06-26 09:03:53 +00:00
spec: gcc@=13.2.1
paths:
2024-06-26 09:03:53 +00:00
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: {}
2024-06-26 09:03:53 +00:00
operating_system: sles15
target: x86_64
modules: []
environment: {}
extra_rpaths: []