Cleaning parallel workers messages appears just immediately after running simulations when using parsim
8 次查看(过去 30 天)
显示 更早的评论
I am trying to run 100 parallel simulations using parsim. If I run 4 simulations (also in parallel), it runs perfectly. However, when I decided to run 100 simulations the parpool starts normally, but right after the "Running Simulations" message appears, it mentions that it is "Cleaning up parallel workers" as if it has already finished.
[09-Nov-2021 00:33:14] Checking for availability of parallel pool...
Starting parallel pool (parpool) using the 'local' profile ...
Connected to the parallel pool (number of workers: 4).
[09-Nov-2021 00:33:29] Starting Simulink on parallel workers...
[09-Nov-2021 00:33:34] Configuring simulation cache folder on parallel workers...
[09-Nov-2021 00:33:34] Loading model on parallel workers...
[09-Nov-2021 00:33:39] Running simulations...
[09-Nov-2021 00:35:12] Cleaning up parallel workers...
I had waited hours, and not even 1 simulation has conclude.
1 个评论
Reid Spence
2021-11-10
Hi Rafael,
Have you tried using Simulation Manager? Sometimes that can make it easier to see what is going on.
回答(1 个)
Raymond Norris
2021-11-10
I'm not a Simulink user, so bare with me in case I take you down the wrong path.
I'm guessing you are setting the parsim RunInBackground option to 'on', which will display the message. Take a look at
to see if it's required or if batchsim is a better option for your workflow.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Run Multiple Simulations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!