Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 101)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#36 fixed Location of binary for gmetric hardcoded in jobmond.py bastiaans anonymous
Description

The location of the binary for gmetric is hardcoded as

/usr/bin/gmetric

It should rather be a parameter in jobmond.conf as gmetric might be installed e.g. in

/usr/local/bin/gmetric

#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.

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