Searched refs:firstreqs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/utils/ |
| H A D | psort.c | 176 MPI_Request *firstreqs; in PetscParallelRedistribute() local 184 PetscCall(PetscMalloc2(size, &firstreqs, size, &secondreqs)); in PetscParallelRedistribute() 202 …rayin[map->range[i] - myOffset], overlap, MPIU_INT, i, firsttag, map->comm, &firstreqs[nfirst++])); in PetscParallelRedistribute() 228 PetscCallMPI(MPI_Waitall(nfirst, firstreqs, MPI_STATUSES_IGNORE)); in PetscParallelRedistribute() 230 PetscCall(PetscFree2(firstreqs, secondreqs)); in PetscParallelRedistribute()
|