Avery Ching
25 Papers
241 Citations
Avery Ching is an academic researcher from Facebook. The author has contributed to research in topics: File system & Input/output. The author has an hindex of 13, co-authored 22 publications. Previous affiliations of Avery Ching include Northwestern University.
Chat about Author
Papers
One trillion edges: graph processing at Facebook-scale
Avery Ching,Sergey Edunov,Maja Kabiljo,Dionysios Logothetis,Sambavi Muthukrishnan +4 more
- 01 Aug 2015
TL;DR: The usability, performance, and scalability improvements made to Apache Giraph are described and several key extensions to the original Pregel model are described that make it possible to develop a broader range of production graph applications and workflows as well as improve code reuse.
Noncontiguous I/O accesses through MPI-IO
Avery Ching,Alok Choudhary,Kenin Coloma,Wei-keng Liao,Robert Ross,William Gropp +5 more
- 12 May 2003
TL;DR: Support for a method of noncontiguous data access, list I/O, was recently implemented in the Parallel Virtual File System (PVFS) and this work implements support for this interface in the ROMIO MPI-IO implementation.
Noncontiguous I/O through PVFS
Avery Ching,Alok Choudhary,Wei-keng Liao,Robert Ross,William Gropp +4 more
- 23 Sep 2002
TL;DR: The research and experimentation shows that list I/O outperforms current noncontiguous I-O access methods in mostI/O situations and can substantially enhance the performance of real-world scientific applications.
•Posted Content
Noncontiguous I/O through PVFS
TL;DR: In this paper, a list I/O, a native version of non-contiguous IO access, is proposed to improve the performance of scientific applications using the Parallel Virtual File System (PVFS).
70
An Implementation and Evaluation of Client-Side File Caching for MPI-IO
Wei-keng Liao,Avery Ching,Kenin Coloma,Alok Choudhary,Lee Ward +4 more
- 26 Mar 2007
TL;DR: This paper discusses the new implementation of MPI-IO caching under direct I/O mode to bypass the underlying file system cache, and investigates the performance impact of two file domain partitioning methods to MPI collective I-O operations: one which creates a balanced workload and the other which aligns accesses to the file system stripe size.