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

« back to all changes in this revision

Viewing changes to man/man3/MPI_T_category_get_num.3

  • 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:
1
 
.TH MPI_T_category_get_num 3 "4/24/2013" " " "MPI"
 
1
.TH MPI_T_category_get_num 3 "2/20/2014" " " "MPI"
2
2
.SH NAME
3
 
MPI_T_category_get_num \-  XXX description here 
 
3
MPI_T_category_get_num \-  Get the number of categories 
4
4
.SH SYNOPSIS
5
5
.nf
6
6
int MPI_T_category_get_num(int *num_cat)
21
21
.I malloc
22
22
or other non-MPICH runtime routines that are themselves not interrupt-safe.
23
23
 
24
 
.SH NOTES FOR FORTRAN
25
 
All MPI routines in Fortran (except for 
26
 
.I MPI_WTIME
27
 
and 
28
 
.I MPI_WTICK
29
 
) have
30
 
an additional argument 
31
 
.I ierr
32
 
at the end of the argument list.  
33
 
.I ierr
34
 
is an integer and has the same meaning as the return value of the routine
35
 
in C.  In Fortran, MPI routines are subroutines, and are invoked with the
36
 
.I call
37
 
statement.
38
 
 
39
 
All MPI objects (e.g., 
40
 
.I MPI_Datatype
41
 
42
 
.I MPI_Comm
43
 
) are of type 
44
 
.I INTEGER
45
 
in Fortran.
46
 
 
47
24
.SH ERRORS
48
25
 
49
26
All MPI routines (except 
73
50
an error; however, MPI implementations will attempt to continue whenever
74
51
possible.
75
52
 
 
53
.PD 0
 
54
.TP
 
55
.B MPI_SUCCESS 
 
56
- No error; MPI routine completed successfully.
 
57
.PD 1
 
58
.PD 0
 
59
.TP
 
60
.B MPI_T_ERR_NOT_INITIALIZED 
 
61
- The MPI tool information interface is not initialized.
 
62
.PD 1
76
63
.SH LOCATION
77
 
src/mpi_t/cat_get_num.c
 
64
/tmp/gyCYfBi4J6/mpich-3.1/src/mpi_t/cat_get_num.c