Filter löschen
Filter löschen

Does it support to run Model Advisor on multiple MATLAB sessions?

1 Ansicht (letzte 30 Tage)
I have configured to run model advisor on continuous build environment with jenkins, but it failed to run code generation advisor on multiple MATLAB sessions.
Unable to read MAT-file C:\Users\****\AppData\Roaming\MathWorks\MATLAB\R2018b\mdladvcache.mat. File might be corrupt.
What causes the error when multiple MATLAB sessions on the same PC executes code generation advisor?

Akzeptierte Antwort

Rishav
Rishav am 12 Sep. 2023
Bearbeitet: Rishav am 16 Feb. 2024
Hi Minha,
Running multiple instances of MATLAB on a CI solution such as Jenkins, Bamboo, GitLab, etc. is not considered thread safe and can lead to the locking of the file "mdladvcache.mat", causing the 'File might be corrupt' error to be displayed.
Please leverage the Parallel Computing Toolbox for running checks in parallel. Please refer to the below mentioned documentation for more information on the same:
Thank you,
Rishav Saha

Weitere Antworten (0)

Kategorien

Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by