Home
last modified time | relevance | path

Searched defs:CommGrid (Results 1 – 2 of 2) sorted by relevance

/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DCommGrid.h56 CommGrid (const CommGrid & rhs): grrows(rhs.grrows), grcols(rhs.grcols), in CommGrid() function
/dports/math/combblas/CombBLAS_beta_16_2/src/
H A DCommGrid.cpp37 CommGrid::CommGrid(MPI_Comm world, int nrowproc, int ncolproc): grrows(nrowproc), grcols(ncolproc) in CommGrid() function in combblas::CommGrid