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.
call pardiso_handle_store_64 (pt, dirname, error)
- mkl.fi, mkl_pardiso.f90
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
-
INTEGER*8 for 64-bit architectures
Array with a dimension of 64. Handle to internal data structure.
- dirname
-
CHARACTER
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
-
INTEGER
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.