IBM Knowledge Center says this:
Job slot

A job slot is a bucket into which a single unit of work is assigned in the LSF 
system.

Hosts can be configured with multiple job slots and you can dispatch jobs from 
queues until all the job slots are filled. You can correlate job slots with the 
total number of CPUs in the cluster.

...Meaning you can slot one machine with a dozen slots and another machine of 
the same size with only one, the software should figure it out.I
I hope this is helpful.
Jonathan Engwall

On March 19, 2019, at 9:17 AM, Robert Taylor <r...@wi.mit.edu> wrote:

Hi All. We are on a old version of LSF where I am, lsf8.

We are trying to implement job packing on a particular queue, and I find some 
references online to using 


RES_REQ = order[-slots]


in the lsb.queues file, and 

SCHED_PER_JOB_SORT=Y in lsb.params


However, this doesn't work, as they appear to only be supported on newer 
versions of lsf.

Can any lsf old-schoolers out there give me some recommendations on how to 
accomplish this?

They would like nodes to fill up with jobs before spreading them across more 
nodes, to leave more possible nodes free for high core count or exclusive jobs.


Thanks.


rgt

_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit 
https://beowulf.org/cgi-bin/mailman/listinfo/beowulf

Reply via email to