ViewerStringOpen

Opens a string as a viewer. This is a very simple viewer; information on the object is simply stored into the string in a fairly nice way.

Synopsis

int ViewerStringOpen(MPI_Comm comm,char *string,int len, Viewer *lab)

Input Parameters

comm -the communicator
string -the string to use

Output Parameter

lab -the viewer

Collective on MPI_Comm

Fortran Note

This routine is not supported in Fortran.

Keywords

Viewer, string, open

See Also

ViewerDestroy(), ViewerStringSPrintf()

Examples

src/sles/examples/tutorials/ex10.c

Location: src/viewer/impls/string/stringv.c
Viewer Index
Table of Contents