Intel® Math Kernel Library 2019 Developer Reference - Fortran

pardiso_handle_store

Store internal structures from pardiso to a file.

Syntax

call pardiso_handle_store (pt, dirname, error)

Include Files

Description

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 routine. The pardiso_handle_restore routine can restore the Intel MKL PARDISO internal structures from the file.

Input Parameters

pt

INTEGER for 32-bit or 64-bit architectures

INTEGER*8 for 64-bit architectures

Array with a size 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.

Output Parameters

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.

-13

Wrong file format.