Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
HPL_packL(3)		     HPL Library Functions		  HPL_packL(3)

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

SYNOPSIS
       #include	"hpl.h"

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

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

ARGUMENTS
       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.

SEE ALSO
       HPL_binit (3), HPL_bcast	(3), HPL_bwait (3).

HPL 2.3			       December	2, 2018			  HPL_packL(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=HPL_packL&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help