COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions | Variables
Graph500.cpp File Reference
#include "../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

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

Macro Definition Documentation

#define DETERMINISTIC

Definition at line 1 of file Graph500.cpp.

#define EDGEFACTOR   16

Definition at line 33 of file Graph500.cpp.

#define ITERS   16

Definition at line 32 of file Graph500.cpp.

#define MAXTRIALS   1

Function Documentation

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

Definition at line 59 of file Graph500.cpp.

unsigned int highestbitset ( uint64_t  v)

Definition at line 39 of file Graph500.cpp.

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

Definition at line 88 of file Graph500.cpp.

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

Definition at line 67 of file Graph500.cpp.


Variable Documentation

double cblas_allgathertime

Definition at line 22 of file Graph500.cpp.

double cblas_alltoalltime

Definition at line 21 of file Graph500.cpp.

double cblas_localspmvtime

Definition at line 25 of file Graph500.cpp.

double cblas_mergeconttime

Definition at line 23 of file Graph500.cpp.

int cblas_splits = 1

Definition at line 29 of file Graph500.cpp.

double cblas_transvectime

Definition at line 24 of file Graph500.cpp.