-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompilers.yaml
53 lines (53 loc) · 1.66 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
41
42
43
44
45
46
47
48
49
50
51
52
53
compilers:
- compiler:
environment: {}
extra_rpaths: []
flags: {}
modules: []
operating_system: centos7
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: [gcc-9.2.0]
operating_system: centos7
paths:
cc: /opt/gcc-9.2.0/bin/gcc
cxx: /opt/gcc-9.2.0/bin/g++
f77: /opt/gcc-9.2.0/bin/gfortran
fc: /opt/gcc-9.2.0/bin/gfortran
spec: [email protected]
target: x86_64
#- compiler:
# paths:
# cc: /shared/intel/compilers_and_libraries_2018.5.274/linux/bin/intel64/icc
# cxx: /shared/intel/compilers_and_libraries_2018.5.274/linux/bin/intel64/icpc
# f77: /shared/intel/compilers_and_libraries_2018.5.274/linux/bin/intel64/ifort
# fc: /shared/intel/compilers_and_libraries_2018.5.274/linux/bin/intel64/ifort
# operating_system: centos7
# target: x86_64
# modules: []
# environment: {}
# extra_rpaths: ['/shared/intel/compilers_and_libraries_2018.5.274/linux/compiler/lib/intel64_lin']
# flags: {}
# spec: [email protected]
#- compiler:
# paths:
# cc: /shared/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/icc
## cxx: /shared/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc
# f77: /shared/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/ifort
# fc: /shared/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/ifort
## operating_system: centos7
# target: x86_64
# modules: []
# environment: {}
# extra_rpaths: []
# flags: {}
# spec: [email protected]