What can affect the performance of Matlab Compiler?
1 回表示 (過去 30 日間)
古いコメントを表示
I'm working on the porting of C Standalone Executable and C Shared Library. The programs and libraries used to run Under Unix systems. They now need to run Under Windows Server 2008 R2 OS. This is a new installation of Matlab R2013a and Visual Compiler 2010 so I'm testing the installation with Matlab provided examples (hello, triangle, etc). The compilation process works fine but it takes a very long time to produce the executable or the libray. For example, this morning I started the compilation of the matrixdriver example. After almost 4 hours, the compilation is not over yet!! What can be done to improve the compilation performance?
System info: Windows Server 2008 R2. 12 Gbytes of RAM. OS is 64-bit but Matlab and VS2010 are 32-bit for compatibility issue.
0 件のコメント
回答 (1 件)
Nathan Crosty
2013 年 7 月 25 日
One option is to turn off compiler optimizations in
Code Generation>Build Process>>Compiler optimization level
This will result in faster builds.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!