diff options
author | Cristian Di Pietrantonio <cristiandipietrantonio@gmail.com> | 2023-08-11 15:18:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 07:18:02 +0000 |
commit | 09ca71dbe0e30ddc35f8ace58026e0fc648bae98 (patch) | |
tree | 4dda842ca0e1846608febfb334fdee11e248d03e /share | |
parent | ea082539e43eaaa489b4bc68f1c823bd6fa278c8 (diff) | |
download | spack-09ca71dbe0e30ddc35f8ace58026e0fc648bae98.tar.gz spack-09ca71dbe0e30ddc35f8ace58026e0fc648bae98.tar.bz2 spack-09ca71dbe0e30ddc35f8ace58026e0fc648bae98.tar.xz spack-09ca71dbe0e30ddc35f8ace58026e0fc648bae98.zip |
kokkos: rename 'std' variant to 'cxxstd'. (#39319)
Co-authored-by: Cristian Di Pietrantonio <cdipietrantonio@pawsey.org.au>
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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 07291c2ca1..cd94ce6856 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -225,10 +225,10 @@ spack: # GPU - aml +ze - 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 - - kokkos-kernels build_type=Release %oneapi ^kokkos +sycl +openmp std=17 +tests +examples + - arborx +sycl ^kokkos +sycl +openmp cxxstd=17 +tests +examples + - cabana +sycl ^kokkos +sycl +openmp cxxstd=17 +tests +examples + - kokkos +sycl +openmp cxxstd=17 +tests +examples + - kokkos-kernels build_type=Release %oneapi ^kokkos +sycl +openmp cxxstd=17 +tests +examples # -- # - ginkgo +oneapi # InstallError: Ginkgo's oneAPI backend requires theDPC++ compiler as main CXX compiler. # - hpctoolkit +level_zero # intel-tbb: icpx: error: unknown argument: '-flifetime-dse=1' |