pardiso_handle_store_64
pardiso_handle_store_64
Store internal structures from
pardiso_64
to a file. Syntax
void
pardiso_handle_store_64
(
_MKL_DSS_HANDLE_t
pt
,
const
char
*
dirname
,
MKL_INT
*
error
);
Include Files
- mkl.h
Description
This function stores PARDISO structures to a file, allowing you to store PARDISO internal structures between the stages of thepardiso_64 routine. The pardiso_handle_restore_64routine can restore the PARDISO internal structures from the file.
Intel® oneAPI Math Kernel Library
Intel® oneAPI Math Kernel Library
Intel® oneAPI Math Kernel Library
Input Parameters
- pt
- Array with a dimension of 64. Handle to internal data structure.
- dirname
- 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 namedhandle.pdsin the directory.
Output Parameters
- pt
- Handle to internal data structure.
- error
- 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.