R2018b release notes has "batchsim"... how is this different than Parallel Computing Toolbox?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Edric Ellis
2018-9-27
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 个评论
另请参阅
类别
在 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!