

Go to the source code of this file.
Functions | |
| int | run_labelprop (dist_graph_t *g, mpi_data_t *comm, uint64_t *&labels, uint32_t num_iter) |
| int | labelprop_verify (dist_graph_t *g, uint64_t *labels) |
| int | labelprop_output (dist_graph_t *g, uint64_t *labels, char *output_file) |
| int | labelprop_dist (dist_graph_t *g, mpi_data_t *comm, uint32_t num_iter, char *output_file) |
| int labelprop_dist | ( | dist_graph_t * | g, |
| mpi_data_t * | comm, | ||
| uint32_t | num_iter, | ||
| char * | output_file | ||
| ) |
Definition at line 363 of file labelprop.cpp.
| int labelprop_output | ( | dist_graph_t * | g, |
| uint64_t * | labels, | ||
| char * | output_file | ||
| ) |
Definition at line 270 of file labelprop.cpp.
| int labelprop_verify | ( | dist_graph_t * | g, |
| uint64_t * | labels | ||
| ) |
| int run_labelprop | ( | dist_graph_t * | g, |
| mpi_data_t * | comm, | ||
| uint64_t *& | labels, | ||
| uint32_t | num_iter | ||
| ) |
Definition at line 67 of file labelprop.cpp.