Searched refs:send_status (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/is/ao/impls/memscalable/ |
| H A D | aomemscalable.c | 104 MPI_Status *send_status, *send_status2; in AOMap_MemoryScalable_private() local 149 PetscCall(PetscMalloc3(n, &sindices, nsends, &send_waits, nsends, &send_status)); in AOMap_MemoryScalable_private() 192 if (nsends) PetscCallMPI(MPI_Waitall(nsends, send_waits, send_status)); in AOMap_MemoryScalable_private() 230 PetscCall(PetscFree3(sindices, send_waits, send_status)); in AOMap_MemoryScalable_private() 280 MPI_Status *send_status; in AOCreateMemoryScalable_private() local 319 PetscCall(PetscMalloc3(2 * n, &sindices, nsends, &send_waits, nsends, &send_status)); in AOCreateMemoryScalable_private() 359 if (nsends) PetscCallMPI(MPI_Waitall(nsends_i, send_waits, send_status)); in AOCreateMemoryScalable_private() 378 PetscCall(PetscFree3(sindices, send_waits, send_status)); in AOCreateMemoryScalable_private()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vecstash.c | 58 stash->send_status = NULL; in VecStashCreate_Private() 94 MPI_Status *send_status; in VecStashScatterEnd_Private() local 99 PetscCall(PetscMalloc1(2 * nsends, &send_status)); in VecStashScatterEnd_Private() 100 PetscCallMPI(MPI_Waitall(2 * nsends, stash->send_waits, send_status)); in VecStashScatterEnd_Private() 101 PetscCall(PetscFree(send_status)); in VecStashScatterEnd_Private()
|
| /petsc/src/ksp/pc/impls/redistribute/ |
| H A D | redistribute.c | 85 MPI_Status recv_status, *send_status; in PCSetUp_Redistribute() local 236 PetscCall(PetscMalloc1(nsends, &send_status)); in PCSetUp_Redistribute() 237 PetscCallMPI(MPI_Waitall(nsends, send_waits, send_status)); in PCSetUp_Redistribute() 238 PetscCall(PetscFree(send_status)); in PCSetUp_Redistribute()
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 69 stash->send_status = NULL; in MatStashCreate_Private() 132 MPI_Status *send_status; in MatStashScatterEnd_Ref() local 138 PetscCall(PetscMalloc1(2 * nsends, &send_status)); in MatStashScatterEnd_Ref() 139 PetscCallMPI(MPI_Waitall(2 * nsends, stash->send_waits, send_status)); in MatStashScatterEnd_Ref() 140 PetscCall(PetscFree(send_status)); in MatStashScatterEnd_Ref()
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 141 MPI_Status *send_status; /* array of send status */ member
|
| H A D | matimpl.h | 355 MPI_Status *send_status; /* array of send status */ member
|