what is the solution for error "the client lost connection to workers" while executing test cases in parallel and generating crash dump file
7 ビュー (過去 30 日間)
古いコメントを表示
while doing parallel test excution i'm getting an error posted below and it is generating crash dump files but i'm unable to read that files, here i have initiated the parpool. what could be the solution for this? here is the attachment of crash dump file:
採用された回答
Pavan Singh
2022 年 9 月 12 日
The crash is occurring due to an issue with the parallel execution infrastructure in releases prior to R2020a. Starting in R2020b, "Parsim" is internally used for parallel test execution and you should be able to directly run the tests as it is in parallel in 20b without any crash from workers.
As a workaround before 20b, you can uncheck the 'Stop Simulation at Last Time Point' checkbox in the Inputs section of both the test cases. Running the test cases in parallel after making the change should work fine without any crash from the workers.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Outputs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!