Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex46.c22 if (usempiio) PetscCall(PetscViewerBinarySetUseMPIIO(viewer, PETSC_TRUE)); in MyVecDump()
49 if (usempiio) PetscCall(PetscViewerBinarySetUseMPIIO(viewer, PETSC_TRUE)); in MyVecLoad()
/petsc/src/dm/tutorials/
H A Dex15.c28 if (usempiio) PetscCall(PetscViewerBinarySetUseMPIIO(viewer, PETSC_TRUE)); in MyVecDump()
55 if (usempiio) PetscCall(PetscViewerBinarySetUseMPIIO(viewer, PETSC_TRUE)); in MyVecLoad()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi87 PetscErrorCode PetscViewerBinarySetUseMPIIO(PetscViewer, PetscBool)
H A DViewer.pyx303 CHKERR(PetscViewerBinarySetUseMPIIO(self.vwr, PETSC_TRUE))
/petsc/include/
H A Dpetscviewer.h57 PETSC_EXTERN PetscErrorCode PetscViewerBinarySetUseMPIIO(PetscViewer, PetscBool);
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c272 PetscErrorCode PetscViewerBinarySetUseMPIIO(PetscViewer viewer, PetscBool use) in PetscViewerBinarySetUseMPIIO() function