-
Notifications
You must be signed in to change notification settings - Fork 118
Add mpi helper classes #163
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
Conversation
…alSubtypes mixins
…ectorAutoComm, MPIVectorNoComm replacing MPIDistributed, MPIDistributedVector, MPIForbidCommunication, MPIVectorForbidCommunication
|
Before merging we should check if everything still works and if we are happy with the interfaces ... |
src/pymor/tools/mpi.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct and/or intended?
|
|
|
I have added some documenation for |
|
|
src/pymor/tools/mpi.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the IPython (too much whitespace)
|
Thx for the documentation. I did not test for functionality, apart from that I am happy... |
|
I have fixed the documentation issues in pymor.tools.mpi and added docs for pymor.vectorarrays.mpi |
|
Also happy with the new documentation, thx! |
|
|
|
|
|
So I have finally documented |
|
|
|
|
This pull request contains the mpi helper classes from the pymor-paper branch. Merging this will close #119.