VIEWER_AMS_

Creates an AMS memory snooper viewer shared by all processors in a communicator.

Synopsis

Viewer VIEWER_AMS_(MPI_Comm comm)
Collective on MPI_Comm

Input Parameters

comm -the MPI communicator to share the viewer

Notes

Unlike almost all other PETSc routines, VIEWER_AMS_ does not return an error code. The window viewer is usually used in the form
      XXXView(XXX object,VIEWER_AMS_(comm));

See Also

VIEWER_AMS_WORLD, VIEWER_AMS_SELF, ViewerAMSOpen(),

Level:developer
Location:
src/sys/src/viewer/impls/ams/ams.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages