Submit MATLAB functions to a cluster

Run MATLAB functions on a gridengine/torque/PBS cluster
1.1K Downloads
Updated 25 Jun 2009

View License

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.

Cite As

Volkmar Glauche (2024). Submit MATLAB functions to a cluster (https://www.mathworks.com/matlabcentral/fileexchange/24512-submit-matlab-functions-to-a-cluster), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Big Data Processing in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.2.0.0

Updated documentation.

1.1.0.0

Remove duplicate files.

1.0.0.0