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

Allow datatypes to be reused when transferring remote neighbor updates one cell at a time #10

Open
iljah opened this issue Aug 29, 2015 · 0 comments

Comments

@iljah
Copy link
Contributor

iljah commented Aug 29, 2015

In #6 the final datatype cannot be cached by cells but when transferring one cell at a time that is possible. Whether each cells datatype should be cached by dccrg instead of cells themselves remains to be seen. If dccrg would cache the datatype I guess the API would be to call bool reuse_datatype(...) of each cell to decide whether to call that cell's get_mpi_datatype(...). If reuse_datatype() doesn't exist then always call get_mpi_datatype() of every cell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant