#include <mpi.h>#include <sys/time.h>#include <iostream>#include <functional>#include <algorithm>#include <vector>#include <string>#include <sstream>#include <stdint.h>#include "CombBLAS/CombBLAS.h"
Go to the source code of this file.
Macros | |
| #define | ValueType int64_t |
Typedefs | |
| typedef SelectMaxSRing< bool, int64_t > | SR |
| typedef SpParMat< int64_t, bool, SpDCCols< int64_t, bool > > | PSpMat_Bool |
| typedef SpParMat< int64_t, int, SpDCCols< int64_t, int > > | PSpMat_Int |
| typedef SpDCCols< int64_t, ValueType > | DCColsType |
| typedef SpParMat< int64_t, ValueType, DCColsType > | PSpMat_Int64 |
| typedef PSpMat_Int64 | MatType |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| double | cblas_alltoalltime |
| double | cblas_allgathertime |
Definition at line 22 of file SpMMError.cpp.
Definition at line 23 of file SpMMError.cpp.
Definition at line 25 of file SpMMError.cpp.
Definition at line 19 of file SpMMError.cpp.
Definition at line 20 of file SpMMError.cpp.
Definition at line 24 of file SpMMError.cpp.
Definition at line 18 of file SpMMError.cpp.
Definition at line 30 of file SpMMError.cpp.
| double cblas_allgathertime |
Definition at line 15 of file SpMMError.cpp.
| double cblas_alltoalltime |
Definition at line 14 of file SpMMError.cpp.