COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
SpMMError.cpp File Reference
#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"
Include dependency graph for SpMMError.cpp:

Go to the source code of this file.

Macros

#define ValueType   int64_t
 

Typedefs

typedef SelectMaxSRing< bool, int64_tSR
 
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, ValueTypeDCColsType
 
typedef SpParMat< int64_t, ValueType, DCColsTypePSpMat_Int64
 
typedef PSpMat_Int64 MatType
 

Functions

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

Variables

double cblas_alltoalltime
 
double cblas_allgathertime
 

Macro Definition Documentation

◆ ValueType

#define ValueType   int64_t

Definition at line 22 of file SpMMError.cpp.

Typedef Documentation

◆ DCColsType

◆ MatType

Definition at line 25 of file SpMMError.cpp.

◆ PSpMat_Bool

◆ PSpMat_Int

◆ PSpMat_Int64

◆ SR

Definition at line 18 of file SpMMError.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 30 of file SpMMError.cpp.

Variable Documentation

◆ cblas_allgathertime

double cblas_allgathertime

Definition at line 15 of file SpMMError.cpp.

◆ cblas_alltoalltime

double cblas_alltoalltime

Definition at line 14 of file SpMMError.cpp.