[torqueusers] max job id number?
Steve Snelgrove
ssnelgrove at clusterresources.com
Wed Apr 2 09:46:08 MDT 2008
Brock Palen wrote:
> I know someone must have asked this before, but we just rolled over 1
> million jobs, and already have over 1.3 million in gold.
>
> What is the max job id? Is it just 32 bit int? (2^32)/2-1? Just
> curios, as we do many tools based on job ids always getting bigger.
>
>
> Brock Palen
> www.umich.edu/~brockp
> Center for Advanced Computing
> brockp at umich.edu
> (734)936-1985
>
>
>
> _______________________________________________
> torqueusers mailing list
> torqueusers at supercluster.org
> http://www.supercluster.org/mailman/listinfo/torqueusers
>
One thing you might think of is that if the old jobs are gone and
therefore the id number does not really matter anymore, you could use
the qmgr command to set the job number counter back to one.
$ qmgr -c 'set server next_job_number = 1'
More information about the torqueusers
mailing list