diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2022-10-20 14:26:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 14:26:18 -0700 |
commit | 1e4732d5fed8bdf35808c658ced2749c325efa33 (patch) | |
tree | 0d4a6e4e04f7b92a98a54368ed64c5d72a518246 /share | |
parent | 9621b2bb3b226cc887c2a7a5b04e85e24c466f1a (diff) | |
download | spack-1e4732d5fed8bdf35808c658ced2749c325efa33.tar.gz spack-1e4732d5fed8bdf35808c658ced2749c325efa33.tar.bz2 spack-1e4732d5fed8bdf35808c658ced2749c325efa33.tar.xz spack-1e4732d5fed8bdf35808c658ced2749c325efa33.zip |
e4s ci: add raja +rocm (#32505)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index 6465229ba9..d4e86386bc 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -216,6 +216,7 @@ spack: - magma ~cuda +rocm amdgpu_target=gfx90a - papi +rocm amdgpu_target=gfx90a - petsc +rocm amdgpu_target=gfx90a + - raja ~openmp +rocm amdgpu_target=gfx90a - slate +rocm amdgpu_target=gfx90a - slepc +rocm amdgpu_target=gfx90a ^petsc +rocm amdgpu_target=gfx90a - strumpack ~slate +rocm amdgpu_target=gfx90a @@ -244,7 +245,6 @@ spack: # ROCm failures #- chai ~benchmarks +rocm amdgpu_target=gfx90a # umpire: Target "blt_hip" INTERFACE_INCLUDE_DIRECTORIES property contains path: "/tmp/root/spack-stage/spack-stage-umpire-2022.03.1-by6rldnpdowaaoqgxkeqejwyx5uxo2sv/spack-src/HIP_CLANG_INCLUDE_PATH-NOTFOUND/.." which is prefixed in the source directory. - #- raja ~openmp +rocm amdgpu_target=gfx90a # cmake: Could NOT find ROCPRIM (missing: ROCPRIM_INCLUDE_DIRS) mirrors: { "mirror": "s3://spack-binaries/develop/e4s" } |