how to speed up Matlab
조회 수: 9 (최근 30일)
이전 댓글 표시
Currently we are using matlab/simulink to develop RFSoC using the ZCU111 board.
We also have a nice computer with 12 physical cores. But when I run the build model as shown in the photo below, I need several hours or days to compile (build model).
So, we searched the internet on how to increase matlab compiling speed. Then we found that Matlab used ONLY single core (https://www.mathworks.com/matlabcentral/answers/333779-why-isn-t-matlab-using-the-full-cpu).
Q1. How can we use multi-core for matlab to compile?
Q2. We have a nice computer (12 cores) with several accounts to use matlab. Unfortunately, we can't run/compile matlab simultaneously on different user's accounts. When I ran matlab on 2 different user accounts then they just stopped working at "Synthesis design" level. Of course, when I ran only one matlab, there was no error message. So can we use multi-matlab with multi-user?
댓글 수: 1
Walter Roberson
2023년 10월 13일
In some cases https://www.mathworks.com/help/simulink/gui/enableparallelmodelreferencebuilds.html might help.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!