{"id":45882007,"url":"https://github.com/naoki-yoshioka/yampi","last_synced_at":"2026-02-27T14:17:48.799Z","repository":{"id":38246030,"uuid":"59013135","full_name":"naoki-yoshioka/yampi","owner":"naoki-yoshioka","description":"Header only library of MPI for C++","archived":false,"fork":false,"pushed_at":"2025-09-25T05:05:16.000Z","size":640,"stargazers_count":2,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-25T07:06:25.475Z","etag":null,"topics":["cpp","mpi"],"latest_commit_sha":null,"homepage":"","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/naoki-yoshioka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-05-17T10:29:46.000Z","updated_at":"2025-09-25T05:05:16.000Z","dependencies_parsed_at":"2024-11-26T07:23:38.561Z","dependency_job_id":"5a0c44a5-c76c-4b7a-8449-10a758e1ac41","html_url":"https://github.com/naoki-yoshioka/yampi","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/naoki-yoshioka/yampi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naoki-yoshioka%2Fyampi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naoki-yoshioka%2Fyampi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naoki-yoshioka%2Fyampi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naoki-yoshioka%2Fyampi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naoki-yoshioka","download_url":"https://codeload.github.com/naoki-yoshioka/yampi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naoki-yoshioka%2Fyampi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29899454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T12:09:13.686Z","status":"ssl_error","status_checked_at":"2026-02-27T12:09:13.282Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cpp","mpi"],"created_at":"2026-02-27T14:17:46.639Z","updated_at":"2026-02-27T14:17:48.788Z","avatar_url":"https://github.com/naoki-yoshioka.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yampi\n\n**yampi** (Yet Another MPI library) is an open-source thin-wrapper library of MPI (Message Passing Interface) for C++.\n\n## Examples\n\n```cpp\n#include \u003ccstddef\u003e\n#include \u003ciostream\u003e\n\n#include \u003cyampi/environment.hpp\u003e\n#include \u003cyampi/communicator.hpp\u003e\n#include \u003cyampi/rank_io.hpp\u003e\n\nint main(int argc, char* argv[])\n{\n  yampi::environment env{argc, argv};\n  auto comm = yampi::communicator{yampi::tags::world_communicator};\n\n  std::cout \u003c\u003c \"I am \" \u003c\u003c comm.rank(env) \u003c\u003c \" of \" \u003c\u003c comm.size(env) \u003c\u003c std::endl;\n  // For C++17 or later\n  // std::cout \u003c\u003c \"I am \" \u003c\u003c yampi::world_communicator.rank(env) \u003c\u003c \" of \" \u003c\u003c yampi::world_communicator.size(env) \u003c\u003c std::endl;\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaoki-yoshioka%2Fyampi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaoki-yoshioka%2Fyampi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaoki-yoshioka%2Fyampi/lists"}