Am 17.05.2011 um 15:51 schrieb William Hay: > One of our users has submitted an array job of about 5000 tasks. > > Some of these tasks are running. Some are not. If I run qstat -s rp > -u <username> then I see tasks in both states "r" or state "qw". > Running qstat -s r -u <username> shows the running tasks. However > running qstat -s p -u <username> does not show the tasks in state qw.
Correct, there is the option: $ qstat -s p -g d -u <username> to list each task on one line on its own. -- Reuti > These waiting tasks had previously been in an error state caused by a > problem with our cluster file system but I cleared the error once we > had fixed > the problem. Any idea what is going on and whether these tasks will > eventually run. > > William > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
