G-071 / octotiger-spack

2 stars 4 forks source link

Adapt recipes to hpx and kokkos sender-receiver compilation fixes #10

Closed G-071 closed 5 months ago

G-071 commented 5 months ago

This PR adapts the conflicts on constraints to allow using gcc/nvcc and the Kokkos HPX execution when using Kokkos develop and HPX master (was broken due to compilation crashes from Kokkos 4.1.00 onward previously). The PR also backports the respective fixes via patches to some older HPX and Kokkos releases.

Will stay as a draft PR until the respective HPX and Kokkos PRs are merged first.

G-071 commented 5 months ago

Closing this as backporting the patches causes more trouble than it is worth. I will re-open another PR that simply allows building hpx@master and kokkos@develop with this (and redefine the conflicts accordingly) instead of backporting the patches to older HPX/Kokkos releases.