petsc-3.3-p7 2013-05-11

PetscViewerBinarySetFlowControl

Returns how many messages are allowed to outstanding at the same time during parallel IO reads/writes

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscViewerBinarySetFlowControl(PetscViewer viewer,PetscInt fc)
Not Collective

Input Parameter

viewer - PetscViewer context, obtained from PetscViewerBinaryOpen()
fc - the number of messages, defaults to 256

See Also

PetscViewerBinaryOpen(),PetscViewerBinaryGetInfoPointer(), PetscViewerBinaryGetFlowControl()

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

Examples

src/vec/vec/examples/tutorials/ex10.c.html