?trnlspbc_delete

Releases allocated data.

Syntax

Fortran:

res = strnlspbc_delete(handle)

res = dtrnlspbc_delete(handle)

C:

res = strnlspbc_delete(&handle);

res = dtrnlspbc_delete(&handle);

Include Files

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.

Description

The ?trnlspbc_delete routine releases all memory allocated for the handle.

Note iconNote

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 _TRNSPBC_HANDLE_t in C/C++ and INTEGER*8 in FORTRAN.

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.h and mkl_rci.fi include files.


Submit feedback on this help topic

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.