COMBINATORIAL_BLAS  1.6
OldReductions.h File Reference

Go to the source code of this file.

Functions

template<typename SR >
void ParallelReduce (MPI_Comm &fibWorld, tuple< int32_t, int32_t, double > *&localmerged, MPI_Datatype &MPI_triple, tuple< int32_t, int32_t, double > *&globalmerged, int inputnnz, int &outputnnz)
 
template<typename SR , typename IT , typename NT >
void ParallelReduce_Alltoall (MPI_Comm &fibWorld, tuple< IT, IT, NT > *&localmerged, MPI_Datatype &MPI_triple, tuple< IT, IT, NT > *&globalmerged, IT inputnnz, IT &outputnnz, IT ncols)
 

Function Documentation

◆ ParallelReduce()

template<typename SR >
void ParallelReduce ( MPI_Comm &  fibWorld,
tuple< int32_t, int32_t, double > *&  localmerged,
MPI_Datatype &  MPI_triple,
tuple< int32_t, int32_t, double > *&  globalmerged,
int  inputnnz,
int &  outputnnz 
)

Definition at line 12 of file OldReductions.h.

◆ ParallelReduce_Alltoall()

template<typename SR , typename IT , typename NT >
void ParallelReduce_Alltoall ( MPI_Comm &  fibWorld,
tuple< IT, IT, NT > *&  localmerged,
MPI_Datatype &  MPI_triple,
tuple< IT, IT, NT > *&  globalmerged,
IT  inputnnz,
IT &  outputnnz,
IT  ncols 
)

Definition at line 106 of file OldReductions.h.