How to reset job numbering in MATLAB Distributed Computing Server?

3 Ansichten (letzte 30 Tage)
Kevin
Kevin am 27 Nov. 2018
Beantwortet: Edric Ellis am 27 Nov. 2018
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!

Antworten (1)

Edric Ellis
Edric Ellis am 27 Nov. 2018
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?

Kategorien

Mehr zu MATLAB Parallel Server finden Sie in Help Center und File Exchange

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by