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) |
| 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.
| 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.