25.06.2015 Views

Administering Platform LSF - SAS

Administering Platform LSF - SAS

Administering Platform LSF - SAS

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Specifying Resource Usage Limits<br />

If you submit a job to the queue with the -W option, the maximum run limit is<br />

used:<br />

% bsub -W 12 myjob<br />

The job myjob is allowed to run on the queue because the specified run limit<br />

(12) is less than the maximum run limit for the queue (15).<br />

% bsub -W 20 myjob<br />

The job myjob is rejected from the queue because the specified run limit (20)<br />

is more than the maximum run limit for the queue (15).<br />

Specifying job-level resource usage limits<br />

To specify resource usage limits at the job level, use one of the following bsub<br />

options:<br />

◆ -C core_limit<br />

◆ -c cpu_limit<br />

◆ -D data_limit<br />

◆ -F file_limit<br />

◆ -M mem_limit<br />

◆ -p process_limit<br />

◆ -W run_limit<br />

◆ -S stack_limit<br />

◆ -T thread_limit<br />

◆ -v swap_limit<br />

Job-level resource usage limits specified at job submission override the queue<br />

definitions.<br />

350<br />

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

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

Saved successfully!

Ooh no, something went wrong!