-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompilers.yaml
40 lines (40 loc) · 1.34 KB
/
compilers.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
compilers:
- compiler:
environment: {}
extra_rpaths: []
flags: {}
modules: []
operating_system: rocky8
paths:
cc: /p/software/jusuf/stages/2022/software/GCCcore/11.2.0/bin/gcc
cxx: /p/software/jusuf/stages/2022/software/GCCcore/11.2.0/bin/g++
f77: /p/software/jusuf/stages/2022/software/GCCcore/11.2.0/bin/gfortran
fc: /p/software/jusuf/stages/2022/software/GCCcore/11.2.0/bin/gfortran
spec: [email protected]
target: x86_64
- compiler:
environment: {}
extra_rpaths: []
flags: {}
modules: []
operating_system: rocky8
paths:
cc: /usr/bin/gcc
cxx: /usr/bin/g++
f77: /usr/bin/gfortran
fc: /usr/bin/gfortran
spec: [email protected]
target: x86_64
- compiler:
environment: {}
extra_rpaths: []
flags: {}
modules: []
operating_system: rocky8
paths:
cc: /p/software/jusuf/stages/2022/software/intel-compilers/2021.4.0/compiler/2021.4.0/linux/bin/intel64/icc
cxx: /p/software/jusuf/stages/2022/software/intel-compilers/2021.4.0/compiler/2021.4.0/linux/bin/intel64/icpc
f77: /p/software/jusuf/stages/2022/software/intel-compilers/2021.4.0/compiler/2021.4.0/linux/bin/intel64/ifort
fc: /p/software/jusuf/stages/2022/software/intel-compilers/2021.4.0/compiler/2021.4.0/linux/bin/intel64/ifort
spec: [email protected]
target: x86_64