#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <inttypes.h>
Go to the source code of this file.
◆ __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS |
◆ GRAPHGEN_INITIATOR_SIZE
#define GRAPHGEN_INITIATOR_SIZE 2 |
◆ GRAPHGEN_KEEP_DUPLICATES
#define GRAPHGEN_KEEP_DUPLICATES |
◆ GRAPHGEN_KEEP_SELF_LOOPS
#define GRAPHGEN_KEEP_SELF_LOOPS |
◆ GRAPHGEN_SETTINGS_DEFINED
#define GRAPHGEN_SETTINGS_DEFINED |
◆ GRAPHGEN_UNDIRECTED
#define GRAPHGEN_UNDIRECTED |
◆ INT64_T_MPI_TYPE
#define INT64_T_MPI_TYPE MPI_LONG_LONG /* Should be MPI_INT64_T */ |
◆ compute_edge_array_size()
◆ generate_kronecker()
void generate_kronecker |
( |
int |
rank, |
|
|
int |
size, |
|
|
const uint_fast32_t |
seed[5], |
|
|
int |
logN, |
|
|
int64_t |
M, |
|
|
const double |
initiator[], |
|
|
int64_t *const |
edges |
|
) |
| |