Searched refs:PetscViewerBinarySetUseMPIIO (Results 1 – 6 of 6) sorted by relevance
22 if (usempiio) PetscCall(PetscViewerBinarySetUseMPIIO(viewer, PETSC_TRUE)); in MyVecDump()49 if (usempiio) PetscCall(PetscViewerBinarySetUseMPIIO(viewer, PETSC_TRUE)); in MyVecLoad()
28 if (usempiio) PetscCall(PetscViewerBinarySetUseMPIIO(viewer, PETSC_TRUE)); in MyVecDump()55 if (usempiio) PetscCall(PetscViewerBinarySetUseMPIIO(viewer, PETSC_TRUE)); in MyVecLoad()
87 PetscErrorCode PetscViewerBinarySetUseMPIIO(PetscViewer, PetscBool)
303 CHKERR(PetscViewerBinarySetUseMPIIO(self.vwr, PETSC_TRUE))
57 PETSC_EXTERN PetscErrorCode PetscViewerBinarySetUseMPIIO(PetscViewer, PetscBool);
272 PetscErrorCode PetscViewerBinarySetUseMPIIO(PetscViewer viewer, PetscBool use) in PetscViewerBinarySetUseMPIIO() function