summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/stacks/radiuss-aws/spack.yaml
blob: c5d478fa942a989afb854c48b6fcd0fc30ad60e8 (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
spack:
  view: false
  packages:
    all:
      providers:
        blas:
          - openblas
        mkl:
          - intel-oneapi-mkl
        mpi:
          - openmpi
          - mpich
      variants: +mpi cuda_arch=70

  definitions:
  - radiuss:
    - ascent
    - blt
    - caliper
    - caliper +cuda
    - camp
    - camp +cuda
    - chai
    - chai +cuda +raja
    - mfem
    - mfem +superlu-dist+petsc+sundials
    - mfem +cuda ^hypre+cuda
    - raja
    - raja +cuda
    - umpire 
    - umpire +cuda

  - compiler:
    - '%gcc@7.3.1'

  - target:
    - 'target=x86_64_v3'

  specs:

  - matrix:
    - - $radiuss
    - - $compiler
    - - $target

  mirrors: { "mirror": "s3://spack-binaries/develop/radiuss-aws" }

  ci:
    pipeline-gen:
    - build-job:
        image: { "name": "ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21", "entrypoint": [""] }

  cdash:
    build-group: RADIUSS AWS Packages