Cleaning parallel workers messages appears just immediately after running simulations when using parsim
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rafael Borobio Castillo
el 9 de Nov. de 2021
Comentada: Rafael Borobio Castillo
el 12 de Nov. de 2021
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 comentario
Reid Spence
el 10 de Nov. de 2021
Hi Rafael,
Have you tried using Simulation Manager? Sometimes that can make it easier to see what is going on.
Respuestas (1)
Raymond Norris
el 10 de Nov. de 2021
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.
Ver también
Categorías
Más información sobre Run Multiple Simulations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!