Intel® Math Kernel Library 2019 Developer Reference - Fortran
Store internal structures from pardiso_64 to a file.
call pardiso_handle_store_64 (pt, dirname, error)
This function stores Intel MKL PARDISO structures to a file, allowing you to store Intel MKL PARDISO internal structures between the stages of the pardiso_64 routine. The pardiso_handle_restore_64 routine can restore the Intel MKL PARDISO internal structures from the file.
INTEGER*8 for 64-bit architectures
Array with a dimension of 64. Handle to internal data structure.
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.
Handle to internal data structure.
INTEGER
The error indicator.
No error.
Not enough memory.
Cannot open file for writing.
Error while writing to file.
Not supported in 32-bit library - routine is only supported in 64-bit libraries.
Wrong file format.