Why do I observe a 'libiomp5md.dll' dependency when I generate code with MATLAB Coder in MATLAB R2015b?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 10 Okt. 2025
Beantwortet: MathWorks Support Team
am 28 Okt. 2025 um 21:21
After upgrading to MATLAB R2015b, when I generate a DLL using MATLAB Coder, there is a new dependency for my project named 'libiomp5mp.dll'. Why does this dependency appear, and how do I disable it?
Akzeptierte Antwort
MathWorks Support Team
am 10 Okt. 2025
This is an expected behavior: starting in MATLAB R2015b, several library functions are automatically parallelized using OpenMP. You can disable this option by following the instructions for setting the 'EnableOpenMP' option to false.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!