#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.
|
| 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 |
| |
|
| int | main (int argc, char *argv[]) |
| |
◆ ValueType
◆ DCColsType
◆ MatType
◆ PSpMat_Bool
◆ PSpMat_Int
◆ PSpMat_Int64
◆ SR
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ cblas_allgathertime
| double cblas_allgathertime |
◆ cblas_alltoalltime
| double cblas_alltoalltime |