Hi all,

I am implementing a simple triangle counting example for a workshop with
vertex-centric iteration and I found that the updateVertex method only gets
called if there are new messages for that vertex. Is it the expected
behavior?

I know that the iteration should stop for the given vertex when the we
don't change the vertex value but (at least in my case) it would be useful
if the updateVertex got called with an empty message iterator. I guess
receiving zero messages might have a meaning in other cases too, and the
user would like to update the vertex value.
Does changing the current behavior make sense?

Cheers,
Gabor

Reply via email to