Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/mpi/ !
H A Dbaijov.c621 …ize, tag0, tag2, tag3, tag4, *w1, *w2, *w3, *w4, nrqr, nrqs = 0, *req_source1 = NULL, *req_source2; local
706 req_source2 = smat_i->req_source2;
734 req_source2 = smat_i->req_source2;
878 PetscCall(PetscMalloc3(nrqs, &req_source2, nrqs, &rbuf2, nrqs, &rbuf3));
924 req_source2[i] = pa[i];
925 …PetscCallMPI(MPIU_Irecv(rbuf3[i], rbuf2[i][0], MPIU_INT, req_source2[i], tag3, comm, r_waits3 + i)…
1163 smat_i->req_source2 = req_source2;
1202 smat_i->req_source2 = req_source2;
1236 …PetscCallMPI(MPIU_Irecv(rbuf4[i], rbuf2[i][0] * bs2, MPIU_SCALAR, req_source2[i], tag4, comm, r_wa…
/petsc/src/mat/impls/aij/mpi/ !
H A Dmpiov.c1222 …PetscMPIInt rank, size, *req_source1, *req_source2, tag1, tag2, tag3, tag4, *w1, *w2, nrqr, nr… in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local
1370 PetscCall(PetscMalloc3(nrqs, &req_source2, nrqs, &rbuf2, nrqs, &rbuf3)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1416 req_source2[i] = r_status2[i].MPI_SOURCE; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1417 …PetscCallMPI(MPIU_Irecv(rbuf3[i], rbuf2[i][0], MPIU_INT, req_source2[i], tag3, comm, r_waits3 + i)… in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1620 smatis1->req_source2 = req_source2; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1661 req_source2 = smatis1->req_source2; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1689 …PetscCallMPI(MPIU_Irecv(rbuf4[i], rbuf2[i][0], MPIU_SCALAR, req_source2[i], tag4, comm, r_waits4 +… in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
2042 … rank, size, tag0, tag2, tag3, tag4, *w1, *w2, *w3, *w4, nrqr, *req_source1 = NULL, *req_source2; in MatCreateSubMatrices_MPIAIJ_Local() local
2110 req_source2 = smat_i->req_source2; in MatCreateSubMatrices_MPIAIJ_Local()
2137 req_source2 = smat_i->req_source2; in MatCreateSubMatrices_MPIAIJ_Local()
[all …]
/petsc/src/mat/impls/aij/seq/ !
H A Daij.h19 PetscMPIInt *req_source1, *req_source2; member
H A Daij.c2651 PetscCall(PetscFree3(submatj->req_source2, submatj->rbuf2, submatj->rbuf3)); in MatDestroySubMatrix_Private()