Using Distributed GraphLab

Distributed GraphLab is necessarily more complex than the shared memory version, though much effort has gone into making it as useable as possible.

The distributed GraphLab implementation is built on top of the RPC framework, and at least a cursory glance at Spawning and Initialization as well graphlab::distributed_control might be useful.