#include <mpi.h>
#include <sys/time.h>
#include <iostream>
#include <iomanip>
#include <functional>
#include <algorithm>
#include <vector>
#include <string>
#include <sstream>
#include "CombBLAS/CombBLAS.h"
#include "Glue.h"
#include "CCGrid.h"
Go to the source code of this file.
Namespaces | |
combblas | |
Functions | |
template<typename SR , typename IT , typename NT > | |
SpTuples< IT, NT > * | combblas::ParallelReduce_Alltoall_threaded (MPI_Comm &fibWorld, SpTuples< IT, NT > *&localmerged) |
template<typename NT , typename IT > | |
SpDCCols< IT, NT > * | combblas::ReduceAll_threaded (std::vector< SpTuples< IT, NT > * > &unreducedC, CCGrid &CMG) |