-
Notifications
You must be signed in to change notification settings - Fork 44
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
make origin and target write size match in the mpi_put call #1117
Conversation
@alexrlongne Can you review this change? |
I'm curios to see if this change will fix the test failure on MSVC. I'll try it now. |
Codecov Report
@@ Coverage Diff @@
## develop #1117 +/- ##
=========================================
- Coverage 89.0% 88.9% -0.1%
=========================================
Files 373 373
Lines 19573 19568 -5
=========================================
- Hits 17420 17415 -5
Misses 2153 2153 |
LGTM |
I don't understand the drop in coverage so I'm good to merge whenever. |
I don't like the way CodeCov does this. The PR has 5 less lines of code and so it has 5 fewer lines 'hit' by the coverage checker. This equates to a loss of coverage. |
It still fails. We'll omit the 3 rank tests when using MSVC. |
Background
Purpose of Pull Request
Description of changes
Status