ROSS-org/ROSS

Sending - Receiving Messages

aliardaeker opened this issue · 4 comments

Hello,

I am trying to implement Mattern`s GVT algorithm for my model and for this I defined a vector and a counter in each PE. Vector holds how many messages PE sent to other processors and counter holds how many messages it received from any of the processors.

Now my question is exactly where in the repository the sending and receiving messages take place? I thought it is tw_event_send function of tw_event.c but I am not sure. If it is so where is the tw_event_receive?

Thank you.