Searched refs:insends (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 1522 …PetscMPIInt tag1 = stash->tag1, tag2 = stash->tag2, *sizes, *nlengths, nreceives, insends, … in MatStashScatterBegin_ScaLAPACK() local 1574 PetscCall(PetscMPIIntCast(nsends, &insends)); in MatStashScatterBegin_ScaLAPACK() 1575 PetscCall(PetscGatherMessageLengths(comm, insends, nreceives, nlengths, &onodes, &olengths)); in MatStashScatterBegin_ScaLAPACK()
|