Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Math Forum
»
Discussions
»
Software
»
comp.soft-sys.matlab
Notice: We are no longer accepting new posts, but the forums will continue to be readable.
Topic:
MPI Style parallel processing with parallel computing toolbox
Replies:
1
Last Post:
Feb 20, 2013 3:33 AM
|
 |
|
|
Re: MPI Style parallel processing with parallel computing toolbox
Posted:
Feb 20, 2013 3:33 AM
|
|
galactic_fury <pratik.mallya@gmail.com> writes:
> It seems that the only way to have a no-shared memory > communication-only based parallel programming model (la MPI) is by > using the spmd construct and using labindex to customize code > execution. Is there a way for the main matlab process to communicate > with the workers in spmd while they are working?
There is not. The MATLAB client does not in fact have an MPI connection to the workers.
> The way I've been getting around this is by assigning one worker as a > 'master' and others as 'workers'
Could I ask what you're trying to do here?
Cheers,
Edric.
|
|
|
|