IO500 / io500

IO500 Storage Benchmark source code
MIT License
95 stars 30 forks source link

Any options to allow "ior-hard-read" and "ior-hard-write" read/write separate files ("-F" for ior)? #32

Closed wiliamhuang closed 3 years ago

wiliamhuang commented 3 years ago

Currently, "ior-hard-read" and "ior-hard-write" only supports reading/writing a single file for all processes. Is it allowed to turn on "-F" option? Thank you!

-lei

JulianKunkel commented 3 years ago

Hi, unfortunately, -F is not allowed for IOR hard!

adilger commented 3 years ago

@wiliamhuang - an important factor for the "hard" part of "ior-hard" is that they are writing/reading from a single file for all processes. The other "hard' part is that the write/read operations are not aligned to a page/block boundary

wiliamhuang commented 3 years ago

Understand. Thank you very much for your clarification!