Opened 9 years ago
#1416 new defect
Qstat won't show job in queue if project is assigned.
Reported by: | jdb@… | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.0.0d |
Severity: | minor | Keywords: | |
Cc: |
Description
Normally, a job in the state qw is shown when qstat is performed with the q
argument:
$ qmod -d jb.q
joe.borg@host_a changed state of "jb.q@host_a" (disabled)
$ qsub -q jb.q test.sh
$ qstat -q jb.q
job-ID prior name user state submit/start at
queue slots ja-task-ID
14150 0.00000 test.sh joe.borg qw 05/02/2012 09:36:18 jb.q
1
But in SGE6.2u5, a job submitted with a project specified will not show
until started:
$ qmod -d jb.q
joe.borg@host_a changed state of "jb.q@host_a" (disabled)
$ qsub -q jb.q test.sh -P test_project
$ qstat -q jb.q
$ qmod -e jb.q
joe.borg@host_a changed state of "jb.q@host_a" (enabled)
$ qstat -q jb.q
job-ID prior name user state submit/start at
queue slots ja-task-ID
14334 0.00000 test.sh joe.borg r 05/03/2012 11:22:45 jb.q
1
Could this be added to the bug list if not already?
Regards,
Joseph David Borġ
http://www.jdborg.com