Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 101)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#37 duplicate use dhtml calendar in archive ramonb bastiaans
Description

http://www.dynarch.com/projects/calendar/

#38 fixed when node1 of Y is not present, no X label is printed in clusterimage bastiaans bastiaans
Description

when r40n1 is not in the xml, there is no rack nr printed.

#39 fixed Wrong number of free nodes reported bastiaans aloga@…
Description

When there are more jobs than CPUs on a system, the JobMonarch? web interface reports a negative number of Free CPUS.

Replacing on the overiew.php file the lines 698 and 699 with the lines below should correct the problem.

698 $free_nodes = ($avail_nodes - $running_nodes) >= 0 ? $avail_nodes - $running_nodes : 0; 699 $free_cpus = ($avail_cpus - $running_cpus) >= 0 ? $avail_cpus - $running_cpus : 0;

Cheers.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.