#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 | DetSymmetricize |
| struct | Twitter_obj_randomizer |
| struct | Twitter_materialize |
| struct | randGen |
Macros | |
| #define | DETERMINISTIC |
| #define | EDGEFACTOR 5 |
| #define | ITERS 16 |
| #define | PERCENTS 4 |
Typedefs | |
| typedef SpParMat< int64_t, TwitterEdge, SpDCCols< int64_t, TwitterEdge > > | PSpMat_Twitter |
| typedef SpParMat< int64_t, bool, SpDCCols< int64_t, bool > > | PSpMat_Bool |
Functions | |
| template<typename PARMAT > | |
| void | Symmetricize (PARMAT &A) |
| void | SymmetricizeRands (PSpMat_Twitter &A) |
| int | main (int argc, char *argv[]) |
Variables | |
| double | cblas_alltoalltime |
| double | cblas_allgathertime |
| int | cblas_splits |
| MTRand | GlobalMT (1) |
| #define DETERMINISTIC |
Definition at line 29 of file FilteredMIS.cpp.
| #define EDGEFACTOR 5 |
Definition at line 53 of file FilteredMIS.cpp.
| #define ITERS 16 |
Definition at line 54 of file FilteredMIS.cpp.
| #define PERCENTS 4 |
Definition at line 55 of file FilteredMIS.cpp.
Definition at line 93 of file FilteredMIS.cpp.
Definition at line 92 of file FilteredMIS.cpp.
Definition at line 147 of file FilteredMIS.cpp.
Definition at line 62 of file FilteredMIS.cpp.
| void SymmetricizeRands | ( | PSpMat_Twitter & | A | ) |
Definition at line 95 of file FilteredMIS.cpp.
| double cblas_allgathertime |
Definition at line 48 of file FilteredMIS.cpp.
| double cblas_alltoalltime |
Definition at line 47 of file FilteredMIS.cpp.
| int cblas_splits |
Definition at line 49 of file FilteredMIS.cpp.
| MTRand GlobalMT(1) | ( | 1 | ) |