$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] problem with gather array
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2010-03-09 16:11:28
On Mar 9, 2010, at 1:28 PM, alev mutlu wrote:
> Ok, when space for the vector is allocated it works.
> I have one more question, is it possible to call gather with
> different count values for master and worker processes?
I think these
http://www.boost.org/doc/libs/1_42_0/doc/html/mpi/
tutorial.html#mpi.gather
http://www.boost.org/doc/libs/1_42_0/doc/html/boost/mpi/gather.html
will answer your question.
-- Noel