8#include "CombBLAS/CombBLAS.h"
25#define ElementType double
39 cout <<
"Usage: ./MultTest <MatrixA> <MatrixB>" <<
endl;
40 cout <<
"<MatrixA>,<MatrixB> are absolute addresses, and files should be in triples format" <<
endl;
51 A.ReadDistribute(
Aname, 0);
53 B.ReadDistribute(
Bname, 0);
78 cout<<
"Double buffered multiplications finished"<<
endl;
99 cout<<
"Synchronous multiplications finished"<<
endl;
SpParMat< int, NT, DCCols > MPI_DCCols
SpDCCols< int, NT > DCCols
static void Print(const std::string &s)