| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Parallel Computing Toolbox |
| Contents | Index |
| Learn more about Parallel Computing Toolbox |
SubmitArguments is simply a string that is passed via the bsub or qsub command to the LSF, PBS Pro, or TORQUE scheduler at submit time, or passed to the mpiexec command if using an mpiexec scheduler.
Usage | LSF, PBS Pro, TORQUE, or mpiexec scheduler object |
Read-only | Never |
Data type | String |
Useful SubmitArguments values might be '-m "machine1 machine2"' to indicate that your scheduler should use only the named machines to run the job, or '-R "type==LINUX64"' to use only workers running on 64-bit machines with a Linux operating system. Note that by default the scheduler will attempt to run your job on only nodes with an architecture similar to the local machine's unless you specify '-R "type==any"'.
A value of '-q queuename' submits the job to the queue specified by queuename. A value of '-p 10' runs the job at priority level 10.
The following SubmitArguments values might be useful when using an mpiexec scheduler. They can be combined to form a single string when separated by spaces.
Value | Description |
|---|---|
-phrase MATLAB | Use MATLAB as passphrase to connect with smpd. |
-noprompt | Suppress prompting for any user information. |
-localonly | Run only on the local computer. |
-host <hostname> | Run only on the identified host. |
-machinefile <filename> | Run only on the nodes listed in the specified file (one hostname per line). |
For a complete list, see the command-line help for the mpiexec command:
mpiexec -help mpiexec -help2
MatlabCommandToRun, MpiexecFileName
![]() | State | SubmitFcn | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |