COMBINATORIAL_BLAS
1.6
options.h
Go to the documentation of this file.
1
/* -*- mode: C; mode: folding; fill-column: 70; -*- */
2
/* Copyright 2010, Georgia Institute of Technology, USA. */
3
/* See COPYING for license. */
4
#if !defined(OPTIONS_HEADER_)
5
#define OPTIONS_HEADER_
6
7
extern
int
VERBOSE
;
8
extern
int
use_RMAT
;
9
10
#define A_PARAM 0.57
11
#define B_PARAM 0.19
12
#define C_PARAM 0.19
13
/* Hence D = 0.05. */
14
15
extern
double
A
,
B
,
C
,
D
;
16
17
#define NBFS_max 64
18
extern
int
NBFS
;
19
20
#define default_SCALE ((int64_t)14)
21
#define default_edgefactor ((int64_t)16)
22
23
extern
int64_t
SCALE
;
24
extern
int64_t
edgefactor
;
25
26
void
get_options
(
int
argc,
char
**argv);
27
28
#endif
/* OPTIONS_HEADER_ */
B
double B
D
double D
VERBOSE
int VERBOSE
edgefactor
int64_t edgefactor
A
double A
NBFS
int NBFS
get_options
void get_options(int argc, char **argv)
int64_t
long int64_t
Definition:
compat.h:21
SCALE
int64_t SCALE
C
double C
use_RMAT
int use_RMAT
graph500-1.2
options.h
Generated by
1.8.13