[Beowulf] MPI Implementations for SMP use
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.comFri Dec 17 22:00:30 PST 2004
- Previous message: [Beowulf] MPI Implementations for SMP use
- Next message: [Beowulf] MPI Implementations for SMP use
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Dec 15, 2004 at 08:56:05PM +0000, Eric Thibodeau wrote: > Probably opening up another can of worms but, you might want to > seriously consider a hybrid (MPI + OpenMP or Pthreads) approach in > the case of SMP machines. Local exeution of OpenMP generated code is > considerably faster than the locally executed MPI > equivalent. You would think that, but the nice thing about pure MPI is that locality is perfect. So in most cases, a pure MPI code beats a hybrid code. That's good, because hybrid programming is more complicated than straight MPI or straight OpenMP. Most of the folks interested in hybrid models a few years ago have now given it up. -- greg
- Previous message: [Beowulf] MPI Implementations for SMP use
- Next message: [Beowulf] MPI Implementations for SMP use
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
