pardiso_handle_delete
pardiso_handle_delete
Delete files with
pardiso
internal structure data. Syntax
void
pardiso_handle_delete
(
const
char
*
dirname
,
MKL_INT
*
error
);
Include Files
- mkl.h
Description
This function deletes files generated with PARDISO internal structures.
pardiso_handle_store
that contain Intel® oneAPI Math Kernel Library
Input Parameters
- dirname
- String containing the name of the directory in which the file with the content of the internal structures are located. Use an empty string ("") to specify the current directory.
Output Parameters
- error
- The error indicator.
- error
- Information
- 0
- No error.
- -10
- Cannot delete files.