Block Sizes
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.
Mark Hahn hahn at physics.mcmaster.caFri Nov 1 10:06:06 PST 2002
- Previous message: Surge suppressors
- Next message: Surge suppressors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I wonder if you could use fread/fwrite, some clever malloc'ing of a > large buffer, and some simple API to create something similar under > Linux. Linux *has* O_DIRECT. it has raw devices. it has mmap. sendfile. checksum offloading. tcp offloading. basically, if you're not seeing great IO under linux, you need to take a look at what you're doing wrong, because the pieces are all there. you may have to use a newer kernel to get specific features (some of the above are 2.5/2.6 only, I think), and almost certainly your runtime has lagged the kernel...
- Previous message: Surge suppressors
- Next message: Surge suppressors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
