Skip to content

Matlab crash when pardiso_iterative='yes' #28

Description

@tvdbogert

Installed mexIPOPT from the Matlab Add-on manager.

linear_solver = 'pardiso' worked fine, but when I added pardiso_iterative='yes', Matlab crashed.

You can reproduce this in test_TRAIN/main.m, with the following options:

options.ipopt.linear_solver    = 'pardiso';
options.ipopt.pardiso_iterative = 'yes';
options.ipopt.pardiso_msglvl   = 4 ;

I am using Matlab R2024a on Windows, and panua-pardiso-20240630-win.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions