Converting M code into C code in parallel

3 ビュー (過去 30 日間)
Alexander
Alexander 2013 年 8 月 21 日
Hello,
I'm trying to convert m-code into c-code with a coder project, which is working for me right now (no compilation, just code generation). However this is quite slow, since the coder is using only one core out of 4 (core i5 2nd generation - 2 real and 2 virtual cores). My question is if it is possible getting a matlab coder project to use all available cores?
The command line tool "codegen" also does not seem to have any parallel build options. Starting a matlabpool with 2 cores didn't help either.
If not, is it possible to do further work in matlab while it is generating C-code? By now it is blocking the console and Simulink.
My Matlab-Version is 2011a.
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 8 月 21 日
Open a second MATLAB session to work in.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by