Searched refs:buf_j (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | mpimesg.c | 241 PetscMPIInt size, tag, i, j, *buf_s, *buf_r, *buf_j = NULL; in PetscGatherMessageLengths2() local 257 buf_j = buf_r + (2 * i); in PetscGatherMessageLengths2() 258 PetscCallMPI(MPIU_Irecv(buf_j, 2, MPI_INT, MPI_ANY_SOURCE, tag, comm, r_waits + i)); in PetscGatherMessageLengths2() 264 buf_j = buf_s + (2 * j); in PetscGatherMessageLengths2() 265 buf_j[0] = *(ilengths1 + i); in PetscGatherMessageLengths2() 266 buf_j[1] = *(ilengths2 + i); in PetscGatherMessageLengths2() 267 PetscCallMPI(MPIU_Isend(buf_j, 2, MPI_INT, i, tag, comm, s_waits + j)); in PetscGatherMessageLengths2() 280 buf_j = buf_r + (2 * i); in PetscGatherMessageLengths2() 281 (*olengths1)[i] = buf_j[0]; in PetscGatherMessageLengths2() 282 (*olengths2)[i] = buf_j[1]; in PetscGatherMessageLengths2()
|