COMBINATORIAL_BLAS  1.6
SingleChildBFS.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
 

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

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

Macro Definition Documentation

◆ DETERMINISTIC

#define DETERMINISTIC

Definition at line 1 of file SingleChildBFS.cpp.

◆ EDGEFACTOR

#define EDGEFACTOR   16

Definition at line 34 of file SingleChildBFS.cpp.

◆ ITERS

#define ITERS   16

Definition at line 33 of file SingleChildBFS.cpp.

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 61 of file SingleChildBFS.cpp.

◆ highestbitset()

unsigned int highestbitset ( uint64_t  v)

Definition at line 41 of file SingleChildBFS.cpp.

◆ main()

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

Definition at line 99 of file SingleChildBFS.cpp.

◆ Symmetricize()

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

Definition at line 69 of file SingleChildBFS.cpp.

Variable Documentation

◆ cblas_allgathertime

double cblas_allgathertime

Definition at line 23 of file SingleChildBFS.cpp.

◆ cblas_alltoalltime

double cblas_alltoalltime

Definition at line 22 of file SingleChildBFS.cpp.

◆ cblas_localspmvtime

double cblas_localspmvtime

Definition at line 26 of file SingleChildBFS.cpp.

◆ cblas_mergeconttime

double cblas_mergeconttime

Definition at line 24 of file SingleChildBFS.cpp.

◆ cblas_splits

int cblas_splits = 1

Definition at line 30 of file SingleChildBFS.cpp.

◆ cblas_transvectime

double cblas_transvectime

Definition at line 25 of file SingleChildBFS.cpp.