root / man / man3 / HPL_indxg2p.3
Historique | Voir | Annoter | Télécharger (1,5 ko)
1 |
.TH HPL_indxg2p 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions" |
---|---|
2 |
.SH NAME |
3 |
HPL_indxg2p \- Map a global index into a process coordinate. |
4 |
.SH SYNOPSIS |
5 |
\fB\&#include "hpl.h"\fR |
6 |
|
7 |
\fB\&int\fR |
8 |
\fB\&HPL_indxg2p(\fR |
9 |
\fB\&const int\fR |
10 |
\fI\&IG\fR, |
11 |
\fB\&const int\fR |
12 |
\fI\&INB\fR, |
13 |
\fB\&const int\fR |
14 |
\fI\&NB\fR, |
15 |
\fB\&const int\fR |
16 |
\fI\&SRCPROC\fR, |
17 |
\fB\&const int\fR |
18 |
\fI\&NPROCS\fR |
19 |
\fB\&);\fR |
20 |
.SH DESCRIPTION |
21 |
\fB\&HPL_indxg2p\fR |
22 |
computes the process coordinate which posseses the entry |
23 |
of a matrix specified by a global index IG. |
24 |
.SH ARGUMENTS |
25 |
.TP 8 |
26 |
IG (input) const int |
27 |
On entry, IG specifies the global index of the matrix entry. |
28 |
IG must be at least zero. |
29 |
.TP 8 |
30 |
INB (input) const int |
31 |
On entry, INB specifies the size of the first block of the |
32 |
global matrix. INB must be at least one. |
33 |
.TP 8 |
34 |
NB (input) const int |
35 |
On entry, NB specifies the blocking factor used to partition |
36 |
and distribute the matrix A. NB must be larger than one. |
37 |
.TP 8 |
38 |
SRCPROC (input) const int |
39 |
On entry, SRCPROC specifies the coordinate of the process |
40 |
that possesses the first row or column of the matrix. SRCPROC |
41 |
must be at least zero and strictly less than NPROCS. |
42 |
.TP 8 |
43 |
NPROCS (input) const int |
44 |
On entry, NPROCS specifies the total number of process rows |
45 |
or columns over which the matrix is distributed. NPROCS must |
46 |
be at least one. |
47 |
.SH SEE ALSO |
48 |
.BR HPL_indxg2l \ (3), |
49 |
.BR HPL_indxg2p \ (3), |
50 |
.BR HPL_indxl2g \ (3), |
51 |
.BR HPL_numroc \ (3), |
52 |
.BR HPL_numrocI \ (3). |