The underlying communication protocol
Definition at line 29 of file dc_types.hpp.
| bool graphlab::init_param_from_env | ( | dc_init_param & | param | ) |
initializes parameters from environment. Returns true on success
| bool graphlab::init_param_from_mpi | ( | dc_init_param & | param, | |
| dc_comm_type | commtype = TCP_COMM | |||
| ) |
initializes parameters from MPI. Returns true on success MPI must be initialized before calling this function
| void graphlab::reply_increment_counter | ( | distributed_control & | dc, | |
| procid_t | src, | |||
| size_t | ptr, | |||
| dc_impl::blob | ret | |||
| ) |
A simple RPC call which converts ptr to a pointer to a reply_ret_type, stores the blob in it, and decrements its reply counter.
1.7.1