PetscPrintf
Prints to standard out, only from the first processor in the communicator.
Synopsis
int PetscPrintf(MPI_Comm comm,char *format,...)
Not
Collective
Input Parameters
comm | - the communicator
|
format | - the usual printf() format string
|
Fortran Note
This routine is not supported in Fortran.
Keywords
parallel, printf
See Also
PetscFPrintf(), PetscSynchronizedPrintf()
Examples
src/sys/examples/tutorials/ex2.c
src/sys/examples/tutorials/ex1.c
src/ts/examples/tutorials/ex2f.F
Location: src/sys/src/fileiomprint.c
System Index
Table of Contents