Aliasing
What about the following?
MPI_Reduce(&integral, &integral, 1, MPI_FLOAT, MPI_SUM, 0, MPI_COMM_WORLD);
This is an example of aliasing of arguments
It is illegal to alias out or in/out arguments in any MPI function
Previous slide
Next slide
Back to first slide
View graphic version