From: Raphael on
Hello,

Is it possible to use the matlab compiler to compile a code that contain a spmd block, running on 2 local workers.

spmd(2)
<statements>
end

And if yes, how do we deal with opening the matlabpool on the 2 workers (I would normally do matlabpool open local 2)?
I have read this : http://www.mathworks.com/support/solutions/en/data/1-96PSJ9/index.html?solution=1-96PSJ9

It said it needs the MDCS... which I don't have, we only have PCT. However, the post is from year 2006... I hope there have been improvement.

Thanks