~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to www/www3/MPI_T_category_get_pvars.html

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
</HEAD>
7
7
<BODY BGCOLOR="FFFFFF">
8
8
<A NAME="MPI_T_category_get_pvars"><H1>MPI_T_category_get_pvars</H1></A>
9
 
XXX description here 
 
9
Get performance variables in a category 
10
10
<H2>Synopsis</H2>
11
11
<PRE>
12
12
int MPI_T_category_get_pvars(int cat_index, int len, int indices[])
30
30
this is due to the use of memory allocation routines such as <TT>malloc
31
31
</TT>or other non-MPICH runtime routines that are themselves not interrupt-safe.
32
32
<P>
33
 
<H2>Notes for Fortran</H2>
34
 
All MPI routines in Fortran (except for <TT>MPI_WTIME</TT> and <TT>MPI_WTICK</TT>) have
35
 
an additional argument <TT>ierr</TT> at the end of the argument list.  <TT>ierr
36
 
</TT>is an integer and has the same meaning as the return value of the routine
37
 
in C.  In Fortran, MPI routines are subroutines, and are invoked with the
38
 
<TT>call</TT> statement.
39
 
<P>
40
 
All MPI objects (e.g., <TT>MPI_Datatype</TT>, <TT>MPI_Comm</TT>) are of type <TT>INTEGER
41
 
</TT>in Fortran.
42
 
<P>
43
33
<H2>Errors</H2>
44
34
<P>
45
35
All MPI routines (except <TT>MPI_Wtime</TT> and <TT>MPI_Wtick</TT>) return an error value;
55
45
an error; however, MPI implementations will attempt to continue whenever
56
46
possible.
57
47
<P>
58
 
<P><B>Location:</B>src/mpi_t/cat_get_pv.c<P>
 
48
<DL><DT><B>MPI_SUCCESS </B> <DD> No error; MPI routine completed successfully.
 
49
</DL>
 
50
<DL><DT><B>MPI_T_ERR_NOT_INITIALIZED </B> <DD> The MPI tool information interface is not initialized.
 
51
</DL>
 
52
<DL><DT><B>MPI_T_ERR_INVALID_INDEX </B> <DD> Index is invalid or has been deleted.
 
53
</DL>
 
54
<P><B>Location:</B>/tmp/gyCYfBi4J6/mpich-3.1/src/mpi_t/cat_get_pvars.c<P>
59
55
</BODY></HTML>