#include <mpi.h>
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <fstream>
#include <unordered_map>
#include <vector>
#include "dist_graph.h"
#include "comms.h"
#include "util.h"
#include "labelprop.h"
Go to the source code of this file.
|
| int | run_labelprop (dist_graph_t *g, mpi_data_t *comm, uint64_t *&labels, uint32_t num_iter) |
| |
| int | labelprop_output (dist_graph_t *g, uint64_t *labels, char *output_file) |
| |
| int | labelprop_verify (dist_graph_t *g, uint64_t *labels, uint64_t num_to_output) |
| |
| int | labelprop_dist (dist_graph_t *g, mpi_data_t *comm, uint32_t num_iter, char *output_file) |
| |
◆ LABEL_NOT_ASSIGNED
| #define LABEL_NOT_ASSIGNED 18446744073709551615 |
◆ labelprop_dist()
◆ labelprop_output()
◆ labelprop_verify()
◆ run_labelprop()
◆ debug
◆ nprocs
◆ procid
◆ verbose
◆ verify