Reuti <re...@staff.uni-marburg.de> writes:

> For serial and parallel SMP jobs there is:
> http://wiki.gridengine.info/wiki/index.php/StephansBlog as an
> option. Maybe instead of using "slots" a custom complex is necessary
> which is called "medium" and all jobs of this type have to request
> it. This is similar to your setup with the load sensor.

Beware that the load wasn't treated properly for parallel jobs in older
versions <https://arc.liv.ac.uk/trac/SGE/changeset/3879/sge>.

> There of course no way to have different sorting algorithms for
> different queues (i.e. different load entries). You can give a
> different seq_no to the nodes in different queues, but his doesn't
> take the load in account (only for the ones with the same seq_no).

If you're prepared to write some code and use a recent SGE, you can use
qsort_args for parallel jobs
<http://arc.liv.ac.uk/SGE/htmlman/htmlman5/sge_pe.html> and presumably
JSV serial jobs into single-slot parallel ones.

--Dave  [planning batch submission for Diamond when one of the Ds
         was Daresbury...]
-- 
Community Grid Engine:  http://arc.liv.ac.uk/SGE/
_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to