Wednesday, January 14, 2009

Interesting MPI Communication

  1. time(MPI_ALLREDUCE) > time(MPI_REDUCE+MPI_BCAST)
  2. time(MPI_REDUCE) > time(MPI_BARRIER+MPI_REDUCE)
Duuuuuuh

(update: no, barrier doesn't help, the problem was due to faulty nodes)

No comments: