How do I submit jobs to a specific LSF job queue on my Linux LSF cluster using Distributed Computing Toolbox 3.0?

4 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 6 Feb 2017
This is possible to do using the 'SubmitArguments' property. For more information about this, please refer to the following documention online:
SubmitArguments :: Properties (Distributed Computing Toolbox)
DCT invokes LSF via BSUB (the LSF scheduler command). As long as there is a command line argument that can specify what specific queue to submit to, you can pass this information along to BSUB via SubmitArguments.

More Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Products


Release

R2006b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!