kokkos / kokkos-comm

Experimental MPI Wrapper for Kokkos
https://kokkos.org/kokkos-comm/
Other
14 stars 9 forks source link

Add CUDA + OpenMPI compile-only CI test #75

Closed cwpearson closed 3 months ago

cwpearson commented 4 months ago

Prevent build regressions with nvcc

Needs https://github.com/kokkos/kokkos-comm/pull/72 before it will pass

Fixes https://github.com/kokkos/kokkos-comm/issues/73

cwpearson commented 3 months ago

Ultimately the objective will be to actually run the unit tests at Sandia, which will also involve creating a container to run the tests in. It will take a bit to navigate that process, so we can do this in the mean time.