Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpi: inline small messages #409

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

mpi: inline small messages #409

wants to merge 1 commit into from

Conversation

csegarragonz
Copy link
Collaborator

In this PR we add support to include the body of small (for a definition of small) messages inside the message body. This increases the size of all messages being moved around, but hopefully spares the need to malloc/free small messages.

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

Attention: Patch coverage is 90.69767% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 82.42%. Comparing base (d94f61a) to head (294c100).
Report is 1 commits behind head on main.

❗ Current head 294c100 differs from pull request most recent head c46d817. Consider uploading reports for the commit c46d817 to get more accurate results

Files Patch % Lines
src/mpi/MpiWorld.cpp 87.50% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #409      +/-   ##
==========================================
+ Coverage   82.08%   82.42%   +0.34%     
==========================================
  Files         114      107       -7     
  Lines        7525     7290     -235     
==========================================
- Hits         6177     6009     -168     
+ Misses       1348     1281      -67     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

In this PR we add support to include the body of small (for a definition
of small) messages inside the message body. This increases the size of
_all_ messages being moved around, but hopefully spares the need to
malloc/free small messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant