Is it possible to create a standalone application using App Designer that utilises parallel pooling?
조회 수: 2 (최근 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
댓글 수: 0
답변 (1개)
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
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 Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!