Add PARDISO lib to Matlab in Windows and LINUX

Version 2.0.2 (7,03 KB) von Barbara
Installation of all PARDISO files, additional compilers and guide of installation process for Windows and LINUX machines
94 Downloads
Aktualisiert 22. Mai 2023

Lizenz anzeigen

This guide intends to help windows users through the addition of the PARDISO libraries (C++) to Matlab in order to produce executables that have a .m extension. Users will be able to add these (C++) files as a .m file to their individual Matlab code. I struggled for quite some time with this process, so hopefully this code will help some folks that find themselves in the same situation.
"The package PARDISO is a high-performance, robust, memory–efficient and easy to use software for solving large sparse symmetric and nonsymmetric linear systems of equations on shared–memory and distributed-memory architectures."
The overall steps of the process are:
1. Request a license and download pardiso files from: https://www.pardiso-project.org/ You will need to download an executable called get_fingerprint from their website. Once you have it, run in on the cmd with ./get_fingerprint . Type in the machine fingerprint on the questionnaire.
2. Download complementary file pardiso-matlab.tgz: https://pardiso-project.org/manual/pardiso-matlab.tgz
3. Unzip all files and place them together in a folder, e.g.: 'C:\PARDISO'
4. Create txt file with license and save as panua.lic file with other files
5. Download additional compilers and build wrappers for use in matlab

Zitieren als

Barbara (2024). Add PARDISO lib to Matlab in Windows and LINUX (https://www.mathworks.com/matlabcentral/fileexchange/119053-add-pardiso-lib-to-matlab-in-windows-and-linux), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2021b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

MATLAB-PARDISO/WINDOWS

Version Veröffentlicht Versionshinweise
2.0.2

Individual files are provided, along with separate steps depending on machine environment

2.0.1

New license server needs a machine fingerprint

2.0.0

They recently updated their website and their licensing process. The steps are the same, I am just updating the links.

I am also providing instructions for LINUX machines

1.0.0