diff options
author | kwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com> | 2023-01-13 12:41:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 12:41:57 -0600 |
commit | 229ee7cad9af24e55be007710edb475edf9ec5bb (patch) | |
tree | d3e55d6531118ed33fd9757f9504de92764bd3bc /share | |
parent | 85e2fb0c4dcc35c70cb4b521a7c411800ab541b4 (diff) | |
download | spack-229ee7cad9af24e55be007710edb475edf9ec5bb.tar.gz spack-229ee7cad9af24e55be007710edb475edf9ec5bb.tar.bz2 spack-229ee7cad9af24e55be007710edb475edf9ec5bb.tar.xz spack-229ee7cad9af24e55be007710edb475edf9ec5bb.zip |
Paraview rocm (#34790)
* paraview: add `rocm` variant
This conflicts with CUDA and requires at least ParaView 5.11.0. More
dependencies are also needed.
* E4S: Add ParaView for ROCm and CUDA stacks
* DAV SDK: Update ParaView version and GPU variants
* Verify using hipcc vs amdclang++ for newer hip
Co-authored-by: Ben Boeckel <ben.boeckel@kitware.com>
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index 087d4671fd..5a400f90fd 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -42,6 +42,9 @@ spack: variants: +termlib openblas: variants: threads=openmp + paraview: + # Don't build GUI support or GLX rendering for HPC/container deployments + require: "@5.11 ~qt+osmesa" python: version: [3.8.13] trilinos: @@ -160,8 +163,8 @@ spack: - caliper +cuda - chai ~benchmarks ~tests +cuda ^umpire@6.0.0 ~shared - dealii +cuda - - ecp-data-vis-sdk +cuda - +adios2 +hdf5 +vtkm +zfp + - ecp-data-vis-sdk +cuda cuda_arch=80 + +adios2 +hdf5 +paraview +vtkm +zfp # Removing ascent because Dray is hung in CI. # +ascent - flecsi +cuda @@ -196,8 +199,8 @@ spack: - cabana +rocm - caliper +rocm - chai ~benchmarks +rocm - - ecp-data-vis-sdk +rocm - +vtkm + - ecp-data-vis-sdk +rocm amdgpu_target=gfx90a + +paraview +vtkm - gasnet +rocm - ginkgo +rocm - heffte +rocm |