Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add graphjobrunner description.

...

The GraphJobRunner is the core internal BSP program which is performs assigned vertex computations as defined in Vertex.compute() method, and creates output. It, like other BSP programs, consists of three methods: setup(), cleanup(), and bsp().

  • setup() phase: the initialization phase for vertex computations.
  • bsp() phase: the main computations of the vertices.
  • cleanup phase: output write phase after completing the computations of the vertices.

LoadVertices

doInitialSuperstep and doSuperstep

...