MDCE Causing Blue Screen of Death (Clock Watchdog Timeout)
조회 수: 7 (최근 30일)
이전 댓글 표시
We have a 24 core computer that has a MDCE license on it. Currently I have 23 workers set for the machine. I am able to successfuly submit complex simulink runs to the machine and retrieve the data when they finish. However, once I start submitting enough jobs where some are in the queue the machine crashes given a BSoD error of "Clock Watchdog Timeout". I am not entirely sure how many jobs causes the error. Once I had 24 jobs going and they all finished without a problem.
댓글 수: 2
Ming Yue
2018년 12월 7일
It would be good to know whether the same crash happens without Simulink. To diagnose, you can submit some non-Simulink jobs (enough to have some jobs in the queue). The jobs could just be some long MATLAB function calls.
Also you could investigate the MDCE log file to look for signs out-of-memory errors. If you are using Windows, the log files are located here:
<TEMP>\MDCE\Log where <TEMP> refers to the system TEMP variable. By default, it is in the directory: C:\TEMP\MDCE\Log
Since you are using one computer with 24 cores, parallel computing could be done with PCT as well. Would these jobs crash if you use PCT instead? For PCT, you need to select "local" profile when you create the cluster:https://www.mathworks.com/help/distcomp/submit.html. Then the steps to submit job would be the same as submitting to MDCS.
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!