Can not delete started qsub jobs from the queue« Back to Questions List
I have executed a command
qdel
more than 12 hours ago. Job hangs in the qstat list till now with "dr" status. But my another job depends on this hanging job. So it can not starts and hangs with the status "hqw". Can I remove job with the status "dr" from the qstat list completely?
|
▲ ▼ |
My script is here [vplotnik@ncx106 CheckRootVersion]$ cat CheckRootVersionQsub.sh #qsub -l ’hostname=ncx110*’ CheckRootVersionQsub.sh ncx110 PATH_TO_SCRIPTS=”/nica/mpd19/plotnikov/CheckRootVersion/” MACHINE_ID=${1} #TODO cd ${PATH_TO_BMNROOT_FROM_GLEB}/build cd ${PATH_TO_SCRIPTS} RES=$(df -h | grep mpd19) |
▲ ▼ |
Task id is here [vplotnik@ncx106 CheckRootVersion]$ qstat |
▲ ▼ |
Please describe the task script and id so that I can respond to you faster. |
▲ ▼ |
I have executed a command |