1MPI_Pcontrol(3) LAM/MPI MPI_Pcontrol(3)
2
3
4
6 MPI_Pcontrol - Controls profiling
7
9 #include <mpi.h>
10 int MPI_Pcontrol(int level, ...)
11
13 level - Profiling level
14
15
17 This routine provides a common interface for profiling control. The
18 interpretation of level and any other arguments is left to the profil‐
19 ing library. LAM/MPI's implementation of this function is a no-op that
20 always returns MPI_SUCCESS .
21
22
23
25 All MPI routines in Fortran (except for MPI_WTIME and MPI_WTICK ) have
26 an additional argument ierr at the end of the argument list. ierr is
27 an integer and has the same meaning as the return value of the routine
28 in C. In Fortran, MPI routines are subroutines, and are invoked with
29 the call statement.
30
31 All MPI objects (e.g., MPI_Datatype , MPI_Comm ) are of type INTEGER in
32 Fortran.
33
34
36 For more information, please see the official MPI Forum web site, which
37 contains the text of both the MPI-1 and MPI-2 standards. These docu‐
38 ments contain detailed information about each MPI function (most of
39 which is not duplicated in these man pages).
40
41 http://www.mpi-forum.org/
42
43
44
46 The LAM Team would like the thank the MPICH Team for the handy program
47 to generate man pages ("doctext" from ftp://ftp.mcs.anl.gov/pub/sow‐
48 ing/sowing.tar.gz ), the initial formatting, and some initial text for
49 most of the MPI-1 man pages.
50
52 pcontrol.c
53
54
55
56LAM/MPI 7.1.2 2/23/2006 MPI_Pcontrol(3)