[Beowulf] Using Autoparallel compilers or Multi-Threaded libraries with MPI
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.
Daniel Pfenniger Daniel.Pfenniger at obs.unige.chFri Nov 30 03:08:08 PST 2007
- Previous message: [Beowulf] Using Autoparallel compilers or Multi-Threaded libraries with MPI
- Next message: [Beowulf] Using Autoparallel compilers or Multi-Threaded libraries with MPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Many problems decompose well in large chunks that are well done with MPI on different nodes, and tight loops that are best done locally with shared memory processors. In such problems one can use both types of parallelisms well. My understanding of non-thread safe MPI is that one should avoid having MPI commands within OpenMP optimized chunk of code, but the contrary is allowed. Dan
- Previous message: [Beowulf] Using Autoparallel compilers or Multi-Threaded libraries with MPI
- Next message: [Beowulf] Using Autoparallel compilers or Multi-Threaded libraries with MPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
