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

communication MPIRequest.wait() #671

Closed
mtar opened this issue Sep 14, 2020 · 0 comments · Fixed by #672
Closed

communication MPIRequest.wait() #671

mtar opened this issue Sep 14, 2020 · 0 comments · Fixed by #672
Assignees
Labels
enhancement New feature or request

Comments

@mtar
Copy link
Collaborator

mtar commented Sep 14, 2020

Description
A clear and concise description of the bug and the associated functionality.

ht.communication substitutes the capitalized MPI functions only. The lowercase functions are the standard mpi4py functions.
Therefore, MPIRequest should not modify wait(). Also, Wait() should be called only if one of the MPI functions defined in communications is called.

To fix:

  • delete wait() in MPIRequest
  • rewrite all instances where MPIRequest.wait() is called wrongly
@mtar mtar added the enhancement New feature or request label Sep 14, 2020
@mtar mtar self-assigned this Sep 14, 2020
@mtar mtar mentioned this issue Sep 14, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant