Visible to Intel only — GUID: GUID-9ED49D39-6E90-487D-B087-E483D84ECFB2
Visible to Intel only — GUID: GUID-9ED49D39-6E90-487D-B087-E483D84ECFB2
pardiso_handle_store_64
Store internal structures from pardiso_64 to a file.
void pardiso_handle_store_64 (_MKL_DSS_HANDLE_t pt, const char *dirname, MKL_INT *error);
- mkl.h
This function stores Intel® oneAPI Math Kernel Library PARDISO structures to a file, allowing you to store Intel® oneAPI Math Kernel Library PARDISO internal structures between the stages of thepardiso_64 routine. The pardiso_handle_restore_64routine can restore the Intel® oneAPI Math Kernel Library PARDISO internal structures from the file.
- pt
-
Array with a dimension of 64. Handle to internal data structure.
- dirname
-
String containing the name of the directory to which to write the files with the content of the internal structures. Use an empty string ("") to specify the current directory. The routine creates a file named handle.pds in the directory.
- pt
-
Handle to internal data structure.
- error
-
The error indicator.
- error
- Information
- 0
-
No error.
- -2
-
Not enough memory.
- -10
-
Cannot open file for writing.
- -11
-
Error while writing to file.
- -12
-
Not supported in 32-bit library - routine is only supported in 64-bit libraries.
- -13
-
Wrong file format.