MPI_Pcontrol - Controls profiling


SYNOPSIS

       C:

            #include <mpi.h>

            int MPI_Pcontrol( level )
            int level;

       C++:

            #include <mpi.h>

            void Pcontrol(const int level, ...)

       Fortran:

            INCLUDE "mpif.h" (or USE MPI)

            INTEGER level, ...

            CALL MPI_PCONTROL(level)


STANDARDS

       This release implements the MPI 1.2 standard, as
       documented by the MPI Forum in the spring 1997 release of
       MPI:  A Message Passing Interface Standard.


DESCRIPTION

       The MPI_Pcontrol routine controls profiling.  This routine
       provides a common interface for profiling control.  The
       interpretation of level and any other parameters is left
       to the profiling library.  This routine accepts the
       following parameter:

       level     Specifies the profiling level


Man(1) output converted with man2html