Statistiques
| Révision :

root / man / man3 / HPL_indxl2g.3

Historique | Voir | Annoter | Télécharger (1,75 ko)

1
.TH HPL_indxl2g 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2
.SH NAME
3
HPL_indxl2g \- Map a index-process pair into a global index.
4
.SH SYNOPSIS
5
\fB\&#include "hpl.h"\fR
6
 
7
\fB\&int\fR
8
\fB\&HPL_indxl2g(\fR
9
\fB\&const int\fR
10
\fI\&IL\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\&PROC\fR,
17
\fB\&const int\fR
18
\fI\&SRCPROC\fR,
19
\fB\&const int\fR
20
\fI\&NPROCS\fR
21
\fB\&);\fR
22
.SH DESCRIPTION
23
\fB\&HPL_indxl2g\fR
24
computes the global index of a matrix  entry  pointed to
25
by the local index IL of the process indicated by PROC.
26
.SH ARGUMENTS
27
.TP 8
28
IL      (input)                 const int
29
On entry, IL specifies the local  index of the matrix  entry.
30
IL must be at least zero.
31
.TP 8
32
INB     (input)                 const int
33
On entry,  INB  specifies  the size of the first block of the
34
global matrix. INB must be at least one.
35
.TP 8
36
NB      (input)                 const int
37
On entry,  NB specifies the blocking factor used to partition
38
and distribute the matrix A. NB must be larger than one.
39
.TP 8
40
PROC    (input)                 const int
41
On entry, PROC  specifies the coordinate of the process whose
42
local array row or column is to be determined. PROC  must  be
43
at least zero and strictly less than NPROCS.
44
.TP 8
45
SRCPROC (input)                 const int
46
On entry,  SRCPROC  specifies  the coordinate of the  process
47
that possesses the first row or column of the matrix. SRCPROC
48
must be at least zero and strictly less than NPROCS.
49
.TP 8
50
NPROCS  (input)                 const int
51
On entry,  NPROCS  specifies the total number of process rows
52
or columns over which the matrix is distributed.  NPROCS must
53
be at least one.
54
.SH SEE ALSO
55
.BR HPL_indxg2l \ (3),
56
.BR HPL_indxg2lp \ (3),
57
.BR HPL_indxg2p \ (3),
58
.BR HPL_numroc \ (3),
59
.BR HPL_numrocI \ (3).