Home
last modified time | relevance | path

Searched refs:ColWorld (Results 1 – 6 of 6) sorted by relevance

/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DBitMapFringe.h47 MPI_Comm ColWorld = x.getcommgrid()->GetColWorld(); in BitMapFringe() local
57 MPI_Comm_size(ColWorld, &colneighs); in BitMapFringe()
58 MPI_Comm_rank(ColWorld, &colrank); in BitMapFringe()
62 MPI_Allgather(MPI_IN_PLACE, 1, MPI_INT, counts, 1, MPI_INT, ColWorld); in BitMapFringe()
137 MPI_Comm ColWorld = cg->GetColWorld(); in TransposeGather() local
148 …], MPIType<uint64_t>(), gather_bm->data(), send_counts, word_dpls, MPIType<uint64_t>(), ColWorld); in TransposeGather()
158 MPI_Allgather(MPI_IN_PLACE, 1, MPIType<uint64_t>(), firsts, 1, MPIType<uint64_t>(), ColWorld); in TransposeGather()
H A DParFriends.h1103 MPI_Comm_size(ColWorld, &colneighs); in AllGatherVector()
1104 MPI_Comm_rank(ColWorld, &colrank); in AllGatherVector()
1107 MPI_Allgather(MPI_IN_PLACE, 1, MPI_INT, colnz, 1, MPI_INT, ColWorld); in AllGatherVector()
1131 MPI_Bcast(&lenuntilcol, 1, MPIType<IU>(), 0, ColWorld); in AllGatherVector()
1402 MPI_Comm ColWorld = x.commGrid->GetColWorld(); in SpMV() local
1601 MPI_Comm ColWorld = x.commGrid->GetColWorld(); in SpMV() local
1615 MPI_Comm_size(ColWorld, &colneighs); in SpMV()
1616 MPI_Comm_rank(ColWorld, &colrank); in SpMV()
1681 MPI_Comm ColWorld = x.commGrid->GetColWorld(); in SpMV() local
1701 MPI_Comm_size(ColWorld, &colneighs); in SpMV()
[all …]
H A DBFSFriends.h334 MPI_Comm ColWorld = x.commGrid->GetColWorld(); in SpMV() local
352 …AllGatherVector(ColWorld, trxlocnz, lenuntil, trxinds, trxnums, indacc, numacc, accnz, true); // t… in SpMV()
462 MPI_Comm ColWorld = cg->GetColWorld(); in BottomUpStep() local
470 MPI_Bcast(&coluntil, 1, MPIType<IT>(), 0, ColWorld); in BottomUpStep()
H A DSpParMat.cpp714 MPI_Comm ColWorld = x.commGrid->GetColWorld(); in DimApply() local
730 MPI_Comm_size(ColWorld, &colneighs); in DimApply()
731 MPI_Comm_rank(ColWorld, &colrank); in DimApply()
1337 MPI_Comm ColWorld = rvec.commGrid->GetColWorld(); in Kselect1() local
1728 MPI_Comm ColWorld = commGrid->GetColWorld(); in MaskedReduce() local
2203 MPI_Comm ColWorld = pvals.commGrid->GetColWorld(); in PruneColumn() local
2218 MPI_Comm_size(ColWorld, &colneighs); in PruneColumn()
2219 MPI_Comm_rank(ColWorld, &colrank); in PruneColumn()
2282 MPI_Comm ColWorld = pvals.commGrid->GetColWorld(); in PruneColumn() local
2302 MPI_Comm_size(ColWorld, &colneighs); in PruneColumn()
[all …]
/dports/math/combblas/CombBLAS_beta_16_2/BipartiteMatchings/
H A DUtility.h166 MPI_Comm ColWorld = commGrid->GetColWorld(); in MatchingWeight() local
202 MPI_Allgather(MPI_IN_PLACE, 1, MPI_INT, colsize.data(), 1, MPI_INT, ColWorld); in MatchingWeight()
207 …, trxsize, MPIType<IT>(), RepMateC2R.data(), colsize.data(), dpls.data(), MPIType<IT>(), ColWorld); in MatchingWeight()
H A DApproxWeightPerfectMatching.h264 MPI_Comm ColWorld = param.commGrid->GetColWorld(); in ReplicateMateWeights() local
267 …_Allreduce(MPI_IN_PLACE, RepMateWC2R.data(), RepMateWC2R.size(), MPIType<NT>(), MPI_SUM, ColWorld); in ReplicateMateWeights()
802 MPI_Comm ColWorld = commGrid->GetColWorld(); in TwoThirdApprox() local
855 MPI_Allgather(MPI_IN_PLACE, 1, MPI_INT, colsize.data(), 1, MPI_INT, ColWorld); in TwoThirdApprox()
860 …, trxsize, MPIType<IT>(), RepMateC2R.data(), colsize.data(), dpls.data(), MPIType<IT>(), ColWorld); in TwoThirdApprox()
1072 std::vector<std::tuple<IT,IT>> updatedC2R = MateBcast(colBcastTuples, ColWorld); in TwoThirdApprox()