Difference between revisions of "MATLAB/Batch"
From ScientificComputing
(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...") |
(No difference)
|
Revision as of 12:52, 25 August 2016
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.