Details
-
Bug
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Vertices that get created by receiving a message (and not created on superstep 0) do not get the value initialized by MAX_VALUE.
This happens when the vertex is not given on the first column in the input file. This means that the vertex is not created at the beginning but only when it receives a message, hence the initialization call is not executed and the vertex value is set to 0.