Searched refs:some_statuses (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 293 MPI_Status *some_statuses; in VecAssemblyEnd_MPI_BTS() local 307 … * x->nrecvranks, &some_indices, (x->use_status ? (size_t)4 * x->nrecvranks : 0), &some_statuses)); in VecAssemblyEnd_MPI_BTS() 315 …4 * x->nrecvranks, x->recvreqs, &ndone, some_indices, x->use_status ? some_statuses : MPI_STATUSES… in VecAssemblyEnd_MPI_BTS() 330 PetscCallMPI(MPI_Get_count(&some_statuses[ii], intmsg ? MPIU_INT : MPIU_SCALAR, &count)); in VecAssemblyEnd_MPI_BTS() 353 PetscCallMPI(MPI_Get_count(&some_statuses[ii], intmsg ? MPIU_INT : MPIU_SCALAR, &count)); in VecAssemblyEnd_MPI_BTS() 376 PetscCall(PetscFree2(some_indices, some_statuses)); in VecAssemblyEnd_MPI_BTS()
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 916 …l(PetscMalloc2(stash->nrecvranks, &stash->some_indices, stash->nrecvranks, &stash->some_statuses)); in MatStashScatterBegin_BTS() 940 …, &stash->some_count, stash->some_indices, stash->use_status ? stash->some_statuses : MPI_STATUSES… in MatStashScatterGetMesg_BTS() 948 PetscCallMPI(MPI_Get_count(&stash->some_statuses[stash->some_i], stash->blocktype, &ic)); in MatStashScatterGetMesg_BTS() 1017 PetscCall(PetscFree2(stash->some_indices, stash->some_statuses)); in MatStashScatterDestroy_BTS()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 381 MPI_Status *some_statuses; /* Statuses from last call to MPI_Waitsome */ member
|