kokkos / kokkos-comm

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

Get `cmake --build --target install` working #14

Closed cwpearson closed 5 months ago

cwpearson commented 5 months ago

original below

cwpearson commented 5 months ago

I am a little skeptical about using mpicxx as a compiler. MPI does not require it and it can make things strange mixing with gpu compilers.

However, this change can be done in a separate PR if you prefer to ensure all part of the repository are updated.

I agree, let's tackle this in another PR. I created an issue: https://github.com/cwpearson/kokkos-comm/issues/17