Why do I observe a 'libiomp5md.dll' dependency when I generate code with MATLAB Coder in MATLAB R2015b?
조회 수: 5 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2025년 10월 10일
답변: MathWorks Support Team
2025년 10월 28일 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?
채택된 답변
MathWorks Support Team
2025년 10월 10일
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!