COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
labelprop.h File Reference
#include "dist_graph.h"
#include "comms.h"
Include dependency graph for labelprop.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ labelprop_dist()

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.

◆ labelprop_output()

int labelprop_output ( dist_graph_t g,
uint64_t labels,
char *  output_file 
)

Definition at line 270 of file labelprop.cpp.

◆ labelprop_verify()

int labelprop_verify ( dist_graph_t g,
uint64_t labels 
)

◆ run_labelprop()

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.