Visible to Intel only — GUID: GUID-AC122A6E-151E-46DB-A99A-140597C60A8F
Visible to Intel only — GUID: GUID-AC122A6E-151E-46DB-A99A-140597C60A8F
pardiso_handle_restore
Restore pardiso internal structures from a file.
Syntax
void pardiso_handle_restore (_MKL_DSS_HANDLE_t pt, const char *dirname, MKL_INT *error);
Include Files
- mkl.h
Description
This function restores Intel® oneAPI Math Kernel Library (oneMKL) PARDISO structures from a file. This allows you to restore Intel® oneAPI Math Kernel Library (oneMKL) PARDISO internal structures stored bypardiso_handle_store after a phase of the pardiso routine and continue execution of the next phase.
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
- pt
-
Array with a dimension of 64. Handle to internal data structure.
- error
-
The error indicator.
- error
- Information
- 0
-
No error.
- -2
-
Not enough memory.
- -10
-
Cannot open file for reading.
- -11
-
Error while reading from file.
- -13
-
Wrong file format.