Hello
Thanks for your help.
MPI_UNDEFINED lead me to a better understanding and control on all my
communicators. I used now only MPI_Comm_Split (before i was trying with
MPI_Group_incl which complicated things )
Others errors were caused by a non-mpi-related mistake.
It works well now, than
Mathieu,
All communicator creation function in the MPI 2.2 standard are collective over
the original communicator. For your specific case this means all processes in
the worker communicator must call the communicator creation functions.
As this is true in all cases, and as a communicator creati
Hello
I got a problem with my code, wich run some kinf of a simulator.
I get 4 worker (aka 4 mpi process ) wich process data.
These data aren't available at the same time, so i get another process
(Splitter) wich send chunk of data to each process in round robin.
This work well using MPI_Sen