FIX: add newest compiler & Clang compiler
This commit is contained in:
49
env/merlin/sysconfigs/compilers.yaml
vendored
49
env/merlin/sysconfigs/compilers.yaml
vendored
@ -1,18 +1,5 @@
|
|||||||
---
|
---
|
||||||
compilers:
|
compilers:
|
||||||
- compiler:
|
|
||||||
environment: {}
|
|
||||||
extra_rpaths: []
|
|
||||||
flags: {}
|
|
||||||
modules: []
|
|
||||||
operating_system: rhel7
|
|
||||||
paths:
|
|
||||||
cc: /usr/bin/gcc
|
|
||||||
cxx: /usr/bin/g++
|
|
||||||
f77: /usr/bin/gfortran
|
|
||||||
fc: /usr/bin/gfortran
|
|
||||||
spec: gcc@4.8.5
|
|
||||||
target: x86_64
|
|
||||||
- compiler:
|
- compiler:
|
||||||
environment: {}
|
environment: {}
|
||||||
extra_rpaths: []
|
extra_rpaths: []
|
||||||
@ -26,19 +13,6 @@ compilers:
|
|||||||
fc: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/ifx
|
fc: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/ifx
|
||||||
spec: dpcpp@2022.1.0
|
spec: dpcpp@2022.1.0
|
||||||
target: x86_64
|
target: x86_64
|
||||||
- compiler:
|
|
||||||
environment: {}
|
|
||||||
extra_rpaths: []
|
|
||||||
flags: {}
|
|
||||||
modules: []
|
|
||||||
operating_system: rhel7
|
|
||||||
paths:
|
|
||||||
cc: /opt/psi/Programming/gcc/9.3.0/bin/gcc
|
|
||||||
cxx: /opt/psi/Programming/gcc/9.3.0/bin/g++
|
|
||||||
f77: /opt/psi/Programming/gcc/9.3.0/bin/gfortran
|
|
||||||
fc: /opt/psi/Programming/gcc/9.3.0/bin/gfortran
|
|
||||||
spec: gcc@9.3.0
|
|
||||||
target: x86_64
|
|
||||||
- compiler:
|
- compiler:
|
||||||
environment: {}
|
environment: {}
|
||||||
extra_rpaths: []
|
extra_rpaths: []
|
||||||
@ -72,11 +46,24 @@ compilers:
|
|||||||
modules: []
|
modules: []
|
||||||
operating_system: rhel7
|
operating_system: rhel7
|
||||||
paths:
|
paths:
|
||||||
cc: /opt/psi/Programming/gcc/9.5.0/bin/gcc
|
cc: /opt/psi/Programming/gcc/12.1.0/bin/gcc
|
||||||
cxx: /opt/psi/Programming/gcc/9.5.0/bin/g++
|
cxx: /opt/psi/Programming/gcc/12.1.0/bin/g++
|
||||||
f77: /opt/psi/Programming/gcc/9.5.0/bin/gfortran
|
f77: /opt/psi/Programming/gcc/12.1.0/bin/gfortran
|
||||||
fc: /opt/psi/Programming/gcc/9.5.0/bin/gfortran
|
fc: /opt/psi/Programming/gcc/12.1.0/bin/gfortran
|
||||||
spec: gcc@9.5.0
|
spec: gcc@12.1.0
|
||||||
|
target: x86_64
|
||||||
|
- compiler:
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
flags: {}
|
||||||
|
modules: []
|
||||||
|
operating_system: rhel7
|
||||||
|
paths:
|
||||||
|
cc: /opt/psi/Programming/clang/12.0.0_rhel7/bin/clang
|
||||||
|
cxx: /opt/psi/Programming/clang/12.0.0_rhel7/bin/clang++
|
||||||
|
f77: null
|
||||||
|
fc: null
|
||||||
|
spec: clang@12.0.0
|
||||||
target: x86_64
|
target: x86_64
|
||||||
- compiler:
|
- compiler:
|
||||||
environment: {}
|
environment: {}
|
||||||
|
Reference in New Issue
Block a user