How to avoid single workers getting stuck in 'queued' or 'compilation completed' stages
조회 수: 3 (최근 30일)
이전 댓글 표시
I am running a batch of simulink simulations in a parallel worker pool in MATLAB 2023B. Here, I am experiencing that single simulations occupy the workers for hours, since they get stuck in the 'Compilation finished' or 'queued' stage, some of these later aborting with 'vtdelay memory allocation' errors. My overall RAM (~512GB) on the machine never gets used up more than 70%.

As a result, the pool of 30 Workers is reduced to 6-7 effectively computing during the run. What could be possible causes of this and are there strategies how to avoid this? Can single runs be restarted if they take too long?
Each simulation uses the Accelerator, if that is of interest.
Thank you for any hint on this!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Acceleration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!