| 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 |
The value of this property is used to build the resource selection portion of the qsub command, generally identified by the -l flag. The toolbox uses this to identify the number of tasks in a parallel job, and you might want to fill out other selection subclauses (such as the OS type of the workers). You should specify a value for this property that includes the literal string ^N^ , which the toolbox will replace with the number of workers in the parallel job prior to submission.
Usage | PBS Pro or TORQUE scheduler object |
Read-only | Never |
Data type | String |
You might set the property value as follows, to accommodate your cluster size and to set the "wall time" limit of the job (i.e., how long it is allowed to run in real time) to one hour:
'-l select=^N^,walltime=1:00:00' (for a PBS Pro scheduler)
'-l nodes=^N^,walltime=1:00:00' (for a TORQUE scheduler)
![]() | RcpCommand | RestartWorker | ![]() |

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 |