Developer Reference for Intel® oneAPI Math Kernel Library for C
pardiso_handle_store_64
Store internal structures from pardiso_64 to a file.
Syntax
voidpardiso_handle_store_64 ( _MKL_DSS_HANDLE_tpt , constchar*dirname , MKL_INT*error );
Include Files
mkl.h
Description
This function stores Intel® oneAPI Math Kernel Library (oneMKL) PARDISO structures to a file, allowing you to store Intel® oneMKL PARDISO internal structures between the stages of the pardiso_64 routine. The pardiso_handle_restore_64 routine can restore the Intel® oneMKL PARDISO internal structures from the file.
Input Parameters
- pt
-
INTEGER*8 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.
Output Parameters
- pt
-
Handle to internal data structure.
- error
-
INTEGER The error indicator.