{"id":13314641,"url":"https://github.com/dssgabriel/sampik","last_synced_at":"2025-03-10T20:33:42.162Z","repository":{"id":224779811,"uuid":"763237635","full_name":"dssgabriel/sampik","owner":"dssgabriel","description":"Simple API for MPI + Kokkos interop","archived":false,"fork":false,"pushed_at":"2024-09-06T15:51:47.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"api-design","last_synced_at":"2024-09-06T22:23:46.707Z","etag":null,"topics":["kokkos","mpi"],"latest_commit_sha":null,"homepage":"https://dssgabriel.github.io/sampik/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dssgabriel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-25T22:26:10.000Z","updated_at":"2024-09-06T15:51:51.000Z","dependencies_parsed_at":"2024-09-05T20:25:34.811Z","dependency_job_id":"13e79509-2bcd-46ef-9622-56aef1a55a66","html_url":"https://github.com/dssgabriel/sampik","commit_stats":null,"previous_names":["dssgabriel/sampik"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssgabriel%2Fsampik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssgabriel%2Fsampik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssgabriel%2Fsampik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssgabriel%2Fsampik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dssgabriel","download_url":"https://codeload.github.com/dssgabriel/sampik/tar.gz/refs/heads/api-design","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242922111,"owners_count":20207150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kokkos","mpi"],"created_at":"2024-07-29T18:11:50.511Z","updated_at":"2025-03-10T20:33:42.147Z","avatar_url":"https://github.com/dssgabriel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAMPIK - Simple API for Message Passing Interoperability with Kokkos\n\n\n## About - WIP\n\nSAMPIK is a work-in-progress API for enabling interoperability between Kokkos and Message Passing (e.g. MPI). It enables users to transparently communicate Kokkos views using MPI as a backedn.\n\n### Support features\n\n- Point-to-point communications:\n  - `send` and `receive` views\n\nAssumptions:\n- Views must be contiguous (but may be multi-dimensional)\n- Views must reside on the `HostSpace` memory space\n\n### Planned features\n\nSee the [Roadmap](./docs/ROADMAP.md).\n\n\n## Quickstart\n\n### Pre-requisites\n\nBefore starting, make sure the following software is installed on your machine:\n- CMake 3.16+\n- C++20 conforming compiler\n- Kokkos (packaged as a submodule of this repo)\n- MPI implementation\n\n### Build\n\n```sh\ncmake -S . -B build \u003cKOKKOS_FLAGS...\u003e\ncmake --build build\n```\n\n### Run\n\nRun the test program:\n```sh\ncmake --build build --target send_recv\nmpirun -n 2 build/tests/send_recv\n```\nOr directly using `ctest`:\n```sh\ncmake --build build --target test\n```\n\n\n## Contributing\n\nContributions are welcome and accepted as pull requests on [GitHub](https://github.com/dssgabriel/sampik).\n\nYou may also ask questions or file bug reports on the [issue tracker](https://github.com/dssgabriel/sampik/issues).\n\n\n## License\n\nLicensed under:\n- MIT License ([LICENSE-MIT](https://github.com/dssgabriel/sampik/blob/master/LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))\nat your option.  \n\nThe [SPDX](https://spdx.dev/) license identifier for this project is MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdssgabriel%2Fsampik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdssgabriel%2Fsampik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdssgabriel%2Fsampik/lists"}