GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HPL_pdpanel_init(3) HPL Library Functions HPL_pdpanel_init(3)

HPL_pdpanel_init - Initialize the panel resources.

#include "hpl.h"

void HPL_pdpanel_init( HPL_T_grid * GRID, HPL_T_palg * ALGO, const int M, const int N, const int JB, HPL_T_pmat * A, const int IA, const int JA, const int TAG, HPL_T_panel * PANEL );

HPL_pdpanel_init initializes a panel data structure.

GRID (local input) HPL_T_grid *
On entry, GRID points to the data structure containing the process grid information.
ALGO (global input) HPL_T_palg *
On entry, ALGO points to the data structure containing the algorithmic parameters.
M (local input) const int
On entry, M specifies the global number of rows of the panel. M must be at least zero.
N (local input) const int
On entry, N specifies the global number of columns of the panel and trailing submatrix. N must be at least zero.
JB (global input) const int
On entry, JB specifies is the number of columns of the panel. JB must be at least zero.
A (local input/output) HPL_T_pmat *
On entry, A points to the data structure containing the local array information.
IA (global input) const int
On entry, IA is the global row index identifying the panel and trailing submatrix. IA must be at least zero.
JA (global input) const int
On entry, JA is the global column index identifying the panel and trailing submatrix. JA must be at least zero.
TAG (global input) const int
On entry, TAG is the row broadcast message id.
PANEL (local input/output) HPL_T_panel *
On entry, PANEL points to the data structure containing the panel information.

HPL_pdpanel_new (3), HPL_pdpanel_disp (3), HPL_pdpanel_free (3).
December 2, 2018 HPL 2.3

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.