ADD: compilers.yaml
This commit is contained in:
92
env/merlin/sysconfigs/compilers.yaml
vendored
Normal file
92
env/merlin/sysconfigs/compilers.yaml
vendored
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
compilers:
|
||||||
|
- compiler:
|
||||||
|
spec: gcc@4.8.5
|
||||||
|
paths:
|
||||||
|
cc: /usr/bin/gcc
|
||||||
|
cxx: /usr/bin/g++
|
||||||
|
f77: /usr/bin/gfortran
|
||||||
|
fc: /usr/bin/gfortran
|
||||||
|
flags: {}
|
||||||
|
operating_system: rhel7
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
- compiler:
|
||||||
|
spec: dpcpp@2022.1.0
|
||||||
|
paths:
|
||||||
|
cc: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/icx
|
||||||
|
cxx: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/dpcpp
|
||||||
|
f77: /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
|
||||||
|
flags: {}
|
||||||
|
operating_system: rhel7
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
- compiler:
|
||||||
|
spec: gcc@9.3.0
|
||||||
|
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
|
||||||
|
flags: {}
|
||||||
|
operating_system: rhel7
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
- compiler:
|
||||||
|
spec: intel@2021.6.0
|
||||||
|
paths:
|
||||||
|
cc: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/intel64/icc
|
||||||
|
cxx: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/intel64/icpc
|
||||||
|
f77: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/intel64/ifort
|
||||||
|
fc: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/intel64/ifort
|
||||||
|
flags: {}
|
||||||
|
operating_system: rhel7
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
- compiler:
|
||||||
|
spec: oneapi@2022.1.0
|
||||||
|
paths:
|
||||||
|
cc: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/icx
|
||||||
|
cxx: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/icpx
|
||||||
|
f77: /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
|
||||||
|
flags: {}
|
||||||
|
operating_system: rhel7
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
- compiler:
|
||||||
|
spec: gcc@9.5.0
|
||||||
|
paths:
|
||||||
|
cc: /opt/psi/Programming/gcc/9.5.0/bin/gcc
|
||||||
|
cxx: /opt/psi/Programming/gcc/9.5.0/bin/g++
|
||||||
|
f77: /opt/psi/Programming/gcc/9.5.0/bin/gfortran
|
||||||
|
fc: /opt/psi/Programming/gcc/9.5.0/bin/gfortran
|
||||||
|
flags: {}
|
||||||
|
operating_system: rhel7
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
- compiler:
|
||||||
|
spec: nvhpc@21.5
|
||||||
|
paths:
|
||||||
|
cc: /opt/psi/Programming/pgi/21.5/Linux_x86_64/21.5/compilers/bin/nvc
|
||||||
|
cxx: /opt/psi/Programming/pgi/21.5/Linux_x86_64/21.5/compilers/bin/nvc++
|
||||||
|
f77: /opt/psi/Programming/pgi/21.5/Linux_x86_64/21.5/compilers/bin/nvfortran
|
||||||
|
fc: /opt/psi/Programming/pgi/21.5/Linux_x86_64/21.5/compilers/bin/nvfortran
|
||||||
|
flags: {}
|
||||||
|
operating_system: rhel7
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
Reference in New Issue
Block a user