Difference between revisions of "MATLAB Distributing Computing Server"

From HPC users
Jump to navigationJump to search
m (Leidl moved page MATLAB to MATLAB Distributing Computing Server without leaving a redirect)
Line 3: Line 3:




== Prerequisites ==
# On your local system, one of the following MATLAB releases (including
in particular, the '''Parallel Computing Toolbox''') must be installed:
* R2010b
* R2011a
* R2011b


== Prerequisites ==


== Old (non-MDCS) MATLAB usage


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

Revision as of 12:43, 30 April 2013

Benefits of MDCS

Prerequisites

  1. On your local system, one of the following MATLAB releases (including

in particular, the Parallel Computing Toolbox) must be installed:

  • R2010b
  • R2011a
  • R2011b


== Old (non-MDCS) MATLAB usage

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.

Slides and links from last MATLAB workshop at the University of Oldenburg (19.02.2013)

Slides

Links


Documentation