COMBINATORIAL_BLAS  1.6
FilteredBFS.cpp File Reference
#include "CombBLAS/CombBLAS.h"
#include <mpi.h>
#include <sys/time.h>
#include <iostream>
#include <functional>
#include <algorithm>
#include <vector>
#include <string>
#include <sstream>
#include "TwitterEdge.h"

Go to the source code of this file.

Classes

struct  Twitter_obj_randomizer
 
struct  Twitter_materialize
 

Macros

#define DETERMINISTIC
 
#define MAX_ITERS   20000
 
#define EDGEFACTOR   16
 
#define ITERS   16
 
#define CC_LIMIT   100
 
#define PERCENTS   4
 
#define MINRUNS   4
 

Functions

template<typename PARMAT >
void Symmetricize (PARMAT &A)
 
int main (int argc, char *argv[])
 

Variables

double cblas_alltoalltime
 
double cblas_allgathertime
 
int cblas_splits
 
MTRand GlobalMT (1)
 

Macro Definition Documentation

◆ CC_LIMIT

#define CC_LIMIT   100

Definition at line 66 of file FilteredBFS.cpp.

◆ DETERMINISTIC

#define DETERMINISTIC

Definition at line 29 of file FilteredBFS.cpp.

◆ EDGEFACTOR

#define EDGEFACTOR   16

Definition at line 64 of file FilteredBFS.cpp.

◆ ITERS

#define ITERS   16

Definition at line 65 of file FilteredBFS.cpp.

◆ MAX_ITERS

#define MAX_ITERS   20000

Definition at line 63 of file FilteredBFS.cpp.

◆ MINRUNS

#define MINRUNS   4

Definition at line 68 of file FilteredBFS.cpp.

◆ PERCENTS

#define PERCENTS   4

Definition at line 67 of file FilteredBFS.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 129 of file FilteredBFS.cpp.

◆ Symmetricize()

template<typename PARMAT >
void Symmetricize ( PARMAT &  A)

Definition at line 76 of file FilteredBFS.cpp.

Variable Documentation

◆ cblas_allgathertime

double cblas_allgathertime

Definition at line 55 of file FilteredBFS.cpp.

◆ cblas_alltoalltime

double cblas_alltoalltime

Definition at line 54 of file FilteredBFS.cpp.

◆ cblas_splits

int cblas_splits

Definition at line 56 of file FilteredBFS.cpp.

◆ GlobalMT

MTRand GlobalMT(1)