Statistiques
| Révision :

root / man / man3 / HPL_numrocI.3

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

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