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>
This commit is contained in:
@@ -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:
|
||||
|
@@ -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
|
||||
build-group: E4S OneAPI
|
||||
|
Reference in New Issue
Block a user