diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2023-08-09 11:25:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 11:25:43 -0700 |
commit | 7d444038ee0d8af42c954aeec445137f45a639a8 (patch) | |
tree | f205dea4a7628f0aaaceb083e2233ee5405c8058 /share | |
parent | c24471834b494d756fee3bffc90a49e5eeee90d7 (diff) | |
download | spack-7d444038ee0d8af42c954aeec445137f45a639a8.tar.gz spack-7d444038ee0d8af42c954aeec445137f45a639a8.tar.bz2 spack-7d444038ee0d8af42c954aeec445137f45a639a8.tar.xz spack-7d444038ee0d8af42c954aeec445137f45a639a8.zip |
AMReX: 23.06+ Multi-Dim Support (#37695)
* AMReX: 23.06+ Multi-Dim Support
This updated the Spack package to allow to install AMReX, modules of
AMReX in E4S deployments and dependent packages with support for
multiple dimensions. Due to an upstream change in AMReX, we do not
longer need to ship three, binary incompatible package variants.
* [E4S] oneAPI AMReX < 23.06 Variant
Work-around the auto-concretization to the multi-dim of `dimensions`,
which only in 23.06+ became a multi-variant.
* e4s cray rhel ci: temporarily disable amrex build until spurious ci failure can be resolved
---------
Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml | 3 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml index aa756a6e6a..8983073c82 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml @@ -42,7 +42,6 @@ spack: specs: - adios2 - - amrex - butterflypack - conduit - flux-core @@ -62,6 +61,8 @@ spack: - superlu-dist - tau + # - amrex # disabled temporarily pending resolution of unreproducible CI failure + mirrors: { "mirror": "s3://spack-binaries-cray/develop/e4s-cray-rhel" } cdash: diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml index 738500cb12..07291c2ca1 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -224,7 +224,7 @@ spack: # GPU - aml +ze - - amrex +sycl + - amrex +sycl dimensions=3 - arborx +sycl ^kokkos +sycl +openmp std=17 +tests +examples - cabana +sycl ^kokkos +sycl +openmp std=17 +tests +examples - kokkos +sycl +openmp std=17 +tests +examples @@ -248,4 +248,4 @@ spack: image: ecpe4s/ubuntu20.04-runner-x86_64-oneapi:2023.07.21 cdash: - build-group: E4S OneAPI
\ No newline at end of file + build-group: E4S OneAPI |