Terminates and cleans up a LAPI context.
Availability Library (liblapi_r.a)
#include <lapi.h>
int LAPI_Term(hndl)
lapi_handle_t hndl;
include 'lapif.h'
LAPI_TERM(hndl, ierror)
INTEGER hndl
INTEGER ierror
Type of call: local termination
Use this subroutine to terminate the LAPI context that is specified by hndl. Any LAPI notification threads that are associated with this context are terminated. An error occurs when any LAPI calls are made using hndl after LAPI_Term is called.
A DGSP that is registered under that LAPI handle remains valid even after LAPI_Term is called on hndl.
LAPI statistics are not reported for shared memory communication and data transfer, or for messages that a task sends to itself.
LAPI_Term(hndl);