ComputationalRadiationPhysics / graybat

Graph Approach for Highly Generic Communication Schemes Based on Adaptive Topologies :satellite:
Other
8 stars 4 forks source link

Uniform data transfer format #67

Closed erikzenker closed 7 years ago

erikzenker commented 8 years ago

ZMQ and BMPI have slightly different demands on the data.

fabian-jung commented 8 years ago

+1

erikzenker commented 7 years ago

I will add a new policy called serialization policy. Thus, the user can control how its input data should be serialized (or not). Forcing each input data to be serialized reduces bandwidth dramatically (the boost mpi team evaluated some benchmarks). I have several implementations in mind:

erikzenker commented 7 years ago

I opened a pull request to document the developement of this issus (see #123).

erikzenker commented 7 years ago

There exists now a serialization policy, which was merged with #123.