summaryrefslogtreecommitdiff
path: root/var/spack/mock_configs/site_spackconfig/compilers.yaml
blob: 5f8b38007bb9f466b554e9e45e5c752129bfd414 (plain) (blame)
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:
  all:
    clang@3.3:
      cc: /path/to/clang
      cxx: /path/to/clang++
      f77: None
      fc: None
      modules: None
      strategy: PATH
    gcc@4.5.0:
      cc: /path/to/gcc
      cxx: /path/to/g++
      f77: /path/to/gfortran
      fc: /path/to/gfortran
      modules: None
      strategy: PATH
    gcc@5.2.0:
      cc: cc
      cxx: CC
      f77: ftn
      fc: ftn
      modules:
        - PrgEnv-gnu
        - gcc/5.2.0
      strategy: MODULES
    intel@15.0.1:
      cc: cc
      ccx: CC
      f77: ftn
      fc: ftn
      modules:
      - PrgEnv-intel
      - intel/15.0.1
      strategy: MODULES
    intel@15.1.2:
      cc: /path/to/icc
      cxx: /path/to/ic++
      f77: /path/to/ifort
      fc: /path/to/ifort
      strategy: PATH