libgeodecomp icon indicating copy to clipboard operation
libgeodecomp copied to clipboard

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

Open gentryx opened this issue 8 years ago • 2 comments

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

gentryx avatar Dec 01 '16 09:12 gentryx

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 avatar Apr 06 '18 09:04 gentryx

Also currently unsupported: UnstructuredGrid/ReorderingUnstructuredGrid

gentryx avatar Apr 20 '18 07:04 gentryx