hi all,
I want to know the function by which i can broadcast a message from
one processor without even accesed by some other processor. I mean to
say
some code change v,
if(v == -1)
MPI_Bcast();
May be this v is changed by only one processor, then how can some
other processor enters into the MPI_Bcast function. Is there any other
function exist to solve this.
Peeyush
|