MATLAB: How to submit jobs to a specific LSF job queue on the Linux LSF cluster using Distributed Computing Toolbox 3.0

clustercomputingdistributedjoblsfParallel Computing Toolboxqueuespecificsubmit

I want to submit jobs to a specific LSF job queue on my Linux LSF cluster using Distributed Computing Toolbox 3.0.

Best Answer

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.