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

« back to all changes in this revision

Viewing changes to www/www3/MPI_T_enum_get_info.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_enum_get_info"><H1>MPI_T_enum_get_info</H1></A>
9
 
XXX description here 
 
9
Get the information about an enumeration 
10
10
<H2>Synopsis</H2>
11
11
<PRE>
12
12
int MPI_T_enum_get_info(MPI_T_enum enumtype, int *num, char *name, int *name_len)
34
34
this is due to the use of memory allocation routines such as <TT>malloc
35
35
</TT>or other non-MPICH runtime routines that are themselves not interrupt-safe.
36
36
<P>
37
 
<H2>Notes for Fortran</H2>
38
 
All MPI routines in Fortran (except for <TT>MPI_WTIME</TT> and <TT>MPI_WTICK</TT>) have
39
 
an additional argument <TT>ierr</TT> at the end of the argument list.  <TT>ierr
40
 
</TT>is an integer and has the same meaning as the return value of the routine
41
 
in C.  In Fortran, MPI routines are subroutines, and are invoked with the
42
 
<TT>call</TT> statement.
43
 
<P>
44
 
All MPI objects (e.g., <TT>MPI_Datatype</TT>, <TT>MPI_Comm</TT>) are of type <TT>INTEGER
45
 
</TT>in Fortran.
46
 
<P>
47
37
<H2>Errors</H2>
48
38
<P>
49
39
All MPI routines (except <TT>MPI_Wtime</TT> and <TT>MPI_Wtick</TT>) return an error value;
59
49
an error; however, MPI implementations will attempt to continue whenever
60
50
possible.
61
51
<P>
62
 
<P><B>Location:</B>src/mpi_t/enum_get_info.c<P>
 
52
<DL><DT><B>MPI_SUCCESS </B> <DD> No error; MPI routine completed successfully.
 
53
</DL>
 
54
<DL><DT><B>MPI_T_ERR_NOT_INITIALIZED </B> <DD> The MPI tool information interface is not initialized.
 
55
</DL>
 
56
<DL><DT><B>MPI_T_ERR_INVALID_HANDLE </B> <DD> The handle is invalid.
 
57
</DL>
 
58
<P><B>Location:</B>/tmp/gyCYfBi4J6/mpich-3.1/src/mpi_t/enum_get_info.c<P>
63
59
</BODY></HTML>