Add PARDISO lib to Matlab in Windows and LINUX

版本 2.0.2 (7.0 KB) 作者: Barbara
Installation of all PARDISO files, additional compilers and guide of installation process for Windows and LINUX machines
94.0 次下载
更新时间 2023/5/22

查看许可证

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

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021b
兼容任何版本
平台兼容性
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

版本 已发布 发行说明
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