Add compilers for Hawk as of release/23.1.0
This commit is contained in:
parent
b35f394e23
commit
3c4240e83f
2 changed files with 44 additions and 0 deletions
43
config-hlrs/compilers.yaml
Normal file
43
config-hlrs/compilers.yaml
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
compilers:
|
||||||
|
- compiler:
|
||||||
|
spec: aocc@=4.1.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
|
||||||
|
flags: {}
|
||||||
|
operating_system: rocky8
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
- compiler:
|
||||||
|
spec: gcc@=8.5.0
|
||||||
|
paths:
|
||||||
|
cc: /usr/bin/gcc
|
||||||
|
cxx: /usr/bin/g++
|
||||||
|
f77: /usr/bin/gfortran
|
||||||
|
fc: /usr/bin/gfortran
|
||||||
|
flags: {}
|
||||||
|
operating_system: rocky8
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
|
@ -1,5 +1,6 @@
|
||||||
packages:
|
packages:
|
||||||
all:
|
all:
|
||||||
|
compiler: [gcc@12.3.0, aocc@4.1.0]
|
||||||
providers:
|
providers:
|
||||||
pkgconfig: [pkgconf]
|
pkgconfig: [pkgconf]
|
||||||
binutils:
|
binutils:
|
||||||
|
|
Loading…
Reference in a new issue