Fw: [Beowulf] large array to run
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.
Thomas H Dr Pierce TPierce at rohmhaas.comFri Dec 14 17:07:24 PST 2007
- Previous message: [Beowulf] Using Autoparallel compilers or Multi-Threaded librarieswith MPI
- Next message: [Beowulf] Re:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
beowulf-bounces at beowulf.org wrote on 12/13/2007 06:50:28 PM: > This reminds me of a similar issue I had. What approaches do you > take for large dense matrix multiplication in MPI, when the matrices > are too large to fit into cluster memory? If I hack up something to > cache intermediate results to disk, the IO seems to drag everything > to a halt and I'm looking for a better solution. I'd like to use > some libraries like PETSc, but how would you work around memory > limitations like this (short of building a bigger cluster)? > Dear Peter, There are many algorithms for Matrix operations that depend on the properties of the matrix and the operation. You can easily add writing to a tmpfs RAM disk filesystem to speed methods that involve reading and writing of temporary files. So what I do now is take those old Fortran codes that read and write files and keep the intermediate result files in ramdisk. ------ Sincerely, Tom Pierce -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.scyld.com/pipermail/beowulf/attachments/20071214/d07cffce/attachment.html
- Previous message: [Beowulf] Using Autoparallel compilers or Multi-Threaded librarieswith MPI
- Next message: [Beowulf] Re:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
