MPI_Pcontrol function
Controls profiling.
Syntax
int MPIAPI MPI_Pcontrol(
const int level,
...
);
Parameters
level
Profiling level....
Other arguments (see remarks).
Return value
MPI_SUCCESS
Fortran
MPI_PCONTROL(LEVEL)
INTEGER LEVEL
Remarks
This routine provides a common interface for profiling control. The interpretation of level and any other arguments is left to the profiling library. The intention is that a profiling library will provide a replacement for this routine and define the interpretation of the parameters.
Requirements
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package or HPC Pack 2008 Client Utilities |
Header |
Mpi.h; Mpif.h |
Library |
Msmpi.lib |
DLL |
Msmpi.dll |