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
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