Add redoak CPE 24.03 compilers

This commit is contained in:
Jose Gracia 2024-06-26 04:03:53 -05:00
parent b9ee619e79
commit 0f89706e95

View file

@ -1,42 +1,39 @@
compilers: compilers:
- compiler: - compiler:
spec: aocc@=4.1.0 spec: cce@=18.0.0
paths: paths:
cc: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/clang cc: /opt/cray/pe/cce/18.0.0/bin/craycc
cxx: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/clang++ cxx: /opt/cray/pe/cce/18.0.0/bin/crayCC
f77: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/flang f77: /opt/cray/pe/cce/18.0.0/bin/crayftn
fc: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/flang fc: /opt/cray/pe/cce/18.0.0/bin/crayftn
flags:
cflags: null
cxxflags: null
fflags: null
operating_system: rocky8
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: gcc@=12.3.0
paths:
cc: /opt/hlrs/non-spack/release/23.1.0/compiler/gcc/12.3.0/bin/gcc
cxx: /opt/hlrs/non-spack/release/23.1.0/compiler/gcc/12.3.0/bin/g++
f77: /opt/hlrs/non-spack/release/23.1.0/compiler/gcc/12.3.0/bin/gfortran
fc: /opt/hlrs/non-spack/release/23.1.0/compiler/gcc/12.3.0/bin/gfortran
flags: {} flags: {}
operating_system: rocky8 operating_system: sles15
target: x86_64 target: x86_64
modules: [] modules: []
environment: {} environment: {}
extra_rpaths: [] extra_rpaths: []
- compiler: - compiler:
spec: gcc@=8.5.0 spec: gcc@=7.5.0
paths: paths:
cc: /usr/bin/gcc cc: /usr/bin/gcc
cxx: /usr/bin/g++ cxx: /usr/bin/g++
f77: /usr/bin/gfortran f77: /usr/bin/gfortran
fc: /usr/bin/gfortran fc: /usr/bin/gfortran
flags: {} flags: {}
operating_system: rocky8 operating_system: sles15
target: x86_64
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 target: x86_64
modules: [] modules: []
environment: {} environment: {}