Visible to Intel only — GUID: GUID-8EF31F46-B036-479C-A0F8-FA50DF15C49B
Visible to Intel only — GUID: GUID-8EF31F46-B036-479C-A0F8-FA50DF15C49B
?trnlspbc_delete
Releases allocated data.
Syntax
res = strnlspbc_delete(handle)
res = dtrnlspbc_delete(handle)
Include Files
- Fortran: mkl_rci.fi, mkl_rci.f90
Description
The ?trnlspbc_delete routine releases all memory allocated for the handle. Only after calling this routine is it safe for the user to move or deallocate the memory referenced by x, LW, UP, and eps.
This routine flags memory as not used, but to actually release all memory you must call the support function mkl_free_buffers.
Input Parameters
- handle
-
Type INTEGER*8.
Output Parameters
- res
-
INTEGER. Informs about the task completion.
res = TR_SUCCESS means the routine completed the task normally.
TR_SUCCESS is defined in the mkl_rci.fi include file.