Releases allocated data.
Fortran:
res = strnlspbc_delete(handle)
res = dtrnlspbc_delete(handle)
C:
res = strnlspbc_delete(&handle);
res = dtrnlspbc_delete(&handle);
The Fortran interfaces are specified in the mkl_rci.fi include file and the C interfaces are specified in the mkl_rci.h include file.
The ?trnlspbc_delete routine releases all memory allocated for the handle.
This routine flags memory as not used, but to actually release all memory you must call the support function mkl_free_buffers.
Type _TRNSPBC_HANDLE_t in C/C++ and INTEGER*8 in FORTRAN.
INTEGER. Informs about the task completion.
res = TR_SUCCESS means the routine completed the task normally.
TR_SUCCESS is defined in the mkl_rci.h and mkl_rci.fi include files.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.