Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c267 x->use_status = PETSC_TRUE; in VecAssemblyBegin_MPI_BTS()
270 x->use_status = PETSC_FALSE; in VecAssemblyBegin_MPI_BTS()
307 …PetscCall(PetscMalloc2(4 * x->nrecvranks, &some_indices, (x->use_status ? (size_t)4 * x->nrecvrank… in VecAssemblyEnd_MPI_BTS()
315 …PetscCallMPI(MPI_Waitsome(4 * x->nrecvranks, x->recvreqs, &ndone, some_indices, x->use_status ? so… in VecAssemblyEnd_MPI_BTS()
329 if (x->use_status) { in VecAssemblyEnd_MPI_BTS()
352 if (x->use_status) { in VecAssemblyEnd_MPI_BTS()
H A Dpvecimpl.h29 …PetscBool use_status; /* Use MPI_Status to determine number of items in each mes… member
/petsc/src/mat/utils/
H A Dmatstash.c913 stash->use_status = PETSC_TRUE; /* Use count from message status. */ in MatStashScatterBegin_BTS()
917 stash->use_status = PETSC_FALSE; /* Use count from header instead of from message. */ in MatStashScatterBegin_BTS()
940 …anks, stash->recvreqs, &stash->some_count, stash->some_indices, stash->use_status ? stash->some_st… in MatStashScatterGetMesg_BTS()
945 if (stash->use_status) { /* Count what was actually sent */ in MatStashScatterGetMesg_BTS()
/petsc/include/petsc/private/
H A Dmatimpl.h368 …PetscBool use_status; /* Use MPI_Status to determine number of items in each messag… member