MATLAB/Batch

From ScientificComputing
Revision as of 13:52, 25 August 2016 by Sfux (talk | contribs) (Created page with "Assuming that you already loaded the MATLAB module and have a MATLAB program <tt>simulation.m</tt> you would like to run, the command to submit a job to the batch system would...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Assuming that you already loaded the MATLAB module and have a MATLAB program simulation.m you would like to run, the command to submit a job to the batch system would look like

bsub [LSF parameters] matlab -nodisplay -nojvm -singleCompThread -r simulation

Please note, that you have to leave away the file ending .m. LSF parameters are documented on the wiki page about using the batch system.