On 12 Apr 2010, at 11:42, Carlo de Falco wrote:
>
> On 11 Apr 2010, at 23:58, Søren Hauberg wrote:
>
>> søn, 11 04 2010 kl. 16:43 +0200, skrev Carlo de Falco:
>>> On 11 Apr 2010, at 13:51, Arno Onken wrote:
I filed a bug report and got a reply:
>>
>> Thanks
>>
http://sourceforge.ne
When we try to use Parallel Octave with 3 (or more PC) Octave doesn't send
messages from Master PC and Slaves PC and vice-versa.
We have used these commands:
clear;
hosts = [ "labmat04"; "labmat03"; "labmat05" ];
sockets = connect(hosts);
psum = zeros(1,2);
reval( "send(sum([1:50]),sockets(1,:))"