forked from chpc-uofu/spack-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompilers.yaml
118 lines (118 loc) · 3.93 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
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:
spec: [email protected]
paths:
cc: /usr/bin/gcc44
cxx: /usr/bin/g++44
f77:
fc:
flags: {}
operating_system: centos7
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
cc: /uufs/chpc.utah.edu/sys/installdir/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/icc
cxx: /uufs/chpc.utah.edu/sys/installdir/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/icpc
f77: /uufs/chpc.utah.edu/sys/installdir/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/ifort
fc: /uufs/chpc.utah.edu/sys/installdir/intel/compilers_and_libraries_2019.5.281/linux/bin/intel64/ifort
flags: {}
operating_system: centos7
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
cc: /uufs/chpc.utah.edu/sys/installdir/intel/2021.1.0.2659/compiler/2021.1.1/linux/bin/intel64/icc
cxx: /uufs/chpc.utah.edu/sys/installdir/intel/2021.1.0.2659/compiler/2021.1.1/linux/bin/intel64/icpc
f77: /uufs/chpc.utah.edu/sys/installdir/intel/2021.1.0.2659/compiler/2021.1.1/linux/bin/intel64/ifort
fc: /uufs/chpc.utah.edu/sys/installdir/intel/2021.1.0.2659/compiler/2021.1.1/linux/bin/intel64/ifort
flags: {}
operating_system: centos7
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
cc: /uufs/chpc.utah.edu/sys/installdir/pgi/19.9/linux86-64/19.9/bin/pgcc
cxx: /uufs/chpc.utah.edu/sys/installdir/pgi/19.9/linux86-64/19.9/bin/pgc++
f77: /uufs/chpc.utah.edu/sys/installdir/pgi/19.9/linux86-64/19.9/bin/pgfortran
fc: /uufs/chpc.utah.edu/sys/installdir/pgi/19.9/linux86-64/19.9/bin/pgfortran
flags: {}
operating_system: centos7
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
cc: /uufs/chpc.utah.edu/sys/installdir/nvidia/Linux_x86_64/20.11/compilers/bin/nvc
cxx: /uufs/chpc.utah.edu/sys/installdir/nvidia/Linux_x86_64/20.11/compilers/bin/nvc++
f77: /uufs/chpc.utah.edu/sys/installdir/nvidia/Linux_x86_64/20.11/compilers/bin/nvfortran
fc: /uufs/chpc.utah.edu/sys/installdir/nvidia/Linux_x86_64/20.11/compilers/bin/nvfortran
flags: {}
operating_system: centos7
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
cc: /uufs/chpc.utah.edu/sys/installdir/gcc/10.2.0/bin/gcc
cxx: /uufs/chpc.utah.edu/sys/installdir/gcc/10.2.0/bin/g++
f77: /uufs/chpc.utah.edu/sys/installdir/gcc/10.2.0/bin/gfortran
fc: /uufs/chpc.utah.edu/sys/installdir/gcc/10.2.0/bin/gfortran
flags: {}
operating_system: centos7
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
cc: /uufs/chpc.utah.edu/sys/installdir/gcc/9.2.0/bin/gcc
cxx: /uufs/chpc.utah.edu/sys/installdir/gcc/9.2.0/bin/g++
f77: /uufs/chpc.utah.edu/sys/installdir/gcc/9.2.0/bin/gfortran
fc: /uufs/chpc.utah.edu/sys/installdir/gcc/9.2.0/bin/gfortran
flags: {}
operating_system: centos7
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
cc: /uufs/chpc.utah.edu/sys/installdir/gcc/8.3.0/bin/gcc
cxx: /uufs/chpc.utah.edu/sys/installdir/gcc/8.3.0/bin/g++
f77: /uufs/chpc.utah.edu/sys/installdir/gcc/8.3.0/bin/gfortran
fc: /uufs/chpc.utah.edu/sys/installdir/gcc/8.3.0/bin/gfortran
flags: {}
operating_system: centos7
target: x86_64
modules: []
environment: {}
extra_rpaths: []