Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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 Intel® oneAPI Math Kernel Library (oneMKL) PARDISO structures to a file, allowing you to store Intel® oneAPI Math Kernel Library (oneMKL) PARDISO internal structures between the stages of thepardiso_64 routine. The pardiso_handle_restore_64routine can restore the Intel® oneAPI Math Kernel Library (oneMKL) PARDISO internal structures from the file.

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 named handle.pds in 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.