[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.
Eric Thibodeau kyron at jrtad.comWed Dec 15 12:56:05 PST 2004
- Previous message: [Beowulf] RE: S2466 systems won't reboot after linux poweroff
- Next message: [Beowulf] MPI Implementations for SMP use
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. PThreads will give you even more gain but requires some code modification (as opposed to OpenMP code if you stick to the #pragma approach). With the advent of HT processors and more affordable dual motherboards comming on the market, threading cumputation loops (hybrid approach) will become a more and more "logical" approach in structuring parallel programs. Cheers, Eric "Andrew D. Fant" <fant at pobox.com> wrote .. > This may be opening up a can of worms, but does anyone have any > information about the relative merits of the various open > implementations of MPI in SMP systems? I'm setting up a Linux server > with multiple CPUs and I wanted to know if one implementation is > significantly faster than others under these conditions. > > Thanks, > Andy > _______________________________________________ > Beowulf mailing list, Beowulf at beowulf.org > To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
- Previous message: [Beowulf] RE: S2466 systems won't reboot after linux poweroff
- Next message: [Beowulf] MPI Implementations for SMP use
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
