Monday, January 26, 2009

MPI communication notes, continued.

  1. MPI_Gather(array)+SUM(array) is faster than MPI_Reduce(array,Sum)
  2. (This is not MPI related.)FORTRAN's module variables do not have sequential address space.

No comments: