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

« back to all changes in this revision

Viewing changes to man/man3/MPI_T_pvar_handle_free.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_pvar_handle_free 3 "4/24/2013" " " "MPI"
 
1
.TH MPI_T_pvar_handle_free 3 "2/20/2014" " " "MPI"
2
2
.SH NAME
3
 
MPI_T_pvar_handle_free \-  XXX description here 
 
3
MPI_T_pvar_handle_free \-  Free an existing handle for a performance variable 
4
4
.SH SYNOPSIS
5
5
.nf
6
6
int MPI_T_pvar_handle_free(MPI_T_pvar_session session, MPI_T_pvar_handle *handle)
26
26
.I malloc
27
27
or other non-MPICH runtime routines that are themselves not interrupt-safe.
28
28
 
29
 
.SH NOTES FOR FORTRAN
30
 
All MPI routines in Fortran (except for 
31
 
.I MPI_WTIME
32
 
and 
33
 
.I MPI_WTICK
34
 
) have
35
 
an additional argument 
36
 
.I ierr
37
 
at the end of the argument list.  
38
 
.I ierr
39
 
is an integer and has the same meaning as the return value of the routine
40
 
in C.  In Fortran, MPI routines are subroutines, and are invoked with the
41
 
.I call
42
 
statement.
43
 
 
44
 
All MPI objects (e.g., 
45
 
.I MPI_Datatype
46
 
47
 
.I MPI_Comm
48
 
) are of type 
49
 
.I INTEGER
50
 
in Fortran.
51
 
 
52
29
.SH ERRORS
53
30
 
54
31
All MPI routines (except 
78
55
an error; however, MPI implementations will attempt to continue whenever
79
56
possible.
80
57
 
 
58
.PD 0
 
59
.TP
 
60
.B MPI_SUCCESS 
 
61
- No error; MPI routine completed successfully.
 
62
.PD 1
 
63
.PD 0
 
64
.TP
 
65
.B MPI_T_ERR_NOT_INITIALIZED 
 
66
- The MPI tool information interface is not initialized.
 
67
.PD 1
 
68
.PD 0
 
69
.TP
 
70
.B MPI_T_ERR_INVALID_SESSION 
 
71
- Session argument is not valid.
 
72
.PD 1
 
73
.PD 0
 
74
.TP
 
75
.B MPI_T_ERR_INVALID_HANDLE 
 
76
- The handle is invalid.
 
77
.PD 1
81
78
.SH LOCATION
82
 
src/mpi_t/pvar_handle_free.c
 
79
/tmp/gyCYfBi4J6/mpich-3.1/src/mpi_t/pvar_handle_free.c