Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 12/16/2022
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_delete_64

Syntax

Delete files with pardiso_64 internal structure data.

call pardiso_handle_delete_64 (dirname, error)

Include Files
  • mkl.fi, mkl_pardiso.f90
Description

This function deletes files generated with pardiso_handle_store_64that contain Intel® oneAPI Math Kernel Library PARDISO internal structures.

Input Parameters
dirname

CHARACTER

String containing the name of the directory in which the file with the content of the internal structures are located. Use an empty string ("") to specify the current directory.

Output Parameters
error

INTEGER

The error indicator.

error
Information
0

No error.

-10

Cannot delete files.

-12

Not supported in 32-bit library - routine is only supported in 64-bit libraries.