Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 3/22/2024
Public
Document Table of Contents

pardiso_handle_delete

Delete files with pardiso internal structure data.

Syntax

call pardiso_handle_delete (dirname, error)

Include Files

  • mkl.fi, mkl_pardiso.f90

Description

This function deletes files generated with pardiso_handle_storethat contain Intel® oneAPI Math Kernel Library (oneMKL) 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.