Difference between revisions of "MATLAB Distributing Computing Server"

From HPC users
Jump to navigationJump to search
(Created page with "== Submitting MATLAB jobs == To submit a MATLAB job, you must first load the environment module in your submission script: module load matlab This automatically loads the new...")
 
Line 12: Line 12:
where <tt>mymatlab_input.m</tt> (a so-called "'''.m-file'''") is an ASCII text file
where <tt>mymatlab_input.m</tt> (a so-called "'''.m-file'''") is an ASCII text file
containing the sequence of MATLAB commands that you would normally enter in an interactive session.
containing the sequence of MATLAB commands that you would normally enter in an interactive session.
== Links from last MATLAB workshop at the University of Oldenburg (19.02.2013) ==
* [http://www.mathworks.de/products/parallel-computing/ Parallel-Computing Toolbox]
* [http://www.mathworks.de/products/distriben/ Distributed Computing Server]
* [http://www.mathworks.de/products/distriben/webinars.html Distributed Computing Server Webinars]
* [http://www.mathworks.de/academia/ Material for Academia]


== Documentation ==
== Documentation ==

Revision as of 09:59, 3 April 2013

Submitting MATLAB jobs

To submit a MATLAB job, you must first load the environment module in your submission script:

module load matlab

This automatically loads the newest version, if several versions are installed. After that, invoke MATLAB in batch mode:

matlab -nosplash -nodesktop -r mymatlab_input

where mymatlab_input.m (a so-called ".m-file") is an ASCII text file containing the sequence of MATLAB commands that you would normally enter in an interactive session.


Links from last MATLAB workshop at the University of Oldenburg (19.02.2013)


Documentation