Lustre driver story
ROMIO has a general-purpose file system driver we call “UFS” (for Unix File System). UFS contains no file-system-specific optimizations: just data sieving and two phase collective buffering. The generic approach works, in that it gives correct answers, but it has two big problems when writing to Lustre: When assigning the file domains, UFS simply takes …