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_packL(3) HPL Library Functions HPL_packL(3)

HPL_packL - Form the MPI structure for the row ring broadcasts.

#include "hpl.h"

int HPL_packL( HPL_T_panel * PANEL, const int INDEX, const int LEN, const int IBUF );

HPL_packL forms the MPI data type for the panel to be broadcast. Successful completion is indicated by the returned error code MPI_SUCCESS.

PANEL (input/output) HPL_T_panel *
On entry, PANEL points to the current panel data structure being broadcast.
INDEX (input) const int
On entry, INDEX points to the first entry of the packed buffer being broadcast.
LEN (input) const int
On entry, LEN is the length of the packed buffer.
IBUF (input) const int
On entry, IBUF specifies the panel buffer/count/type entries that should be initialized.

HPL_binit (3), HPL_bcast (3), HPL_bwait (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.