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!