25.06.2015 Views

Administering Platform LSF - SAS

Administering Platform LSF - SAS

Administering Platform LSF - SAS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 24<br />

Chunk Job Dispatch<br />

Configuring a Chunk Job Dispatch<br />

CHUNK_JOB_SIZE (lsb.queues)<br />

Chunk jobs and<br />

job throughput<br />

To configure a queue to dispatch chunk jobs, specify the CHUNK_JOB_SIZE<br />

parameter in the queue definition in lsb.queues.<br />

For example, the following configures a queue named chunk, which<br />

dispatches up to 4 jobs in a chunk:<br />

Begin Queue<br />

QUEUE_NAME = chunk<br />

PRIORITY = 50<br />

CHUNK_JOB_SIZE = 4<br />

End Queue<br />

After adding CHUNK_JOB_SIZE to lsb.queues, use badmin reconfig to<br />

reconfigure your cluster.<br />

By default, CHUNK_JOB_SIZE is not enabled.<br />

Throughput can deteriorate if the chunk job size is too big. Performance may<br />

decrease on queues with CHUNK_JOB_SIZE greater than 30. You should<br />

evaluate the chunk job size on your own systems for best performance.<br />

CHUNK_JOB_DURATION (lsb.params)<br />

If CHUNK_JOB_DURATION is set in lsb.params, jobs submitted to a chunk<br />

job queue are only chunked if the job has a CPU limit or run limit set in the<br />

queue (CPULIMIT or RUNLMIT) or specified at job submission (-c or -W bsub<br />

options) that is less than or equal to the value of CHUNK_JOB_DURATION.<br />

Jobs are not chunked if:<br />

◆ CPU limit or a run limit is greater than the value of<br />

CHUNK_JOB_DURATION.<br />

or<br />

◆ No CPU limit and no run limit are specified in the queue (CPULIMIT and<br />

RUNLIMIT) or at job submission (-c or -W bsub options).<br />

The value of CHUNK_JOB_DURATION is displayed by bparams -l.<br />

After adding CHUNK_JOB_DURATION to lsb.params, use badmin<br />

reconfig to reconfigure your cluster.<br />

By default, CHUNK_JOB_DURATION is not enabled.<br />

<strong>Administering</strong> <strong>Platform</strong> <strong>LSF</strong> 325

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!