The Sun Grid Engine (SGE) upgrade to version 6.1 has been completed on cappl, hydra, and kong.
SGE 6 functions almost identically to SGE 5.3 from a user's perspective. The biggest change is the behavior of "qstat".
With SGE 6+ "qstat" will only return the jobs in the queue for the user's login. I.e., you will only see your own jobs. To look at jobs for all users, use :
qstat -u "*"
For queue details, add the -f option, e.g., :qstat -f -u "*"
See the SGE 6 documentation for more information:The userstat program does not currently work with SGE 6 - a fix is planned in the near future.
See also Scheduler Policies for Job Prioritization in the N1 Grid Engine 6 System.
Please direct any questions or issues to the hydra or kong mailing list, as appropriate. If you are having problems, please include your submit script and any error messages.