Transfers control to the communication subsystem to check for arriving messages and to make progress in polling mode.
Availability Library (liblapi_r.a)
#include <lapi.h>
int LAPI_Probe(hndl)
lapi_handle_t hndl;
include 'lapif.h'
int LAPI_PROBE(hndl, ierror)
INTEGER hndl
INTEGER ierror
Type of call: local progress monitor (non-blocking)
This subroutine transfers control to the communication subsystem in order to make progress on messages associated with the context hndl. A LAPI_Probe operation lasts for one round of the communication dispatcher.
Note: There is no guarantee about receipt of messages on the return from this function.