#include <mpi.h>#include <omp.h>#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include "comms.h"#include "util.h"
Go to the source code of this file.
Functions | |
| 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 | clear_thread_queue_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_comm_flt (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) |
Variables | |
| int | procid |
| int | nprocs |
| bool | verbose |
| bool | debug |
| bool | verify |
| bool | output |
| void clear_allbuf_vid_data | ( | mpi_data_t * | comm | ) |
| void clear_comm_data | ( | mpi_data_t * | comm | ) |
| void clear_queue_data | ( | queue_data_t * | q | ) |
| void clear_recvbuf_vid_data | ( | mpi_data_t * | comm | ) |
| void clear_thread_comm | ( | thread_comm_t * | tc | ) |
| void clear_thread_comm_flt | ( | thread_comm_t * | tc | ) |
| void clear_thread_queue | ( | thread_queue_t * | tq | ) |
| void clear_thread_queue_comm_data | ( | mpi_data_t * | comm | ) |
| void init_comm_data | ( | mpi_data_t * | comm | ) |
| void init_queue_data | ( | dist_graph_t * | g, |
| queue_data_t * | q | ||
| ) |
| void init_recvbuf_vid_data | ( | mpi_data_t * | comm | ) |
| void init_recvbuf_vid_data_flt | ( | mpi_data_t * | comm | ) |
| void init_sendbuf_vid_data | ( | mpi_data_t * | comm | ) |
| void init_sendbuf_vid_data_flt | ( | mpi_data_t * | comm | ) |
| void init_thread_comm | ( | thread_comm_t * | tc | ) |
| void init_thread_comm_flt | ( | thread_comm_t * | tc | ) |
| void init_thread_queue | ( | thread_queue_t * | tq | ) |