How to reset job numbering in MATLAB Distributed Computing Server?
Show older comments
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!
Answers (1)
Edric Ellis
on 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?
Categories
Find more on Third-Party Cluster Configuration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!