COMBINATORIAL_BLAS  1.6
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RandomParentBFS.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>

Go to the source code of this file.

Classes

struct  ParentType
 
struct  Edge_randomizer
 
struct  SelectRandSRing
 
struct  SelectMinSRing1
 

Macros

#define DETERMINISTIC
 
#define ITERS   16
 
#define EDGEFACTOR   16
 

Typedefs

typedef SpParMat< int64_t, bool, SpDCCols< int64_t, bool > > PSpMat_Bool
 
typedef SpParMat< int64_t, bool, SpDCCols< int32_t, bool > > PSpMat_s32p64
 
typedef SpParMat< int64_t, int64_t, SpDCCols< int64_t, int64_t > > PSpMat_Int64
 

Functions

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

Variables

double cblas_alltoalltime
 
double cblas_allgathertime
 
double cblas_mergeconttime
 
double cblas_transvectime
 
double cblas_localspmvtime
 
int cblas_splits = 1
 
MTRand GlobalMT (123)
 

Macro Definition Documentation

◆ DETERMINISTIC

#define DETERMINISTIC

Definition at line 1 of file RandomParentBFS.cpp.

◆ EDGEFACTOR

#define EDGEFACTOR   16

Definition at line 34 of file RandomParentBFS.cpp.

◆ ITERS

#define ITERS   16

Definition at line 33 of file RandomParentBFS.cpp.

Typedef Documentation

◆ PSpMat_Bool

typedef SpParMat< int64_t, bool, SpDCCols<int64_t,bool> > PSpMat_Bool

Definition at line 149 of file RandomParentBFS.cpp.

◆ PSpMat_Int64

Definition at line 151 of file RandomParentBFS.cpp.

◆ PSpMat_s32p64

typedef SpParMat< int64_t, bool, SpDCCols<int32_t,bool> > PSpMat_s32p64

Definition at line 150 of file RandomParentBFS.cpp.

Function Documentation

◆ main()

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

Definition at line 178 of file RandomParentBFS.cpp.

◆ RandomParentBFS()

void RandomParentBFS ( PSpMat_Bool Aeff)

Definition at line 154 of file RandomParentBFS.cpp.

◆ Symmetricize()

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

Definition at line 43 of file RandomParentBFS.cpp.

Variable Documentation

◆ cblas_allgathertime

double cblas_allgathertime

Definition at line 23 of file RandomParentBFS.cpp.

◆ cblas_alltoalltime

double cblas_alltoalltime

Definition at line 22 of file RandomParentBFS.cpp.

◆ cblas_localspmvtime

double cblas_localspmvtime

Definition at line 26 of file RandomParentBFS.cpp.

◆ cblas_mergeconttime

double cblas_mergeconttime

Definition at line 24 of file RandomParentBFS.cpp.

◆ cblas_splits

int cblas_splits = 1

Definition at line 30 of file RandomParentBFS.cpp.

◆ cblas_transvectime

double cblas_transvectime

Definition at line 25 of file RandomParentBFS.cpp.

◆ GlobalMT

MTRand GlobalMT(123)