Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A batch or serial job is generally run on a single node. The following is a very simple example of a non-parallel batch job using Matlab functions. 

Info

Matlab's Parallel toolbox Toolbox does not work well if you set a shell preference in your SGE request. If you otherwise use a #$ -S <shell> designation in your SGE qsub scripts, it is best to remove or comment them when submitting parallel Matlab jobs.

...