George -- can you file a ticket about this?
On Jun 12, 2011, at 1:25 PM, George Bosilca wrote:
> Fraderic,
>
> Based on the current version of the MPI standard, the two groups involved in
> the intercomm_create have to be disjoints, which means the leader cannot be
> the same process.
>
> Re
I think your program has a compile error in the Win_create() line.
But other than that, I think you're missing some calls to MPI_WIN_FENCE. The
one-sided stuff in MPI-2 is really, really confusing.
Others on this list disagree with me, but I actively discourage people from
using it. Instead
There are no missing calls to MPI_WIN_FENCE as the code is using passive
synchronization (lock/unlock). The test code looks correct, I think this
is a bug in Open MPI. The code also fails on the development trunk, so
upgrading will not fix the bug. I've filed a bug (#2809). Unfortunately,
I'm n
Due to multiple requests, the deadline have been extended until June 20, 2011.
==
CALL FOR PAPERS
8th International Workshop on Algorithms, Models and Tools
for Parallel Computing on Heterogeneou
The point is: I have a system composed by a set of mpi processes. These
processes run as daemons in each cluster machine. I need a way to kill
those
ones when I decide to shutdown the system.
Thanks
On Fri, May 6, 2011 at 2:51 PM, Rodrigo Oliveira
wrote:
> Hi.
>
> I am having a problem when I t
On Jun 13, 2011, at 1:32 PM, Rodrigo Oliveira wrote:
> The point is: I have a system composed by a set of mpi processes. These
> processes run as daemons in each cluster machine. I need a way to kill those
> ones when I decide to shutdown the system.
Do you mean that your MPI processes actuall