#include <mpi.h>
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <fstream>
#include "dist_graph.h"
#include "comms.h"
#include "util.h"
Go to the source code of this file.
|
| int | wcc_bfs (dist_graph_t *g, mpi_data_t *comm, queue_data_t *q, uint64_t *wcc, uint64_t root) |
| |
| int | wcc_color (dist_graph_t *g, mpi_data_t *comm, queue_data_t *q, uint64_t *wcc) |
| |
| int | wcc_verify (dist_graph_t *g, uint64_t *wcc) |
| |
| int | wcc_output (dist_graph_t *g, uint64_t *wcc, char *output_file) |
| |
| int | wcc_dist (dist_graph_t *g, mpi_data_t *comm, queue_data_t *q, uint64_t root, char *output_file) |
| |
◆ WCC_NOT_VISITED
| #define WCC_NOT_VISITED 18446744073709551615 |
◆ WCC_VISITED
| #define WCC_VISITED 18446744073709551614 |
◆ wcc_bfs()
◆ wcc_color()
◆ wcc_dist()
◆ wcc_output()
◆ wcc_verify()
◆ debug
◆ nprocs
◆ output
◆ procid
◆ verbose
◆ verify