Home
last modified time | relevance | path

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

/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DFullyDistSpVec.cpp1408 int * curptrs = NULL; in ReadDistribute() local
1417 curptrs = new int[neighs]; in ReadDistribute()
1418 std::fill_n(curptrs, neighs, 0); // fill with zero in ReadDistribute()
1451 inds[ rec * buffperneigh + curptrs[rec] ] = locind; in ReadDistribute()
1453 ++ (curptrs[rec]); in ReadDistribute()
1458 MPI_Scatter(curptrs, 1, MPI_INT, &recvcount, 1, MPI_INT, master, World); in ReadDistribute()
1476 std::fill_n(curptrs, neighs, 0); in ReadDistribute()
1484 std::fill_n(curptrs, neighs, std::numeric_limits<int>::max()); in ReadDistribute()
1485 MPI_Scatter(curptrs, 1, MPI_INT, &recvcount, 1, MPI_INT, master, World); in ReadDistribute()
1492 DeleteAll(inds,vals, curptrs); in ReadDistribute()
[all …]