Standalone application using parallel computing toolbox does not run on target machine

3 ビュー (過去 30 日間)
Konvictus177
Konvictus177 2022 年 9 月 30 日
コメント済み: Konvictus177 2022 年 9 月 30 日
Hi,
I created a standalone application that makes use of the parallel computing toolbox.
The .m-code and the standalone application work well on my PC where I have MATLAB installed.
When I transfer the standalone application to antoher PC where I have the MATLAB Runtime installed, the application does not work.
What is missing here to make the standalone executable work on the target machine?
Thanks.
  3 件のコメント
Konvictus177
Konvictus177 2022 年 9 月 30 日
編集済み: Konvictus177 2022 年 9 月 30 日
Everything works on the traget machine when I create the same standalone application without the parallel computing toolbox (for loop instead of parfor).
When I try to open the application on the target machine using "command prompt" nothing happens. The application does not even open at all.
On my PC that I used for building the application I can run it without any issues.
Konvictus177
Konvictus177 2022 年 9 月 30 日
I was able to run the standalone application on the target machine after using the installer.
Usually, for every update I made I would just copy the .exe to run the standalone. Seems that for using the standalone with parallel toolbox and "parfor" I had to use the installer first.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by