COMBINATORIAL_BLAS  1.6
TopDownBFS.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  prunediscovered
 

Macros

#define DETERMINISTIC
 
#define ITERS   16
 
#define EDGEFACTOR   16
 
#define MAXTRIALS   1
 

Functions

unsigned int highestbitset (uint64_t v)
 
template<class T >
bool from_string (T &t, const string &s, std::ios_base &(*f)(std::ios_base &))
 
template<typename PARMAT >
void Symmetricize (PARMAT &A)
 
int main (int argc, char *argv[])
 

Variables

int cblas_splits
 
double cblas_alltoalltime
 
double cblas_allgathertime
 
double cblas_mergeconttime
 
double cblas_transvectime
 
double cblas_localspmvtime
 

Macro Definition Documentation

◆ DETERMINISTIC

#define DETERMINISTIC

Definition at line 29 of file TopDownBFS.cpp.

◆ EDGEFACTOR

#define EDGEFACTOR   16

Definition at line 49 of file TopDownBFS.cpp.

◆ ITERS

#define ITERS   16

Definition at line 48 of file TopDownBFS.cpp.

◆ MAXTRIALS

#define MAXTRIALS   1

Function Documentation

◆ from_string()

template<class T >
bool from_string ( T &  t,
const string &  s,
std::ios_base &(*)(std::ios_base &)  f 
)

Definition at line 76 of file TopDownBFS.cpp.

◆ highestbitset()

unsigned int highestbitset ( uint64_t  v)

Definition at line 56 of file TopDownBFS.cpp.

◆ main()

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

Definition at line 105 of file TopDownBFS.cpp.

◆ Symmetricize()

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

Definition at line 84 of file TopDownBFS.cpp.

Variable Documentation

◆ cblas_allgathertime

double cblas_allgathertime

Definition at line 43 of file TopDownBFS.cpp.

◆ cblas_alltoalltime

double cblas_alltoalltime

Definition at line 42 of file TopDownBFS.cpp.

◆ cblas_localspmvtime

double cblas_localspmvtime

Definition at line 46 of file TopDownBFS.cpp.

◆ cblas_mergeconttime

double cblas_mergeconttime

Definition at line 44 of file TopDownBFS.cpp.

◆ cblas_splits

int cblas_splits

Definition at line 40 of file TopDownBFS.cpp.

◆ cblas_transvectime

double cblas_transvectime

Definition at line 45 of file TopDownBFS.cpp.