-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathcompilers.yaml
32 lines (32 loc) · 968 Bytes
/
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
compilers:
- compiler:
spec: intel@2021.3.0
paths:
cc: /apps/oneapi/compiler/2021.3.0/linux/bin/intel64/icc
cxx: /apps/oneapi/compiler/2021.3.0/linux/bin/intel64/icpc
f77: /apps/oneapi/compiler/2021.3.0/linux/bin/intel64/ifort
fc: /apps/oneapi/compiler/2021.3.0/linux/bin/intel64/ifort
flags: {}
operating_system: centos7
target: x86_64
modules:
- intel/2021.3.0
environment:
prepend_path:
PATH: '/apps/gnu/gcc-9.2.0/bin'
LD_LIBRARY_PATH: '/apps/oneapi/compiler/2021.3.0/linux/compiler/lib/intel64_lin:/apps/gnu/gcc-9.2.0/lib64'
extra_rpaths: []
- compiler:
spec: gcc@9.2.0
paths:
cc: /apps/gnu/gcc-9.2.0/bin/gcc
cxx: /apps/gnu/gcc-9.2.0/bin/g++
f77: /apps/gnu/gcc-9.2.0/bin/gfortran
fc: /apps/gnu/gcc-9.2.0/bin/gfortran
flags: {}
operating_system: centos7
target: x86_64
modules:
- gnu/9.2.0
environment: {}
extra_rpaths: []