1HPL_copyL(3) HPL Library Functions HPL_copyL(3)
2
3
4
6 HPL_copyL - Copy the current panel into a contiguous workspace.
7
9 #include "hpl.h"
10
11 void HPL_copyL( HPL_T_panel * PANEL );
12
14 HPL_copyL copies the panel of columns, the L1 replicated submatrix,
15 the pivot array and the info scalar into a contiguous workspace for
16 later broadcast.
17
18 The copy of this panel into a contiguous buffer can be enforced by
19 specifying -DHPL_COPY_L in the architecture specific Makefile.
20
22 PANEL (input/output) HPL_T_panel *
23 On entry, PANEL points to the current panel data structure
24 being broadcast.
25
27 HPL_binit (3), HPL_bcast (3), HPL_bwait (3).
28
29
30
31HPL 2.2 February 24, 2016 HPL_copyL(3)