Visible to Intel only — GUID: GUID-6836578B-B580-4842-8D21-731A0C6DBF85
Visible to Intel only — GUID: GUID-6836578B-B580-4842-8D21-731A0C6DBF85
pardiso_handle_delete_64
Delete files with pardiso_64 internal structure data.
void pardiso_handle_delete_64 (const char *dirname, MKL_INT *error);
- mkl.h
This function deletes files generated with pardiso_handle_store_64that contain Intel® oneAPI Math Kernel Library PARDISO internal structures.
- 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.
- error
-
The error indicator.
- error
- Information
- 0
-
No error.
- -10
-
Cannot delete files.
- -12
-
Not supported in 32-bit library - routine is only supported in 64-bit libraries.