Hi Jack,

On Jul 5, 2010, at 9:33 AM, Jack Bryan wrote:

I designed a master-worker framework with boost MPI

I suggest you rewrite your framework using native MPI calls and get it running correctly without Boost.MPI.  Once you've got it running correctly using native MPI calls, then you'll be ready (and should find it quite easy) to port your framework to Boost.MPI.

-- Noel