Re: [OMPI users] using MPI through Qt

2011-03-02 Thread Eye RCS 51
eive. Clearly, a > way to allow the slaves to exit the while loop is needed if you want the > slaves to exit cleanly, the exit code can also be encoded in the integer you > sent out. > > On Tue, Mar 1, 2011 at 12:39 AM, Eye RCS 51 wrote: > >> Hi, >> >> In an ef

[OMPI users] using MPI through Qt

2011-03-01 Thread Eye RCS 51
Hi, In an effort to make a Qt gui using MPI, I have the following: 1. Gui started in master node. 2. In Gui, through a pushbutton, a global variable x is assigned some value; let say, x=1000; 3. I want this value to be know to all nodes. So I used broadcast in the function assigning it on the m