https://github.com/kokkos/kokkos-comm
Unofficial MPI Wrapper for Kokkos
https://github.com/kokkos/kokkos-comm
kokkos mpi
Last synced: 3 months ago
JSON representation
Unofficial MPI Wrapper for Kokkos
- Host: GitHub
- URL: https://github.com/kokkos/kokkos-comm
- Owner: kokkos
- License: other
- Created: 2023-12-15T16:33:48.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T22:02:52.000Z (about 1 year ago)
- Last Synced: 2024-04-13T04:01:45.588Z (about 1 year ago)
- Topics: kokkos, mpi
- Language: C++
- Homepage: https://kokkos.org/kokkos-comm/
- Size: 119 KB
- Stars: 7
- Watchers: 9
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# KokkosComm
Experimental MPI interfaces (and more!) for the [Kokkos](https://github.com/kokkos/kokkos) C++ Performance Portability Programming ecosystem.
> [!WARNING]
> This is a work in progress and is not yet ready for general use.## Getting Started
See [how to setup KokkosComm](https://kokkos.org/kokkos-comm/getting_started/setup.html) in the documentation.
## Documentation
[kokkos.org/kokkos-comm/](https://kokkos.org/kokkos-comm/)
## License
Kokkos Comm is licensed under the Apache License v2.0 with LLVM Exceptions. See [LICENSE](LICENSE) for details.