This site is currently under development for the RSE-ops community.

New Repo: YGM

Published:

Reading time: 1 min

YGM is a general-purpose, pseudo-asynchronous communication library built on top of MPI in C++. The repo’s utility is provided through its mailbox abstractions, which are used for point-to-point and broadcast communications. When using YGM, individual cores queue messages into a mailbox instead of directly sending them.