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

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 comentarios

We're going to need some more details here... What exactly do you mean by "does not work"? Could you post the error message? Do things work if your standalone application does not use Parallel Computing Toolbox?
Konvictus177
Konvictus177 el 30 de Sept. de 2022
Editada: Konvictus177 el 30 de Sept. de 2022
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.
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Preguntada:

el 30 de Sept. de 2022

Comentada:

el 30 de Sept. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by