File: MPE_Print_datatype_pack_action.4

package info (click to toggle)
mpich 1.2.5.3-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 53,880 kB
  • ctags: 44,904
  • sloc: ansic: 260,029; cpp: 91,556; sh: 42,421; java: 33,448; makefile: 8,959; fortran: 4,601; tcl: 3,548; f90: 3,517; perl: 2,251; asm: 999; csh: 856
file content (39 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH MPE_Print_datatype_pack_action 4 "7/12/2000" " " "MPE"
.SH NAME
MPE_Print_datatype_pack_action \-  Prints the operations performed in an  pack of a datatype 
.SH SYNOPSIS
.nf
int MPE_Print_datatype_pack_action( fp, count, type, in_offset, out_offset )
FILE         *fp;
int          count;
MPI_Datatype type;
int          in_offset, out_offset;
.fi
.SH INPUT PARAMETERS
.PD 0
.TP
.B fp  
- FILE pointer for output
.PD 1
.PD 0
.TP
.B count 
- Count of datatype
.PD 1
.PD 0
.TP
.B type 
- MPI Datatype
.PD 1
.PD 0
.TP
.B in_offset,out_offset 
- offsets for input and output buffer.  Should be
0 for most uses.
.PD 1

.SH NOTES
This prints on the selected file the operations that the MPICH
implementation will take when packing a buffer.
.SH LOCATION
examine.c