フィルターのクリア

Is it possible to create a standalone application using App Designer that utilises parallel pooling?

10 ビュー (過去 30 日間)
I have created an application using App Designer that uses parfor scripts. When it is compiled it does not use all cores available. How do you implement parallel pooling for the standalone application that is built using App Designer?
I have tried the steps in the link below but when compiled the application begins to open and then just closes http://uk.mathworks.com/help/releases/R2016b/compiler/use-the-parallel-computing-toolbox.html

回答 (1 件)

Jordan Ross
Jordan Ross 2016 年 9 月 21 日
Hello Joshua,
According to MathWorks documentation found here:
The Parallel Computing Toolbox is not compatible with user interfaces such as ones built using App Designer.
  1 件のコメント
Stefanie Schwarz
Stefanie Schwarz 2019 年 11 月 28 日
This is not what the linked webpage means. It is not possible to compile UI functionalities from Parallel Computing Toolbox (such as Job Monitor), but all command-line functionality (parfor, parfeval, etc) are supported for MATLAB Compiler deployment.
This is independent from whether the standalone application comes with an Appdesigner GUI or not.

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

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by