필터 지우기
필터 지우기

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

조회 수: 3 (최근 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 CenterFile 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!

Translated by