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

Go to the source code of this file.

Functions

int run_kcore (dist_graph_t *g, mpi_data_t *comm, queue_data_t *q, uint64_t *kcores, uint32_t num_iter, bool run_approx)
 
int kcore_output (dist_graph_t *g, uint64_t *kcores, char *output_file)
 
int kcore_verify (dist_graph_t *g, uint64_t *kcores, uint64_t num_to_output)
 
int kcore_dist (dist_graph_t *g, mpi_data_t *comm, queue_data_t *q, uint32_t num_iter, char *output_file, bool run_approx)
 

Function Documentation

◆ kcore_dist()

int kcore_dist ( dist_graph_t g,
mpi_data_t comm,
queue_data_t q,
uint32_t  num_iter,
char *  output_file,
bool  run_approx 
)

Definition at line 329 of file kcore.cpp.

◆ kcore_output()

int kcore_output ( dist_graph_t g,
uint64_t kcores,
char *  output_file 
)

Definition at line 226 of file kcore.cpp.

◆ kcore_verify()

int kcore_verify ( dist_graph_t g,
uint64_t kcores,
uint64_t  num_to_output 
)

Definition at line 274 of file kcore.cpp.

◆ run_kcore()

int run_kcore ( dist_graph_t g,
mpi_data_t comm,
queue_data_t q,
uint64_t kcores,
uint32_t  num_iter,
bool  run_approx 
)

Definition at line 64 of file kcore.cpp.