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

PatchLinks + boost::serialization broken with loadRegion()/saveRegion() #46

Open
gentryx opened this issue Dec 1, 2016 · 2 comments
Open
Assignees
Labels

Comments

@gentryx
Copy link
Owner

gentryx commented Dec 1, 2016

The older GridVecConv could cope with boost::serialization, but the current implementations of loadRegion()/saveRegion() cannot.

@gentryx gentryx added the bug label Dec 1, 2016
@gentryx gentryx self-assigned this Dec 1, 2016
gentryx added a commit that referenced this issue Dec 1, 2016
gentryx added a commit that referenced this issue Dec 1, 2016
gentryx added a commit that referenced this issue Dec 1, 2016
@gentryx
Copy link
Owner Author

gentryx commented Apr 6, 2018

Uglyness of the current solution:

  • SerializationBuffer is untidy
  • changes required to StripingSimulator so buffers of variable size can be transmitted/received
  • Duplicate code for load-/saveRegion() in Grid and DisplacedGrid
  • ATM not supported by CUDAGrid/CUDASoAGrid/SoAGrid

@gentryx
Copy link
Owner Author

gentryx commented Apr 20, 2018

Also currently unsupported: UnstructuredGrid/ReorderingUnstructuredGrid

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

No branches or pull requests

1 participant