> There is a bunch of apps in computational chemistry that need very
> large temporary files. I had several questions from users who hit
> the 2GB file limit.
I solved a similar problem by writing a small glue library that maps
IO operations to multiple files.The principle is simple:just keep track
of the seek offset and use offset>>31 as an index into a fd table.
Not pretty, but works.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/