Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 101)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#64 fixed web interface of jobmonarch and joblist somebody alexis.michon@…
Description

Hello,

Is it possible to integrate in the next release the possibility to see the jobs by pack of a configurable number like 25, 50, 100, 200 ? in jobmonarch (we have a lots of jobs archived) and in joblist (we have a lots of jobs running/queued). Something like a tableau and in the first page we can see the first 200 jobs, in the second page 200 to 400 and so on. I'm not sur if i'm clear. Like google do with these results.

#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 invalid test1 somebody anonymous
Description

test bla poep!

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.