How to reset job numbering in MATLAB Distributed Computing Server?
Afficher commentaires plus anciens
When submitting jobs to the MATLAB DCS, the number of the job ID is incremented by 1 for each new job, starting at 1. There may not be a good answer, but is there an easy way to cause the MATLAB DCS to restart the job numbering at 1 again after many jobs have been submitted (preferably without restarting everything and deleting the jobs with higher job ID numbers)?
Thanks!
Réponses (1)
Edric Ellis
le 27 Nov 2018
1 vote
Unfortunately, there is indeed no way to do that (using the MATLAB Job Scheduler) without shutting down the jobmanager, and starting it up again from scratch.
Can I ask: why do you want to do that? Job objects in PCT all have various fields to let you identify them - perhaps you could use the job Name or Tag?
Catégories
En savoir plus sur Third-Party Cluster Configuration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!