[Beowulf] Sharing an array in an MPI program?
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.
Peter St. John peter.st.john at gmail.comThu May 24 15:05:43 PDT 2007
- Previous message: [Beowulf] Sharing an array in an MPI program?
- Next message: [Beowulf] Sharing an array in an MPI program?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greg, would it be feasible to compile the array into a DLL? Peter On 5/24/07, Greg Lindahl <lindahl at pbm.com> wrote: > > On Thu, May 24, 2007 at 06:05:03PM +0300, Tahir Malas wrote: > > > Each process in our parallel FORTRAN > > 90 program holds an identical array that is used in all parts of the > > program. However, when the size of the problem gets larger and larger, > this > > memory cost has started to become a memory bottleneck for us. > > This is actually a fairly frequent question. > > Some people use hybrid MPI+OpenMP in this situation. However, another > way to attack it is to create a shared memory segment and put this > array into it. Or, alternately, you can mmap() a file into all the > processes with this data. > > -- greg > > > _______________________________________________ > Beowulf mailing list, Beowulf at beowulf.org > To change your subscription (digest mode or unsubscribe) visit > http://www.beowulf.org/mailman/listinfo/beowulf > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.scyld.com/pipermail/beowulf/attachments/20070524/6b34369b/attachment.html
- Previous message: [Beowulf] Sharing an array in an MPI program?
- Next message: [Beowulf] Sharing an array in an MPI program?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
