-
Notifications
You must be signed in to change notification settings - Fork 0
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
Symmetric inplace operations #28
Comments
We have to think about three cases:
|
|
In ...? :-)
I thought about that, but wasn't sure if every object has a |
Hm.. I forgot what I wanted to say there :/
The important part is that the parameter object always has |
Actually, let me fix that: I like the idea (which is very close to how the normal MPI interface does it), but I don't like passing a tag without the named parameter syntax ;) |
One of the reasons we decided against the (imho) way prettier |
Well yes, but named parameters are always used in kamping. |
Operations supporting inplace:
Asymmmetric: moved to #666 |
Thank you, Niklas! :-) A few small comments:
|
This depends on the operation, see the list above |
I ditched the idea of providing |
I see, the list is what the MPI standard enforces; I read it as what we want to support. 👍 |
Sounds good. It's harder to use the API wrong this way. :-) |
No description provided.
The text was updated successfully, but these errors were encountered: