Releases allocated data.
Fortran:
res = strnlsp_delete(handle)
res = dtrnlsp_delete(handle)
C:
res = strnlsp_delete(&handle);
res = dtrnlsp_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 routine releases allocated data.
Type _TRNSP_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.
Copyright © 1994 - 2010, Intel Corporation. All rights reserved.