Tagged Questions
0
votes
1answer
23 views
how to check if something is in the queue of torque? [closed]
I want to re-run some jobs that completed prematurely under torque.
These jobs are run through .job scripts (using qsub). However, I don't want to re-run a job which is already in the queue.
Given a ...