Cluster profile for deployed apps
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have an app (standalone app compiled using MATLAB Compiler) running on machines where MATLAB is not installed. The app uses Parallel Computing Toolbox. Hence, how do I create a "Cluster Profile" programmatically? Are there other ways to do this? Thanks.
0 Kommentare
Antworten (2)
Hitesh Kumar Dasika
am 21 Feb. 2019
Hi Adam
You can make use of the cluster object properties and set them similar to how they will be set using Cluster Profile Manager. Please find the attached documentation links that talk about the same.
You can also access specific cluster profiles with the help of following functions.
0 Kommentare
Adam Gogacz
am 21 Feb. 2019
Bearbeitet: Adam Gogacz
am 21 Feb. 2019
3 Kommentare
Lucas Ivan
am 8 Jul. 2025
Hello,
Jumping up as I have the same problem. I am trying to run a compiled code into an HPC infrastrucutre that doesn't have MATLAB installed in it. The problem is that, apparently, parpool() requires some files that are not available when using MCR in the HPC, but where available with a full MATLAB software used for the compilation.
Is there any workaround on this?
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!