lanl / spiner

Performance portable routines for generic, tabulated, multi-dimensional data
https://lanl.github.io/spiner
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Turn off relocatable device code #65

Open BrendanKKrueger opened 1 year ago

BrendanKKrueger commented 1 year ago

When I have Spiner as a dependency and I build with Kokkos 3.7, my code crashes during Kokkos::initialize(). Discussing with @dholladay00, we found that modifying the Spiner package.py file to remove relocatable device code and then explicitly turning that off when building Kokkos with Spack, the error goes away.