8#include "CombBLAS/CombBLAS.h"
31 template <
typename c,
typename t>
37 std::copy( str.begin(), str.end(),
strarray.begin() );
43 template <
typename c,
typename t>
64 cout <<
"Usage: ./ParIOTest <MatrixA> <MatrixB_general>" <<
endl;
65 cout <<
"<MatrixA> is an absolute address, and file should be in Matrix Market format" <<
endl;
66 cout <<
"<MatrixB_general> is an absolute address, file is in general triples format (MCL calls this label input)" <<
endl;
89 A.ParallelWriteMM(
"A_Error.mtx",
true);
90 B.ParallelWriteMM(
"B_Error.mtx",
true);
SpParMat< int64_t, NT, DCCols > MPI_DCCols
SpDCCols< int64_t, NT > DCCols
array< char, MAXVERTNAME > getNoNum(int64_t index)
array< char, MAXVERTNAME > read(std::basic_istream< c, t > &is, int64_t index)
void save(std::basic_ostream< c, t > &os, const array< char, MAXVERTNAME > &strarray, int64_t index)
static void Print(const std::string &s)