Intel® Math Kernel Library 2019 Developer Reference - C
Restore pardiso internal structures from a file.
void pardiso_handle_restore (_MKL_DSS_HANDLE_t pt, const char *dirname, MKL_INT *error);
This function restores Intel MKL PARDISO structures from a file. This allows you to restore Intel MKL PARDISO internal structures stored by pardiso_handle_store after a phase of the pardiso routine and continue execution of the next phase.
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.
Array with a dimension of 64. Handle to internal data structure.
The error indicator.
No error.
Not enough memory.
Cannot open file for reading.
Error while reading from file.
Wrong file format.