How to delete a cluster profile?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Now I have some redundant cluster profiles on a remote cluster that I want to get rid of. I am now sure how I can do it though. The online documentation says I can do it through the Cluster Profile Manager, but the remote cluster has a unix os. How can I manage the profiles using command lines?
Many thanks!
3 Commenti
Risposte (1)
Martin Roempert
il 23 Ago 2017
Modificato: Martin Roempert
il 23 Ago 2017
In r2017b you can try to use the following command:
parallel.internal.ui.MatlabProfileManager.removeProfile('MyProfileName');
The MATLAB Profile Manager provides some other methods too ...
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/177921/image.jpeg)
0 Commenti
Vedere anche
Categorie
Scopri di più su Manage Products in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!