diff --git a/config-hlrs/compilers.yaml b/config-hlrs/compilers.yaml index bec1b9c..268dc60 100644 --- a/config-hlrs/compilers.yaml +++ b/config-hlrs/compilers.yaml @@ -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: [] +