Lines Matching refs:irecv
1195 PetscLogDouble isend[6], irecv[6]; in MatGetInfo_IS() local
1223 …PetscCallMPI(MPIU_Allreduce(isend, irecv, 6, MPIU_PETSCLOGDOUBLE, MPI_MAX, PetscObjectComm((PetscO… in MatGetInfo_IS()
1225 ginfo->nz_used = irecv[0]; in MatGetInfo_IS()
1226 ginfo->nz_allocated = irecv[1]; in MatGetInfo_IS()
1227 ginfo->nz_unneeded = irecv[2]; in MatGetInfo_IS()
1228 ginfo->memory = irecv[3]; in MatGetInfo_IS()
1229 ginfo->mallocs = irecv[4]; in MatGetInfo_IS()
1230 ginfo->assemblies = irecv[5]; in MatGetInfo_IS()
1232 …PetscCallMPI(MPIU_Allreduce(isend, irecv, 5, MPIU_PETSCLOGDOUBLE, MPI_SUM, PetscObjectComm((PetscO… in MatGetInfo_IS()
1234 ginfo->nz_used = irecv[0]; in MatGetInfo_IS()
1235 ginfo->nz_allocated = irecv[1]; in MatGetInfo_IS()
1236 ginfo->nz_unneeded = irecv[2]; in MatGetInfo_IS()
1237 ginfo->memory = irecv[3]; in MatGetInfo_IS()
1238 ginfo->mallocs = irecv[4]; in MatGetInfo_IS()