This site is currently under development for the RSE-ops community.
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.
Help improve its content by opening a Pull Request on GitHub.