Visible to Intel only — GUID: GUID-F2A5CDE3-B3C5-4307-8A07-DD6DDDA2D19D
Visible to Intel only — GUID: GUID-F2A5CDE3-B3C5-4307-8A07-DD6DDDA2D19D
dss_delete
Deletes all of the data structures created during the solutions process.
Syntax
call dss_delete(handle, opt)
Include Files
- mkl.fi, mkl_dss.f90
Description
The routine dss_delete deletes all data structures created during the solving process.
Input Parameters
opt |
INTEGER, INTENT(IN) Parameter to pass the DSS options. The default value is MKL_DSS_MSG_LVL_WARNING + MKL_DSS_TERM_LVL_ERROR. |
Output Parameters
handle |
TYPE (MKL_DSS_HANDLE), INTENT(INOUT) Pointer to the data structure storing internal DSS results (MKL_DSS_HANDLE). |
Return Values
MKL_DSS_SUCCESS
MKL_DSS_STATE_ERR
MKL_DSS_INVALID_OPTION
MKL_DSS_OUT_OF_MEMORY
MKL_DSS_MSG_LVL_ERR
MKL_DSS_TERM_LVL_ERR