ComputationalRadiationPhysics / graybat

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

VAddr Iterator #100

Closed erikzenker closed 8 years ago

erikzenker commented 8 years ago

This PR adds a VAddr iterator mechanism for the communication policy context. VAddrs of a context do not need to be integers from 0 to the number of peers minus one anymore, but a communication policy need to implement the iterator mechanism to iterate over all peers of a context.