Re: [OctDev] minor issues with openmpi_ext with recent software

2011-04-13 Thread Andrea Bressan
On Wed, 13 Apr 2011 10:14:18 +0200 Michael Creel wrote: > On Tue, Apr 12, 2011 at 5:32 PM, Michael Creel wrote: > > On Tue, Apr 12, 2011 at 4:49 PM, Andrea Bressan > > wrote: > >> I recently upgraded openmpi and octave and found some minor issues using > >>

[OctDev] minor issues with openmpi_ext with recent software

2011-04-12 Thread Andrea Bressan
e it is worth mentioning in the README. Hope this is useful Andrea Bressan -- Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Re

Re: [OctDev] problem with ones and openmpi

2010-05-26 Thread Andrea Bressan
On Wed, 26 May 2010 10:03:29 + (GMT) Riccardo Corradini wrote: > It is because you are sending a "range" object and there is little > bug in both procedure. I will fix it as soon as I may. > Just browse the source code and you will see on your own. > .. > octave:3> typeinfo message > ans = sq

[OctDev] problem with ones and openmpi

2010-05-26 Thread Andrea Bressan
message=ones(1,2)*0.5;% fails message=ones(2,1); % works message=ones(2,2); % works message=rand(1,2); % works Can you explain why this happens? Andrea Bressan mpi_test_send_vector.m Descripti