![]() |
![]()
| ![]() |
![]()
NAMEHPL_send - Send a message. SYNOPSIS#include "hpl.h" int HPL_send( double * SBUF, int SCOUNT, int DEST, int STAG, MPI_Comm COMM ); DESCRIPTIONHPL_send is a simple wrapper around MPI_Send. Its main purpose is to allow for some experimentation / tuning of this simple routine. Successful completion is indicated by the returned error code MPI_SUCCESS. In the case of messages of length less than or equal to zero, this function returns immediately. ARGUMENTS
SEE ALSOHPL_recv (3), HPL_sendrecv (3).
|