summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray/spack.yaml
blob: ef644a4fb139633c7a1857b01f66e77ae51244cd (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
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
spack:
  view: false

  concretizer:
    reuse: false
    unify: false

  compilers:
  - compiler:
      spec: cce@15.0.1
      paths:
        cc: cc
        cxx: CC
        f77: ftn
        fc: ftn
      flags: {}
      operating_system: rhel8
      target: any
      modules:
      - PrgEnv-cray/8.3.3
      - cce/15.0.1
      environment:
        set:
          MACHTYPE: x86_64
  - compiler:
      spec: gcc@11.2.0
      paths:
        cc: gcc
        cxx: g++
        f77: gfortran
        fc: gfortran
      flags: {}
      operating_system: rhel8
      target: any
      modules:
      - PrgEnv-gnu
      - gcc/11.2.0
      environment: {}

  packages:
    all:
      require: '%cce@15.0.1'
      compiler: [cce@15.0.1]
      providers:
        blas: [cray-libsci]
        lapack: [cray-libsci]
        mpi: [cray-mpich]
        tbb: [intel-tbb]
        scalapack: [netlib-scalapack]
      target: [zen4]
      variants: +mpi

    binutils:
      variants: +ld +gold +headers +libiberty ~nls
    hdf5:
      variants: +fortran +hl +shared
    libunwind:
      variants: +pic +xz
    ncurses:
      require: '@6.3 +termlib'
    openblas:
      require: '@0.3.20'
      variants: threads=openmp
    xz:
      variants: +pic
    elfutils:
      variants: +bzip2 ~nls +xz
      require: '%gcc'
    unzip:
      require: '%gcc'

    # EXTERNALS
    cray-mpich:
      buildable: false
      externals:
      - spec: cray-mpich@8.1.25 %cce@15.0.1
        prefix: /opt/cray/pe/mpich/8.1.25/ofi/cray/10.0
        modules:
        - cray-mpich/8.1.25
    cray-libsci:
      buildable: false
      externals:
      - spec: cray-libsci@23.02.1.1 %cce@15.0.1
        prefix: /opt/cray/pe/libsci/23.02.1.1/CRAY/9.0/x86_64/
        modules:
        - cray-libsci/23.02.1.1

  specs:
  - adios2
  - amrex
  - butterflypack
  - conduit
  - flux-core
  - h5bench
  - hdf5-vol-async
  - hdf5-vol-cache
  - hdf5-vol-log
  - hypre
  - kokkos
  - kokkos-kernels
  - legion
  - mfem
  - petsc
  - py-petsc4py
  - raja
  - slepc
  - superlu-dist
  - tau

  mirrors: { "mirror": "s3://spack-binaries-cray/develop/e4s-cray" }

  cdash:
    build-group: E4S Cray