#include "SpParMat3D.h"
#include "ParFriends.h"
#include "Operations.h"
#include "FileHeader.h"
#include "mmio.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <mpi.h>
#include <fstream>
#include <algorithm>
#include <set>
#include <stdexcept>
#include <string>
#include "CombBLAS/CombBLAS.h"
#include <unistd.h>
Go to the source code of this file.
|
| template<class IT , class NT > |
| std::tuple< IT, IT, NT > * | combblas::ExchangeData (std::vector< std::vector< std::tuple< IT, IT, NT > > > &tempTuples, MPI_Comm World, IT &datasize) |
| |
| template<class IT , class NT , class DER > |
| void | combblas::SpecialExchangeData (std::vector< DER > &sendChunks, MPI_Comm World, IT &datasize, NT dummy, vector< DER > &recvChunks) |
| |