#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"
#include "kcore.h"
Go to the source code of this file.
|
| 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) |
| |
◆ KCORE_NOT_ASSIGNED
| #define KCORE_NOT_ASSIGNED 18446744073709551615 |
◆ MAX_ITER
◆ kcore_dist()
◆ kcore_output()
◆ kcore_verify()
◆ run_kcore()
◆ debug
◆ nprocs
◆ procid
◆ verbose
◆ verify