next up previous
Next: IBM PIOFS Up: Implementing an API Previous: MPI-IO

Intel PFS

PFS [12] is the parallel file system on the Intel Paragon. In addition to a Unix-like read/write interface, PFS also supports several file-pointer modes that specify the semantics of concurrent file access. The Unix-like interface and the M_UNIX and M_ASYNC modes are straightforward to implement on top of ADIO. M_LOG mode can be implemented by emulating shared file pointers on top of ADIO. M_SYNC, M_RECORD, and M_GLOBAL modes can be implemented by using collective operations.



Rajeev Thakur
Mon Oct 14 18:36:34 CDT 1996