Hello,
I want to create a process y from a process x( the master for example).
then, i want to communicate between y and another processes in the group
of x (between child and his uncles :) )
i have tried to use mpi_comm_connect and mpi_connect_accept, but that
concemt requiere taht there is no relationship child/parent
The problem is others processes don t know the inter communicator (out
of mpi_comm_spawn)
I want to communicate child process and all other processes , not only
its parent :)
thanks in advance