sandialabs / distBVH

Distributed asynchronous contact search with DARMA/vt
Other
2 stars 3 forks source link

[CI] use kokkos `4.1.0` #17

Closed cz4rs closed 9 months ago

cz4rs commented 9 months ago

Kokkos_BitManipulation.hpp header was added in 4.1.0 release. Bump the kokkos version in distbvh-ubuntu image to avoid CI failures.

Required for changes in #10. Note: distbvh-cuda image use develop branch of kokkos, so the change is not necessary there.

cz4rs commented 9 months ago
 ==> Error: concretization failed for the following reasons:
     1. Cannot satisfy 'kokkos@4.1'. You could consider setting `concretizer:unify` to `when_possible` or `false` to allow multiple versions of some packages.

Not sure why this fails, I will take another look at it tomorrow.

cz4rs commented 9 months ago

@nmm0 Docker images get built successfully, this is now ready for review.