Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c1052 PetscMPIInt tag, cnt, maxcnt, scnt = 0, rcnt = 0, j; in PetscViewerBinaryWriteReadAll() local
1076 PetscCallMPI(MPI_Recv(&scnt, 1, MPI_INT, j, tag, comm, MPI_STATUS_IGNORE)); in PetscViewerBinaryWriteReadAll()
1077 PetscCall(PetscBinaryRead(fdes, workbuf, scnt, NULL, dtype)); in PetscViewerBinaryWriteReadAll()
1078 PetscCallMPI(MPI_Send(workbuf, scnt, mdtype, j, tag, comm)); in PetscViewerBinaryWriteReadAll()