Re: [OMPI users] "self scheduled" work & mpi receive???

2010-09-24 Thread Lewis, Ambrose J.
boun...@open-mpi.org on behalf of Richard Treumann Sent: Fri 9/24/2010 9:16 AM To: Open MPI Users Subject: Re: [OMPI users] "self scheduled" work & mpi receive??? Amb It sounds like you have more workers than you can keep fed. Workers are finishing up and requesting their ne

Re: [OMPI users] "self scheduled" work & mpi receive???

2010-09-24 Thread Richard Treumann
Dept X2ZA / MS P963 -- 2455 South Road -- Poughkeepsie, NY 12601 Tele (845) 433-7846 Fax (845) 433-8363 From: Mikael Lavoie To: Open MPI Users Date: 09/23/2010 05:08 PM Subject: Re: [OMPI users] "self scheduled" work & mpi receive??? Sent by: users-boun...@open-mpi.org

Re: [OMPI users] "self scheduled" work & mpi receive???

2010-09-23 Thread Mikael Lavoie
Hi Ambrose, I'm interested in you work, i have a app to convert for myself and i don't know enough the MPI structure and syntaxe to make it... So if you wanna share your app i'm interested in taking a look at it!! Thanks and have a nice day!! Mikael Lavoie 2010/9/23 Lewis, Ambrose J. > Hi Al

Re: [OMPI users] "self scheduled" work & mpi receive???

2010-09-23 Thread Lewis, Ambrose J.
That's a great suggestion...Thanks! amb -Original Message- From: users-boun...@open-mpi.org on behalf of Bowen Zhou Sent: Thu 9/23/2010 1:18 PM To: Open MPI Users Subject: Re: [OMPI users] "self scheduled" work & mpi receive??? > Hi All: > > I'v

Re: [OMPI users] "self scheduled" work & mpi receive???

2010-09-23 Thread Bowen Zhou
Hi All: I’ve written an openmpi program that “self schedules” the work. The master task is in a loop chunking up an input stream and handing off jobs to worker tasks. At first the master gives the next job to the next highest rank. After all ranks have their first job, the master wai

Re: [OMPI users] "self scheduled" work & mpi receive???

2010-09-23 Thread pooja varshneya
Hi Lewis, On Thu, Sep 23, 2010 at 9:38 AM, Lewis, Ambrose J. wrote: > Hi All: > > I’ve written an openmpi program that “self schedules” the work. > > The master task is in a loop chunking up an input stream and handing off > jobs to worker tasks.  At first the master gives the next job to the nex

[OMPI users] "self scheduled" work & mpi receive???

2010-09-23 Thread Lewis, Ambrose J.
Hi All: I've written an openmpi program that "self schedules" the work. The master task is in a loop chunking up an input stream and handing off jobs to worker tasks. At first the master gives the next job to the next highest rank. After all ranks have their first job, the master waits via an