Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (100 - 101 of 101)

Ticket Resolution Summary Owner Reporter
#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.

#161 fixed xml parsetime not set in html ramonb ramonb
Description

Viewing cluster overview job report, it says at bottom of page:

Downloading and parsing ganglia's XML tree took 0.0000s.

That is not correct

Note: See TracQuery for help on using queries.