ViewerASCIISynchronizedFPrintf

Prints synchronized output to the specified file from several processors. Output of the first processor is followed by that of the second, etc.

Synopsis

#include "petsc.h"   
int ViewerASCIISynchronizedPrintf(Viewer viewer,const char format[],...)
Not Collective, must call collective ViewerFlush() to get the results out

Input Parameters

viewer - the ASCII viewer
format - the usual printf() format string

See Also

PetscSynchronizedPrintf(), PetscSynchronizedFlush(), PetscFPrintf(),
PetscFOpen(), ViewerFlush(), ViewerASCIIGetPointer(), ViewerDestroy(), ViewerASCIIOpen(), ViewerASCIIPrintf()

Level:intermediate
Location:src/sys/src/viewer/impls/ascii/filev.c
Viewer Index
Table of Contents