|
| void | init_queue_data (dist_graph_t *g, queue_data_t *q) |
| |
| void | clear_queue_data (queue_data_t *q) |
| |
| void | init_comm_data (mpi_data_t *comm) |
| |
| void | clear_comm_data (mpi_data_t *comm) |
| |
| void | init_thread_queue (thread_queue_t *tq) |
| |
| void | clear_thread_queue (thread_queue_t *tq) |
| |
| void | init_thread_comm (thread_comm_t *tc) |
| |
| void | clear_thread_comm (thread_comm_t *tc) |
| |
| void | init_thread_comm_flt (thread_comm_t *tc) |
| |
| void | clear_thread_commflt (thread_comm_t *tc) |
| |
| void | init_sendbuf_vid_data (mpi_data_t *comm) |
| |
| void | init_recvbuf_vid_data (mpi_data_t *comm) |
| |
| void | init_sendbuf_vid_data_flt (mpi_data_t *comm) |
| |
| void | init_recvbuf_vid_data_flt (mpi_data_t *comm) |
| |
| void | clear_recvbuf_vid_data (mpi_data_t *comm) |
| |
| void | clear_allbuf_vid_data (mpi_data_t *comm) |
| |
| void | exchange_verts (dist_graph_t *g, mpi_data_t *comm, queue_data_t *q) |
| |
| void | exchange_verts (mpi_data_t *comm) |
| |
| void | exchange_data (mpi_data_t *comm) |
| |
| void | exchange_data_flt (mpi_data_t *comm) |
| |
| void | exchange_vert_data (dist_graph_t *g, mpi_data_t *comm, queue_data_t *q) |
| |
| void | exchange_vert_data (dist_graph_t *g, mpi_data_t *comm) |
| |
| void | update_sendcounts_thread (dist_graph_t *g, thread_comm_t *tc, uint64_t vert_index) |
| |
| void | update_sendcounts_thread_out (dist_graph_t *g, thread_comm_t *tc, uint64_t vert_index) |
| |
| void | update_vid_data_queues (dist_graph_t *g, thread_comm_t *tc, mpi_data_t *comm, uint64_t vert_index, uint64_t data) |
| |
| void | update_vid_data_queues_out (dist_graph_t *g, thread_comm_t *tc, mpi_data_t *comm, uint64_t vert_index, uint64_t data) |
| |
| void | update_vid_data_queues_out (dist_graph_t *g, thread_comm_t *tc, mpi_data_t *comm, uint64_t vert_index, double data) |
| |
| void | add_vid_to_queue (thread_queue_t *tq, queue_data_t *q, uint64_t vertex_id) |
| |
| void | empty_queue (thread_queue_t *tq, queue_data_t *q) |
| |
| void | add_vid_to_send (thread_queue_t *tq, queue_data_t *q, uint64_t vertex_id) |
| |
| void | empty_send (thread_queue_t *tq, queue_data_t *q) |
| |
| void | add_vid_data_to_send (thread_comm_t *tc, mpi_data_t *comm, uint64_t vertex_id, uint64_t data_val, int32_t send_rank) |
| |
| void | add_vid_data_to_send_flt (thread_comm_t *tc, mpi_data_t *comm, uint64_t vertex_id, double data_val, int32_t send_rank) |
| |
| void | empty_vid_data (thread_comm_t *tc, mpi_data_t *comm) |
| |
| void | empty_vid_data_flt (thread_comm_t *tc, mpi_data_t *comm) |
| |