![]() |
![]()
| ![]() |
![]()
NAMEHPL_recv - Receive a message. SYNOPSIS#include "hpl.h" int HPL_recv( double * RBUF, int RCOUNT, int SRC, int RTAG, MPI_Comm COMM ); DESCRIPTIONHPL_recv is a simple wrapper around MPI_Recv. Its main purpose is to allow for some experimentation / tuning of this simple routine. Successful completion is indicated by the returned error code HPL_SUCCESS. In the case of messages of length less than or equal to zero, this function returns immediately. ARGUMENTS
SEE ALSOHPL_send (3), HPL_sendrecv (3).
|