ComputationalRadiationPhysics / graybat

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

C++11 Thread Communication Policy #65

Open slizzered opened 8 years ago

slizzered commented 8 years ago

It would be great to have a policy for local communication that is built on top of std::thread and does not have any dependencies to MPI, Boost.MPI or ZMQ. This would allow to use graybat also for simple single-node applications on systems that don't have any of the HPC communication libraries installed.

In the end, this would somewhat help implementing https://github.com/ComputationalRadiationPhysics/haseongpu/issues/113 efficiently

bussmann commented 8 years ago

+1