Info

This question is closed. Reopen it to edit or answer.

Run Sysgen model on a cluster

1 view (last 30 days)
Aveek
Aveek on 17 Feb 2011
Closed: MATLAB Answer Bot on 20 Aug 2021
I have a huge sysgen model file with over 10K blocks and is killing my desktop while running for even small sim time. Does anybody know if and how is it possible to run the model on a cluster. Basically trying to make things faster rather than waiting for 15-30 min for one run to finish.

Answers (1)

Kaustubha Govind
Kaustubha Govind on 18 Feb 2011
Did you mean that you want the model to be distributed across the cluster? Unfortunately, that is currently not possible. However, you can use MATLAB Distributed Computing Server to farm out your model to be executed on a dedicated worker (or run the same model on multiple workers if you need to do a parameter sweep). Note that System Generator is a 3rd party blockset from Xilinx, so you might need to think about potential licensing restrictions. I'm not sure about the particulars, but on a cluster, each worker may attempt to check out a separate license.

Community Treasure Hunt

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

Start Hunting!