Statistiques
| Révision :

root / man / man3 / HPL_min.3 @ 1

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

1
.TH HPL_min 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2
.SH NAME
3
HPL_min \- Combine (min) two buffers.
4
.SH SYNOPSIS
5
\fB\&#include "hpl.h"\fR
6
 
7
\fB\&void\fR
8
\fB\&HPL_min(\fR
9
\fB\&const int\fR
10
\fI\&N\fR,
11
\fB\&const void *\fR
12
\fI\&IN\fR,
13
\fB\&void *\fR
14
\fI\&INOUT\fR,
15
\fB\&const HPL_T_TYPE\fR
16
\fI\&DTYPE\fR
17
\fB\&);\fR
18
.SH DESCRIPTION
19
\fB\&HPL_min\fR
20
combines (min) two buffers.
21
.SH ARGUMENTS
22
.TP 8
23
N       (input)                 const int
24
On entry, N  specifies  the  length  of  the  buffers  to  be
25
combined. N must be at least zero.
26
.TP 8
27
IN      (input)                 const void *
28
On entry, IN points to the input-only buffer to be combined.
29
.TP 8
30
INOUT   (input/output)          void *
31
On entry, INOUT  points  to  the  input-output  buffer  to be
32
combined.  On exit,  the  entries of this array contains  the
33
combined results.
34
.TP 8
35
DTYPE   (input)                 const HPL_T_TYPE
36
On entry,  DTYPE  specifies the type of the buffers operands.
37
.SH SEE ALSO
38
.BR HPL_broadcast \ (3),
39
.BR HPL_reduce \ (3),
40
.BR HPL_all_reduce \ (3),
41
.BR HPL_barrier \ (3),
42
.BR HPL_max \ (3),
43
.BR HPL_sum \ (3).