root / man / man3 / HPL_numrocI.3 @ 1
Historique | Voir | Annoter | Télécharger (1,91 ko)
1 |
.TH HPL_numrocI 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions" |
---|---|
2 |
.SH NAME |
3 |
HPL_numrocI \- Compute the local number of row/columns. |
4 |
.SH SYNOPSIS |
5 |
\fB\&#include "hpl.h"\fR |
6 |
|
7 |
\fB\&int\fR |
8 |
\fB\&HPL_numrocI(\fR |
9 |
\fB\&const int\fR |
10 |
\fI\&N\fR, |
11 |
\fB\&const int\fR |
12 |
\fI\&I\fR, |
13 |
\fB\&const int\fR |
14 |
\fI\&INB\fR, |
15 |
\fB\&const int\fR |
16 |
\fI\&NB\fR, |
17 |
\fB\&const int\fR |
18 |
\fI\&PROC\fR, |
19 |
\fB\&const int\fR |
20 |
\fI\&SRCPROC\fR, |
21 |
\fB\&const int\fR |
22 |
\fI\&NPROCS\fR |
23 |
\fB\&);\fR |
24 |
.SH DESCRIPTION |
25 |
\fB\&HPL_numrocI\fR |
26 |
returns the local number of matrix rows/columns process |
27 |
PROC will get if we give out N rows/columns starting from global |
28 |
index I. |
29 |
.SH ARGUMENTS |
30 |
.TP 8 |
31 |
N (input) const int |
32 |
On entry, N specifies the number of rows/columns being dealt |
33 |
out. N must be at least zero. |
34 |
.TP 8 |
35 |
I (input) const int |
36 |
On entry, I specifies the global index of the matrix entry |
37 |
I must be at least zero. |
38 |
.TP 8 |
39 |
INB (input) const int |
40 |
On entry, INB specifies the size of the first block of th |
41 |
global matrix. INB must be at least one. |
42 |
.TP 8 |
43 |
NB (input) const int |
44 |
On entry, NB specifies the blocking factor used to partition |
45 |
and distribute the matrix A. NB must be larger than one. |
46 |
.TP 8 |
47 |
PROC (input) const int |
48 |
On entry, PROC specifies the coordinate of the process whos |
49 |
local portion is determined. PROC must be at least zero an |
50 |
strictly less than NPROCS. |
51 |
.TP 8 |
52 |
SRCPROC (input) const int |
53 |
On entry, SRCPROC specifies the coordinate of the proces |
54 |
that possesses the first row or column of the matrix. SRCPRO |
55 |
must be at least zero and strictly less than NPROCS. |
56 |
.TP 8 |
57 |
NPROCS (input) const int |
58 |
On entry, NPROCS specifies the total number of process row |
59 |
or columns over which the matrix is distributed. NPROCS mus |
60 |
be at least one. |
61 |
.SH SEE ALSO |
62 |
.BR HPL_indxg2l \ (3), |
63 |
.BR HPL_indxg2lp \ (3), |
64 |
.BR HPL_indxg2p \ (3), |
65 |
.BR HPL_indxl2g \ (3), |
66 |
.BR HPL_numroc \ (3). |