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

Avoid copies in dispatches to packed ranges #35

Open
lindsayad opened this issue Jun 25, 2020 · 0 comments
Open

Avoid copies in dispatches to packed ranges #35

lindsayad opened this issue Jun 25, 2020 · 0 comments
Assignees

Comments

@lindsayad
Copy link
Member

Per discussion in #5, we can just do:

T * begin = &sendval;
T * end = begin;
++end;

and then we have our arguments for the call to the packed range method.

@lindsayad lindsayad self-assigned this Jun 25, 2020
loganharbour added a commit to loganharbour/TIMPI that referenced this issue Oct 29, 2020
loganharbour added a commit to loganharbour/TIMPI that referenced this issue Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant