ComputationalRadiationPhysics / graybat

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

Collectives on Single Vertices #44

Closed erikzenker closed 7 years ago

erikzenker commented 9 years ago

Current collectives like methods on vertices like spread and collect are not implemented with support of communication policy collectives.

GrayBat user should be able to chose between collective / non collective and blocking / non blocking for these kind of methods.

Related to PR #39