Searched refs:ismpiio (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex46.c | 13 PetscBool ismpiio, isskip; in MyVecDump() local 27 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &ismpiio)); in MyVecDump() 28 if (ismpiio) PetscCall(PetscPrintf(comm, "*** PetscViewer[write] using MPI-IO ***\n")); in MyVecDump() 40 PetscBool ismpiio, isskip; in MyVecLoad() local 56 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &ismpiio)); in MyVecLoad() 57 if (ismpiio) PetscCall(PetscPrintf(comm, "*** PetscViewer[load] using MPI-IO ***\n")); in MyVecLoad()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex15.c | 19 PetscBool ismpiio, isskip; in MyVecDump() local 33 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &ismpiio)); in MyVecDump() 34 if (ismpiio) PetscCall(PetscPrintf(comm, "*** PetscViewer[write] using MPI-IO ***\n")); in MyVecDump() 46 PetscBool ismpiio, isskip; in MyVecLoad() local 62 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &ismpiio)); in MyVecLoad() 63 if (ismpiio) PetscCall(PetscPrintf(comm, "*** PetscViewer[load] using MPI-IO ***\n")); in MyVecLoad()
|