gcmr - Get current mapreducer configuration - MATLAB (original) (raw)

Main Content

Get current mapreducer configuration

Syntax

Description

mr = gcmr returns an object representing the current global execution environment for mapreduce.

The gcmr function defines the global execution environment for mapreduce, and is most likely used with Parallel Computing Toolbox™, MATLAB® Parallel Server™, or MATLAB Compiler™.

If you do not specify a configuration to use in your call to mapreduce, then by default mapreduce uses the configuration returned (or generated) by gcmr.

mr = gcmr('nocreate') returns the current global execution environment for mapreduce, if one already exists. If no global execution environment exists, then gcmr returns [].

Tips

Extended Capabilities

Version History

Introduced in R2014b