[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mpi-21] Error in examples 3.17 and 3.18



In MPI-1, examples 3.17 and  3.18, the line

IF (status(MPI_SOURCE) = 0) THEN

should be

IF (status(MPI_SOURCE) .EQ. 0) THEN

Bill


William Gropp
Paul and Cynthia Saylor Professor of Computer Science
University of Illinois Urbana-Champaign