diff options
author | G-Ragghianti <33492707+G-Ragghianti@users.noreply.github.com> | 2023-10-02 10:35:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 07:35:00 -0700 |
commit | 1b75651af6e84cd8ad41bbd0257ab16e09389eec (patch) | |
tree | 597452fc272fbb370d7eee44cef45ac8af7008b5 /share | |
parent | b3e3604f461824e90b222babc0fd8c343c316833 (diff) | |
download | spack-1b75651af6e84cd8ad41bbd0257ab16e09389eec.tar.gz spack-1b75651af6e84cd8ad41bbd0257ab16e09389eec.tar.bz2 spack-1b75651af6e84cd8ad41bbd0257ab16e09389eec.tar.xz spack-1b75651af6e84cd8ad41bbd0257ab16e09389eec.zip |
Implemented +sycl for slate (#39927)
* Implemented +sycl for slate
* style
* style
* add slate +sycl to ci
* slate +sycl: explicitly specify +mpi
* comment out slate+sycl+mpi in e4s oneapi stack
* removing requirement of intel-oneapi-mpi
* Added slate+sycl to e4s oneapi stack
* Removing obsolete comment
---------
Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml | 1 |
1 files changed, 1 insertions, 0 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 2c97d4e4be..798ba974ce 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -231,6 +231,7 @@ spack: - 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 + - slate +sycl # -- # - 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' |