Submit MATLAB functions to a cluster
by Volkmar Glauche
22 Jun 2009
(Updated 25 Jun 2009)
Run MATLAB functions on a gridengine/torque/PBS cluster
|
Watch this File
|
| File Information |
| Description |
Using qsub_submit_cm, one can submit a MATLAB computation into a cluster. The inputs are passed on a shared network drive, and the outputs are collected there as well. Optionally, a callback can be executed on the submit host once computation has finished.
In http://www.mathworks.com/matlabcentral/fileexchange/24545, this code is optionally used to demonstrate how MATLAB handle objects, events and timers can be used to construct a scheduler that automatically resolves dependencies between computations. |
| MATLAB release |
MATLAB 7.8 (R2009a)
|
| Other requirements |
Linux/UNIX only - modifications needed for Windows.
Cluster software not included.
Shared network storage required - same paths on all cluster nodes.
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 22 Jun 2009 |
Remove duplicate files. |
| 25 Jun 2009 |
Updated documentation. |
|
Contact us at files@mathworks.com