Re: [OMPI users] MPI_Bcast not broadcast to all processes

2007-12-07 Thread alireza ghahremanian
Dear Jeff I want to send an integer vector of size 4000.It is a very confusing problem. --- Jeff Squyres wrote: > If you're seeing the same error from 2 entirely > different MPI > implementations, it is possible that it is an error > in your code. > > Ensure that all processes are calling MP

Re: [OMPI users] MPI_Bcast not broadcast to all processes

2007-12-05 Thread Jeff Squyres
If you're seeing the same error from 2 entirely different MPI implementations, it is possible that it is an error in your code. Ensure that all processes are calling MPI_Bcast with the same arguments (e.g., count, datatype, root, etc.), even on that 4000th iteration. How big are the block