diff --git a/config-hlrs/compilers.yaml b/config-hlrs/compilers.yaml index 703753d..bec1b9c 100644 --- a/config-hlrs/compilers.yaml +++ b/config-hlrs/compilers.yaml @@ -1,42 +1,39 @@ compilers: - compiler: - spec: aocc@=4.1.0 + spec: cce@=18.0.0 paths: - cc: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/clang - cxx: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/clang++ - f77: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/flang - fc: /opt/hlrs/non-spack/release/23.1.0/compiler/aocc/4.1.0/bin/flang - 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 + 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: rocky8 + operating_system: sles15 target: x86_64 modules: [] environment: {} extra_rpaths: [] - compiler: - spec: gcc@=8.5.0 + spec: gcc@=7.5.0 paths: cc: /usr/bin/gcc cxx: /usr/bin/g++ f77: /usr/bin/gfortran fc: /usr/bin/gfortran 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 modules: [] environment: {}