kokkos / kokkos-remote-spaces

Kokkos Remote Spaces implements distributed Kokkos Views and related APIs for distributed parallel programming.
Other
42 stars 17 forks source link

Fix build with MPI backend #105

Closed brian-kelley closed 1 month ago

brian-kelley commented 1 month ago

Include mpi.h, not shmem.h in file for MPI backend

janciesko commented 1 month ago

Yes, thanks @brian-kelley