Custom Query (431 matches)
Results (82 - 84 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1452 | fixed | -clear doesn't affect -binding | Dave Love <d.love@…> | dlove |
Description |
qsub -clear still makes a -binding request set in common/sge_request, though at least some other requests are cleared. |
|||
#1453 | fixed | repeating qsub -binding arg gives bogus error | Dave Love <d.love@…> | dlove |
Description |
Repeating -binding on the qsub command line or with a request file gives Unknown option -binding ... Maybe related to #1452 |
|||
#1455 | fixed | Wrong load for cluster queue with 0 slots | Dave Love <d.love@…> | njoly |
Description |
When a cluster queue is that has hosts but is set to have 0 slots the rported load for that queue is wrong: njoly@lanfeust [~]> qstat -g c CLUSTER QUEUE CQLOAD USED RES AVAIL TOTAL aoACDS cdsuE empty nan 0 0 0 0 0 0 The reported "nan" value results in a division by zero ... The provided patch do fix it by marking load as unavailable if there is no slots in the cluster queue. njoly@lanfeust [~]> qstat -g c CLUSTER QUEUE CQLOAD USED RES AVAIL TOTAL aoACDS cdsuE empty -NA- 0 0 0 0 0 0 |