petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscViewerBinaryAddMPIIOOffset

Adds to the current offset that should be passed to MPI_File_set_view()

Synopsis

#include "petscviewer.h"   
PetscErrorCode PetscViewerBinaryAddMPIIOOffset(PetscViewer viewer,MPI_Offset off)
Not Collective Many br

Input Parameters

viewer - PetscViewer context, obtained from PetscViewerBinaryOpen() Many br
off - the addition to the offset Many br

Many br

Fortran Note

This routine is not supported in Fortran. Many br

Use PetscViewerBinaryGetMPIIOOffset() to get the value that you should pass to MPI_File_set_view() Many br

See Also

PetscViewerBinaryOpen(),PetscViewerBinaryGetInfoPointer()

Level:advanced
Location:
src/sys/classes/viewer/impls/binary/binv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages