kokkos / kokkos-comm

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

Fix relative include in mpi.hpp #120

Open cwpearson opened 1 week ago

cwpearson commented 1 week ago

https://github.com/kokkos/kokkos-comm/blob/a968a13851091aea6d65fd299f0777a307bd8b41/src/KokkosComm/mpi/mpi.hpp#L21

dssgabriel commented 1 week ago

PR #122 should fix this. If we merge it, I have another PR ready that updates all the includes with the <KokkosComm/...> syntax. I preferred splitting them so not to touch every file at the same time as these are pretty big changes.

Additionally, @cedricchevalier19 mentioned that having relative path includes may improve compilation speed.