Visible to Intel only — GUID: GUID-FF7588E5-1765-4C06-9B57-A1F14BB44744
Visible to Intel only — GUID: GUID-FF7588E5-1765-4C06-9B57-A1F14BB44744
pardiso_handle_restore_64
Restore pardiso_64 internal structures from a file.
Syntax
call pardiso_handle_restore_64 (pt, dirname, error)
Include Files
- mkl.fi, mkl_pardiso.f90
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_64 after a phase of the pardiso_64 routine and continue execution of the next phase.
Input Parameters
- dirname
-
CHARACTER
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.
Input Parameters
- pt
-
INTEGER for 32-bit or 64-bit architectures
INTEGER*8 for 64-bit architectures
Array with a dimension of 64. Handle to internal data structure.
- error
-
INTEGER
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.