R2018b release notes has "batchsim"... how is this different than Parallel Computing Toolbox?

2 vues (au cours des 30 derniers jours)
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?

Réponses (1)

Edric Ellis
Edric Ellis le 27 Sep 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.

Catégories

En savoir plus sur Run Multiple Simulations dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by