Re-enables the sending of messages to the task.
Availability Library (liblapi_r.a)
#include <lapi.h>
int LAPI_Resume_totask(hndl, dest)
lapi_handle_t hndl;
uint dest;
include 'lapif.h'
int LAPI_RESUME_TOTASK(hndl, dest, ierror)
INTEGER hndl
INTEGER dest
INTEGER ierror
Type of call: recovery
This subroutine is used in conjunction with LAPI_Purge_totask. It enables LAPI communication to be reestablished for a task that had previously been purged. The purged task must either restart LAPI or execute a LAPI_Purge_totask/LAPI_Resume_totask sequence for this task.
Use of this subroutine is not recommmended on a system that is running Parallel Environment (PE).