[Beowulf] Multidimensional FFTs
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Greg Lindahl lindahl at pathscale.comThu Mar 2 13:53:42 PST 2006
- Previous message: [Beowulf] Multidimensional FFTs
- Next message: [Beowulf] Tools for graphing (creating graphics of) execution sequences
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Mar 02, 2006 at 12:32:40PM -0800, Konstantin Kudin wrote: > By the way, any idea why gigE on Opterons with Broadcom chokes so > easily with different flavours of "alltoall" operation, such as if done > via "isend+irecv"? If functioning flawlessly, the scaling would have > been not too bad, but there seem to be issues of some sort ... Congestion. Ethernet switches are the guilty party, not the Broadcom nics. MPI can makes this better by avoiding, for example, having everyone send first to process 0, then to 1, etc. So MPICH, for example, has rank R send to R+1, R+2, etc. -- greg
- Previous message: [Beowulf] Multidimensional FFTs
- Next message: [Beowulf] Tools for graphing (creating graphics of) execution sequences
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
