petsc-3.3-p7 2013-05-11
PetscViewerBinaryGetMPIIODescriptor
Extracts the MPI IO file descriptor from a PetscViewer.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscViewerBinaryGetMPIIODescriptor(PetscViewer viewer,MPI_File *fdes)
Not Collective
Input Parameter
viewer -PetscViewer context, obtained from PetscViewerBinaryOpen()
Output Parameter
fdes -file descriptor
Fortran Note
This routine is not supported in Fortran.
See Also
PetscViewerBinaryOpen(),PetscViewerBinaryGetInfoPointer()
Level:advanced
Location:src/sys/viewer/impls/binary/binv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages