Home > freetb4matlab > multicore > multicoredemo.m

multicoredemo

PURPOSE ^

MULTICOREDEMO Test parallel processing on multiple cores.

SYNOPSIS ^

function resultCell = multicoredemo(multicoreDir)

DESCRIPTION ^

MULTICOREDEMO  Test parallel processing on multiple cores.
   MULTICOREDEMO runs function testfun with 20 different parameters using
   function STARTMULTICOREMASTER. Open a second Matlab session on a
   multi-core machine and start function STARTMULTICORESLAVE to see the
   effect of the parallelization.

   MULTICOREDEMO(DIRNAME) uses directory DIRNAME to put the intermediate
   files. Use this notation to test the parallelization of different
   machines that have access to a common directory.

        Markus Buehren
        Last modified 13.11.2007

   See also STARTMULTICOREMASTER, STARTMULTICORESLAVE.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003