Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Run Sysgen model on a cluster

조회 수: 5 (최근 30일)
Aveek
Aveek 2011년 2월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2011년 2월 18일
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!

Translated by