-
Notifications
You must be signed in to change notification settings - Fork 54
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
remove MPIRequest.wait() #672
Conversation
Codecov Report
@@ Coverage Diff @@
## master #672 +/- ##
==========================================
+ Coverage 97.44% 97.46% +0.01%
==========================================
Files 87 87
Lines 17099 17093 -6
==========================================
- Hits 16662 16659 -3
+ Misses 437 434 -3
Continue to review full report at Codecov.
|
7e83d67
to
b0d4ba5
Compare
b0d4ba5
to
136a053
Compare
rerun tests |
why do we need to remove |
Description
Removes the
wait
method ofMPIRequest
such that it does not interfere with the lowercase non-blocking MPI functions of mpi4py.Issue/s resolved: #671
Changes proposed:
Type of change
Due Diligence
Does this change modify the behaviour of other functions? If so, which?
no