I was wondering if it is possible to have multiple job queues on same machine. So that user can submit job to the queue depending upon requirement.
For example Some user is having long jobs say it runs for 8 hours,
on the other hand some users are having short jobs that runs for 1 hour only. So if possible can i have two job queue namely "one hour" and "10 hour". So that the user of short job submit it to "one hour" queue and
long job users submit to "10 hour" queue.
If the job execution time exceeds the time allocated to job queue, then the jobs should either be resubmitted or killed.
If anybody has configured this thing then please let me know how to do it.