R2018b release notes has "batchsim"... how is this different than Parallel Computing Toolbox?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
batchsim: allows you to run batch simulations, in serial or in parallel. To run batch simulations in parallel, specify the size of the parallel pool. batchsim offloads simulations to the compute cluster, giving you the ability to carry out other tasks while the batch job is processing, or close the client MATLAB and access the batch job later.
Is this something new? Is this different from the Parallel Computing Toolbox?
0 Commenti
Risposte (1)
Edric Ellis
il 27 Set 2018
batchsim is new in R2018b, and is designed to work with Parallel Computing Toolbox to make it simpler to run multiple Simulink simulations in parallel in a "batch" offload mode.
batchsim is the "offload" version of parsim - meaning that you don't need to create use a parallel pool, and you can e.g. quit your client MATLAB while your simulations are running in the background.
0 Commenti
Vedere anche
Categorie
Scopri di più su Run Multiple Simulations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!