Blame src/mpi/romio/doc/pubs.bib

Packit Service c5cf8c
@InProceedings{gropp:selfconsist-io,
Packit Service c5cf8c
  author={William Gropp and Dries Kimpe and Robert B. Ross and Rajeev Thakur and Jesper Larsson Tr\"aff},
Packit Service c5cf8c
  title={Self-Consistent {MPI-IO} Performance Requirements and Expectations},
Packit Service c5cf8c
  booktitle={Proc. of the 15th European PVM/MPI Users' Group Meeting (Euro
Packit Service c5cf8c
                  PVM/MPI 2008)},
Packit Service c5cf8c
  month={September},
Packit Service c5cf8c
  year={2008}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{kimpe:log-based,
Packit Service c5cf8c
  author={D. Kimpe and R. Ross and S. Vandewalle and S. Poedts},
Packit Service c5cf8c
  title={Transparent Log-Based Data Storage in {MPI-IO} Applications},
Packit Service c5cf8c
  booktitle={Proc. of the 14th European PVM/MPI Users' Group Meeting (Euro PVM/MPI 2007)},
Packit Service c5cf8c
  month={September},
Packit Service c5cf8c
  year={2007}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{latham:gen-req,
Packit Service c5cf8c
  author={Robert Latham and William Gropp and Robert B. Ross and Rajeev Thakur},
Packit Service c5cf8c
  title={Extending the {MPI-2} Generalized Request Interface},
Packit Service c5cf8c
  booktitle={Proc. of the 14th European PVM/MPI Users' Group Meeting (Euro PVM/MPI 2007)},
Packit Service c5cf8c
  month={September},
Packit Service c5cf8c
  year={2007},
Packit Service c5cf8c
  pages={223--232}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{lee:mpiio-l,
Packit Service c5cf8c
  author={Jonghyun Lee and Robert B. Ross and Scott Atchley and Micah Beck and
Packit Service c5cf8c
                  and Rajeev Thakur},
Packit Service c5cf8c
  title={{MPI-IO/L}: Efficient Remote {I/O} for {MPI-IO} via Logistical Networking},
Packit Service c5cf8c
  booktitle={Proceedings of the 20th IEEE International Parallel and Distributed
Packit Service c5cf8c
  Processing Symposium (IPDPS 2006)},
Packit Service c5cf8c
  address={Rhodes Island, Greece},
Packit Service c5cf8c
  month={April},
Packit Service c5cf8c
  year={2006}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{ross:atomic,
Packit Service c5cf8c
  author = {Robert Ross and Robert Latham and William Gropp and Rajeev Thakur
Packit Service c5cf8c
                  and Brian Toonen},
Packit Service c5cf8c
  title = {Implementing {MPI-IO} Atomic Mode Without File System Support},
Packit Service c5cf8c
  booktitle = {Proceedings of CCGrid 2005},
Packit Service c5cf8c
  month = {May},
Packit Service c5cf8c
  year = {2005},
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{latham:sharedfp,
Packit Service c5cf8c
  author = {Robert Latham and Robert Ross and Rajeev Thakur},
Packit Service c5cf8c
  title = {Implementing {MPI-IO} Shared File Pointers Without File
Packit Service c5cf8c
	System Support},
Packit Service c5cf8c
  booktitle = {Proceedings of EuroPVM/MPI 2005},
Packit Service c5cf8c
  month={September},
Packit Service c5cf8c
  year = {2005},
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@article{latham:rma-ops,
Packit Service c5cf8c
  author = {Latham, Robert and Ross, Robert and Thakur, Rajeev},
Packit Service c5cf8c
  title = {{Implementing MPI-IO Atomic Mode and Shared File Pointers Using MPI
Packit Service c5cf8c
  One-Sided Communication}},
Packit Service c5cf8c
  journal = {International Journal of High Performance Computing Applications},
Packit Service c5cf8c
  volume = {21},
Packit Service c5cf8c
  number = {2},
Packit Service c5cf8c
  pages = {132-143},
Packit Service c5cf8c
  doi = {10.1177/1094342007077859},
Packit Service c5cf8c
  year = {2007},
Packit Service c5cf8c
  abstract = {The ROMIO implementation of the MPI-IO standard provides a
Packit Service c5cf8c
  portable infrastructure for use on top of a variety of underlying storage
Packit Service c5cf8c
  targets. These targets vary widely   in their capabilities, and in some cases
Packit Service c5cf8c
  additional effort is needed within ROMIO to support all MPI-IO semantics. Two
Packit Service c5cf8c
  aspects of the interface that can be problematic  to implement are MPI-IO
Packit Service c5cf8c
  atomic mode and the shared file pointer access routines. Atomic mode requires
Packit Service c5cf8c
  enforcing strict consistency semantics, and   shared file pointer routines
Packit Service c5cf8c
  require communication and coordination in order to atomically update a shared
Packit Service c5cf8c
  resource. For some file systems, native locks may be used to implement these
Packit Service c5cf8c
  features, but not all file systems have lock support. In this work, we
Packit Service c5cf8c
  describe algorithms for implementing efficient mutex locks using MPI-1 and
Packit Service c5cf8c
  the one-sided capabilities from MPI-2. We then show how these algorithms may
Packit Service c5cf8c
  be used   to implement both MPI-IO atomic mode and shared file pointer
Packit Service c5cf8c
  methods for ROMIO without requiring any features from the underlying file
Packit Service c5cf8c
  system. We show that these  algorithms can outperform traditional file system
Packit Service c5cf8c
  lock approaches. Because of the portable nature of these algorithms, they are
Packit Service c5cf8c
  likely useful in a variety of  situations where distributed locking or
Packit Service c5cf8c
  coordination is needed in the MPI-2 environment.  },
Packit Service c5cf8c
  URL = {http://hpc.sagepub.com/cgi/content/abstract/21/2/132},
Packit Service c5cf8c
  pdf = {papers/latham_rmaops.pdf},
Packit Service c5cf8c
  eprint = {http://hpc.sagepub.com/cgi/reprint/21/2/132.pdf}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@Article{latham:mpi-io-scalability,
Packit Service c5cf8c
  author = {Rob Latham and Rob Ross and Rajeev Thakur},
Packit Service c5cf8c
  title = {The impact of file systems on {MPI-IO} scalability},
Packit Service c5cf8c
  journal = {Lecture Notes in Computer Science},
Packit Service c5cf8c
  booktitle = {11th European Parallel Virtual Machine and Message Passing
Packit Service c5cf8c
  Interface Users Group Meeting; September 19-22, 2004; Budapest, HUNGARY},
Packit Service c5cf8c
  editor = {Kranzlmuller, D; Kacsuk, P; Dongarra, J},
Packit Service c5cf8c
  year = {2004},
Packit Service c5cf8c
  month = {September},
Packit Service c5cf8c
  volume = {3241},
Packit Service c5cf8c
  pages = {87--96},
Packit Service c5cf8c
  institution = {Argonne Natl Lab, 9700 S Cass Ave, Argonne, IL 60439 USA;
Packit Service c5cf8c
  Argonne Natl Lab, Argonne, IL 60439 USA},
Packit Service c5cf8c
  publisher = {Springer-Verlag Heidelberg},
Packit Service c5cf8c
  copyright = {(c)2004 Institute for Scientific Information, Inc.},
Packit Service c5cf8c
  URL = {http://www.springerlink.com/link.asp?id=m31px2lt90296b62},
Packit Service c5cf8c
  pdf = {papers/latham:scalable_ops.pdf},
Packit Service c5cf8c
  keywords = {scalability analysis, MPI-IO, pario-bib},
Packit Service c5cf8c
  abstract = {As the number of nodes in cluster systems continues to grow,
Packit Service c5cf8c
  leveraging scalable algorithms in all aspects of such systems becomes key to
Packit Service c5cf8c
  maintaining performance. While scalable algorithms have been applied
Packit Service c5cf8c
  successfully in some areas of parallel I/O, many operations are still
Packit Service c5cf8c
  performed in an uncoordinated manner. In this work we consider, in three file
Packit Service c5cf8c
  system scenarios, the possibilities for applying scalable algorithms to the
Packit Service c5cf8c
  many operations that make up the MPI-IO interface. From this evaluation we
Packit Service c5cf8c
  extract a set of file system characteristics that aid in developing scalable
Packit Service c5cf8c
  MPI-IO implementations.}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{thakur:byte-range,
Packit Service c5cf8c
  author = {Rajeev Thakur and Robert Ross and Robert Latham},
Packit Service c5cf8c
  title = {Implementing Byte-Range Locks Using {MPI} One-Sided Communication},
Packit Service c5cf8c
  booktitle = {Proceedings of the 12th European PVM/MPI Users' Group Meeting (Euro PVM/MPI 2005), Recent Advances in Parallel Virtual Machine and Message Passing Interface, Lecture Notes in Computer Science, LNCS 3666, Springer},
Packit Service c5cf8c
  month = {September},
Packit Service c5cf8c
  year = {2005},
Packit Service c5cf8c
  pages = {119-128},
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{gropp:io-redundancy,
Packit Service c5cf8c
  author={William Gropp and Robert B. Ross and Neill Miller},
Packit Service c5cf8c
  title={Providing Efficient {I/O} Redundancy in {MPI} Environments},
Packit Service c5cf8c
  booktitle={Proceedings of EuroPVM/MPI 2004},
Packit Service c5cf8c
  month={September},
Packit Service c5cf8c
  year={2004}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{lee:rfs,
Packit Service c5cf8c
  author = {Jonghyun Lee and Xiaosong Ma and Robert B. Ross and Rajeev Thakur
Packit Service c5cf8c
                  and Marianne Winslett},
Packit Service c5cf8c
  title={{RFS}: Implementing Efficient and Flexible Remote File Access for
Packit Service c5cf8c
                  {MPI-IO}},
Packit Service c5cf8c
  booktitle={Proceedings of Cluster 2004},
Packit Service c5cf8c
  month={September},
Packit Service c5cf8c
  year={2004}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{yu:bgl-io,
Packit Service c5cf8c
  author = {Hao Yu and R. K. Sahoo and C. Howson and George. Almasi and 
Packit Service c5cf8c
  J. G. Castanos and M. Gupta and  Jose. E. Moreira and J. J. Parker and 
Packit Service c5cf8c
  T. E. Engelsiepen and Robert Ross and Rajeev Thakur and Robert Latham 
Packit Service c5cf8c
  and W. D. Gropp}, 
Packit Service c5cf8c
  title = {High Performance File {I/O} for the {BlueGene/L} Supercomputer},
Packit Service c5cf8c
  booktitle = {Proceedings of the 12th International Symposium on High-Performance Computer Architecture (HPCA-12)},
Packit Service c5cf8c
  month = {February},
Packit Service c5cf8c
  year = {2006},
Packit Service c5cf8c
  url = {http://www.mcs.anl.gov/~thakur/papers/bgl-io.pdf},
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@Article{Hastings:pio-shmem,
Packit Service c5cf8c
  author = {Andrew B. Hastings and Alok Choudhary},
Packit Service c5cf8c
  title = {Exploiting Shared Memory to Improve Parallel {I/O} Performance},
Packit Service c5cf8c
  journal = {Lecture Notes in Computer Science},
Packit Service c5cf8c
  booktitle = {13th European PVM/MPI User's Group Meeting; September 17-20, 2006; Bonn, Germany},
Packit Service c5cf8c
  editor = {Mohr, B; Worringen, J; Dongarra, J},
Packit Service c5cf8c
  year = {2006},
Packit Service c5cf8c
  month = {September},
Packit Service c5cf8c
  volume = {4192},
Packit Service c5cf8c
  pages = {212-221},
Packit Service c5cf8c
  publisher = {Springer-Verlag Heidelberg},
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@Article{seidel:memfs,
Packit Service c5cf8c
  author = {Jan Seidel and Rudolf Berrendorf and Marcel Birkner and Marc-Andre Hermanns},
Packit Service c5cf8c
  title = {High-Bandwidth Remote Parallel {I/O} with the Distributed Memory Filesystem {MEMFS}},
Packit Service c5cf8c
  journal = {Lecture Notes in Computer Science},
Packit Service c5cf8c
  booktitle = {13th European PVM/MPI User's Group Meeting; September 17-20, 2006; Bonn, Germany},
Packit Service c5cf8c
  editor = {Mohr, B; Worringen, J; Dongarra, J},
Packit Service c5cf8c
  year = {2006},
Packit Service c5cf8c
  month = {September},
Packit Service c5cf8c
  volume = {4192},
Packit Service c5cf8c
  pages = {222-229},
Packit Service c5cf8c
  publisher = {Springer-Verlag Heidelberg},
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{calderon:ft-mpiio,
Packit Service c5cf8c
  author={A. Calderon and F. Garcia-Carballeira and Florin Isaila and Rainer Keller and Alexander Schulz},
Packit Service c5cf8c
  title={Faul Tolerant File Models for {MPI-IO} Parallel File Systems},
Packit Service c5cf8c
  booktitle={Proc. of the 14th European PVM/MPI Users' Group Meeting (Euro PVM/MPI 2007)},
Packit Service c5cf8c
  month={September},
Packit Service c5cf8c
  year={2007},
Packit Service c5cf8c
  pages={153-160}
Packit Service c5cf8c
}
Packit Service c5cf8c
@InProceedings{Blas:romio-gpfs,
Packit Service c5cf8c
  author={Francisco Javier Garc{\'i}a Blas and Florin Isaila and Jes{\'u}s Carretero
Packit Service c5cf8c
  and Thomas Grossmann},
Packit Service c5cf8c
  title={Implementation and Evaluation of an {MPI-IO} Interface for
Packit Service c5cf8c
  {GPFS} in {ROMIO}},
Packit Service c5cf8c
  booktitle={Proc. of the 15th European PVM/MPI Users' Group Meeting (Euro
Packit Service c5cf8c
                  PVM/MPI 2008)},
Packit Service c5cf8c
  month={September},
Packit Service c5cf8c
  year={2008}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{dickens:y-lib,
Packit Service c5cf8c
 author = {Dickens, Phillip M. and Logan, Jeremy},
Packit Service c5cf8c
 title = {Y-lib: a user level library to increase the performance of {MPI-IO} in a lustre file system environment},
Packit Service c5cf8c
 booktitle = {HPDC '09: Proceedings of the 18th ACM international symposium on High performance distributed computing},
Packit Service c5cf8c
 year = {2009},
Packit Service c5cf8c
 isbn = {978-1-60558-587-1},
Packit Service c5cf8c
 pages = {31--38},
Packit Service c5cf8c
 location = {Garching, Germany},
Packit Service c5cf8c
 doi = {http://doi.acm.org/10.1145/1551609.1551617},
Packit Service c5cf8c
 publisher = {ACM},
Packit Service c5cf8c
 address = {New York, NY, USA},
Packit Service c5cf8c
 }
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
% these ROMIO-related papers won't be published until EuroPVM/MPI 2009
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{buettner:nonblocking-io,
Packit Service c5cf8c
    author = {David Buettner and Julian Kunkel and Thomas Ludwig},
Packit Service c5cf8c
    title = {Using Non-Blocking {I/O} Operations in High Performance Computing to Reduce Execution Times},
Packit Service c5cf8c
    booktitle = {To be Published in Proc. of the 16th European PVM/MPI User's Group Meeting (Euro PVM/MPI 2009)},
Packit Service c5cf8c
    month={September},
Packit Service c5cf8c
    year={2009}
Packit Service c5cf8c
    }
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{sehrish:conflicts,
Packit Service c5cf8c
    author = {Saba Sehrish and Jun Wang and Rajeev Thakur},
Packit Service c5cf8c
    title = {Conflict Detection Algorithm to Minimize Locking for {MPI-IO} Atomicity},
Packit Service c5cf8c
    booktitle = {To be Published in Proc. of the 16th European PVM/MPI User's Group Meeting (Euro PVM/MPI 2009)},
Packit Service c5cf8c
    month={September},
Packit Service c5cf8c
    year={2009}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{blas:bg-writeback,
Packit Service c5cf8c
    author = {Javier Garc{\'i}a Blas and Florin Isaila and Jes{\'u}s Carretero and Robert Latham and Robert Ross},
Packit Service c5cf8c
    title = {Multiple-level {MPI} file write-back and prefetching for {Blue Gene} systems},
Packit Service c5cf8c
    booktitle = {To be Published in Proc. of the 16th European PVM/MPI User's Group Meeting (Euro PVM/MPI 2009)},
Packit Service c5cf8c
    month={September},
Packit Service c5cf8c
    year={2009}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{isaila:ahpios,
Packit Service c5cf8c
    author = {Florin Isaila and Javier Garc{\'i}a Blas and Jes{\'u}s Carretero and Wei-keng Liao and Alok Choudhary},
Packit Service c5cf8c
    title = {{AHPIOS}: An {MPI-based} ad-hoc parallel {I/O} system},
Packit Service c5cf8c
    booktitle = {14th Intl Conference on Parallel and Distributed Systems. Melbourne, Victoria, Austraila},
Packit Service c5cf8c
    year={2008}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{blas:viewio,
Packit Service c5cf8c
    author = {Javier Garc{\'i}a Blas and Florin Isaila and David E. Singh and Jes{\'u}s Carretero},
Packit Service c5cf8c
    title ={View-based collective {I/O} for {MPI-IO}},
Packit Service c5cf8c
    booktitle={8th IEEE International Symposium on Cluster Computing and the Grid},
Packit Service c5cf8c
    year={2008}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{yu:lustre-joining,
Packit Service c5cf8c
    author = {Weikuan Yu and Jeffrey Vetter and R. Shane Canon and Song Jiang},
Packit Service c5cf8c
    title = {Exploiting {Lustre} File Joining for Effective Collective {IO}},
Packit Service c5cf8c
    booktitle = {Seventh IEEE International Symposium on Cluster Computing and the Grid (CCGrid 2007)},
Packit Service c5cf8c
    month = {May},
Packit Service c5cf8c
    year = {2007}, 
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{yu:opal,
Packit Service c5cf8c
    author = {Weikuan Yu and Jeffrey Vetter and Shane Canon},
Packit Service c5cf8c
    title = {{OPAL}: An Open-Source {MPI-IO} Library over {Cray XT}},
Packit Service c5cf8c
    booktitle = {International Workshop on Storage Network Architecture and Parallel I/O (SNAPI'07)},
Packit Service c5cf8c
    month={September},
Packit Service c5cf8c
    year = {2007}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{dickens:lustre-mpi,
Packit Service c5cf8c
    title = {Towards a High Performance Implementation of {MPI-IO} on the {Lustre} File System},
Packit Service c5cf8c
    author = { Phillip M. Dickens and Jeremy Logan},
Packit Service c5cf8c
    booktitle = {Proceedings of GADA'08: Grid computing, high-performAnce and Distributed Applications. Monterrey, Mexico},
Packit Service c5cf8c
    month = {November},
Packit Service c5cf8c
    year = {2008}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@article{dickens:lustre-mpi-journal,
Packit Service c5cf8c
    author = {Phillip Dickens and J. Logan},
Packit Service c5cf8c
    title = {A High Performance Implementation of {MPI-IO} for a {Lustre} File System Environment},
Packit Service c5cf8c
    journal = {To appear: Concurrency and Computation: Practice and Experience},
Packit Service c5cf8c
    year = {2009}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{logan:objectio,
Packit Service c5cf8c
    author = {J. Logan and Phillip Dickens},
Packit Service c5cf8c
    title = {Using Object Based Files for High Performance Parallel {I/O}},
Packit Service c5cf8c
    booktitle = {Proceedings of the IEEE 4th International Workshop on Intelligent Data acquisition and Advanced Computing Systems: Technology and Applications. Dortmund, Germany},
Packit Service c5cf8c
    month = {September},
Packit Service c5cf8c
    year = {2007}
Packit Service c5cf8c
    }
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{logan:dynamic-object-io,
Packit Service c5cf8c
    author = {J. Logan and Phillip Dickens},
Packit Service c5cf8c
    title = {Dynamic Object Based {I/O}. (Invited Paper)},
Packit Service c5cf8c
    booktitle = {To appear: IEEE 5th International Workshop on Intelligent Data
Packit Service c5cf8c
    acquisition and Advanced Computing Systems: Technology and Applications},
Packit Service c5cf8c
    year = {2009},
Packit Service c5cf8c
    month = {August}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{liao:partitioning,
Packit Service c5cf8c
    author = {Wei-keng Liao and Alok Choudhary},
Packit Service c5cf8c
    title = {Dynamically Adapting File Domain Partitioning Methods for Collective {I/O} Based on Underlying Parallel File System Locking Protocols},
Packit Service c5cf8c
    booktitle = {Proceedings of  International Conference for High Performance Computing, Networking, Storage and Analysis (SC08), Austin, Texas},
Packit Service c5cf8c
    month={November},
Packit Service c5cf8c
    year = {2008}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{nisar:io-delegation,
Packit Service c5cf8c
    author = {Arifa Nisar and Wei-keng Liao and Alok Choudhary},
Packit Service c5cf8c
    title = {Scaling Parallel {I/O} Performance through {I/O} Delegate and Caching System},
Packit Service c5cf8c
    booktitle = {Proceedings of International Conference for High Performance Computing, Networking, Storage and Analysis (SC08), Austin, Texas},
Packit Service c5cf8c
    month={November},
Packit Service c5cf8c
    year ={2008}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{liao:caching-large-scale,
Packit Service c5cf8c
    author = { Wei-keng Liao and Avery Ching and Kenin Coloma and Arifa Nisar and Alok Choudhary and Jackie Chen and Ramanan Sankaran and Scott Klasky},
Packit Service c5cf8c
    title = {Using {MPI} File Caching to Improve Parallel Write Performance for Large-Scale Scientific Applications},
Packit Service c5cf8c
    booktitle = {Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis (SC 2007), Reno, Nevada},
Packit Service c5cf8c
    month = {November},
Packit Service c5cf8c
    year = {2007}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@article{liao:cooperative_caching_mpi_journal,
Packit Service c5cf8c
    author = {Wei-keng Liao and Kenin Coloma and Alok Choudhary and Lee Ward},
Packit Service c5cf8c
    title = {Cooperative Client-side File Caching for {MPI} Applications},
Packit Service c5cf8c
    journal = {International Journal of High Performance Computing Applications},
Packit Service c5cf8c
    volume = {21},
Packit Service c5cf8c
    number = {2}, 
Packit Service c5cf8c
    pages = {144-154},
Packit Service c5cf8c
    month = {May},
Packit Service c5cf8c
    year = {2007}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{liao:client_cache_eval,
Packit Service c5cf8c
    author = {Wei-keng Liao and Avery Ching and Kenin Coloma and Alok Choudhary and Lee Ward},
Packit Service c5cf8c
    title = {An Implementation and Evaluation of Client-side File Caching for {MPI-IO}}, 
Packit Service c5cf8c
    booktitle = {Proceedings of the 21st International Parallel and Distributed 
Packit Service c5cf8c
Processing Symposium (IPDPS), Long Beach, California},
Packit Service c5cf8c
    month = {March}, 
Packit Service c5cf8c
    year = {2007}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@article{liao:overlapping_io,
Packit Service c5cf8c
    author = {Wei-keng Liao and Kenin Coloma and Alok Choudhary and Lee Ward and Eric Russell and Neil Pundit},
Packit Service c5cf8c
    title = {Scalable Design and Implementations for MPI Parallel Overlapping {I/O}},
Packit Service c5cf8c
    journal = {{IEEE} Transactions on Parallel and Distributed System},
Packit Service c5cf8c
    volume = {17},
Packit Service c5cf8c
    number = {11},
Packit Service c5cf8c
    pages = {1264-1276},
Packit Service c5cf8c
    month = {November},
Packit Service c5cf8c
    year = {2006}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{coloma:new_collective_io,
Packit Service c5cf8c
    author = {Kenin Coloma and Avery Ching and Alok Choudhary and Wei-keng Liao and Robert Ross and Rajeev Thakur and Lee Ward},
Packit Service c5cf8c
    title = {A New Flexible {MPI} Collective {I/O} Implementation},
Packit Service c5cf8c
    booktitle = {Proceedings of the IEEE Conference on Cluster Computing (Cluster 2006), Barcelona, Spain},
Packit Service c5cf8c
    month = {September},
Packit Service c5cf8c
    year = {2006}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@article{memik:multicollective_io,
Packit Service c5cf8c
    author = {Gokhan Memik and Mahmut T. Kandemir and Wei-Keng Liao and Alok Choudhary},
Packit Service c5cf8c
    title = {Multicollective {I/O}: A Technique for Exploiting Inter-file Access  Patterns},
Packit Service c5cf8c
    journal = {{ACM} Transactions on Storage (TOS)},
Packit Service c5cf8c
    volume = {2},
Packit Service c5cf8c
    number = {3},
Packit Service c5cf8c
    pages = {349-360},
Packit Service c5cf8c
    month = {August},
Packit Service c5cf8c
    year = {2006}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@Inbook{liao:atomicity_overlap,
Packit Service c5cf8c
    author = {Wei-keng Liao and Alok Choudhary and Kenin Coloma and Lee Ward and Eric Russell and Neil Pundit},
Packit Service c5cf8c
    title = {{MPI} Atomicity and Concurrent Overlapping {I/O}},
Packit Service c5cf8c
    booktitle = {High Performance Computing: Paradigm and Infrastructure},
Packit Service c5cf8c
    pages = {203-218},
Packit Service c5cf8c
    chapter = {10}, 
Packit Service c5cf8c
    month = {November},
Packit Service c5cf8c
    year = {2005},
Packit Service c5cf8c
    publisher = {John Wiley & Sons Inc},
Packit Service c5cf8c
    note = {ISBN: 978-0-471-65471-1}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{liao:cooperative_write-behind,
Packit Service c5cf8c
    author = {Wei-keng Liao and Kenin Coloma and Alok Choudhary and Lee Ward},
Packit Service c5cf8c
    title = {{Cooperative Write-Behind Data Buffering for MPI I/O}},
Packit Service c5cf8c
    booktitle = {Proceedings of the 12th European Parallel Virtual Machine and Message Passing Interface Conference (EURO PVM/MPI), Sorrento (Naples), Italy},
Packit Service c5cf8c
    month = {September},
Packit Service c5cf8c
    year = {2005}  
Packit Service c5cf8c
    }
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{liao:app_aware_caching,
Packit Service c5cf8c
    author = {Wei-keng Liao and Kenin Coloma and Alok Choudhary and Lee Ward and Eric Russell and Sonja Tideman},
Packit Service c5cf8c
    title = {{Collective Caching: Application-aware Client-side File Caching}},
Packit Service c5cf8c
    booktitle = {Proceedings of the 14th IEEE International Symposium on High Performance Distributed Computing (HPDC-14), Research Triangle Park, NC},
Packit Service c5cf8c
    month = {July},
Packit Service c5cf8c
    year = {2005}
Packit Service c5cf8c
    }
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{coloma:dache,
Packit Service c5cf8c
    author = {Kenin Coloma and Alok Choudhary and Wei-keng Liao and Lee Ward and Sonja Tideman},
Packit Service c5cf8c
    title = {{DAChe: Direct Access Cache System for Parallel I/O}},
Packit Service c5cf8c
    booktitle = {Proceedings of the International Supercomputer Conference, Heidelberg, Germany},
Packit Service c5cf8c
    month = {June},
Packit Service c5cf8c
    year = {2005}
Packit Service c5cf8c
    }
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{coloma:scalable_caching,
Packit Service c5cf8c
    author = {Kenin Coloma and Alok Choudhary and Wei-keng Liao and Lee Ward and Eric Russell and Neil Pundit},
Packit Service c5cf8c
    title = {{Scalable High-level Caching for Parallel I/O}},
Packit Service c5cf8c
    booktitle = {Proceedings of the International Parallel and Distributed Parallel Processing Symposium (IPDPS), New Mexico},
Packit Service c5cf8c
    month = {April},
Packit Service c5cf8c
    year = {2004}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{Liao:scalable_atomicity,
Packit Service c5cf8c
    author = {Wei-keng Liao and Alok Choudhary and Kenin Coloma and George K. Thiruvathukal and Lee Ward and Eric Russell and Neil Pundit},
Packit Service c5cf8c
    title = {{Scalable Implementations of MPI Atomicity for Concurrent Overlapping I/O}},
Packit Service c5cf8c
    booktitle = {Proceedings of the International Conference on Parallel Processing (ICPP), Kaohsiung, Taiwan},
Packit Service c5cf8c
    month = {October},
Packit Service c5cf8c
    year = {2003}
Packit Service c5cf8c
    }
Packit Service c5cf8c
Packit Service c5cf8c
@InProceedings{ching:noncontig,
Packit Service c5cf8c
    author = {Avery Ching and Alok Choudhary and Kenin Coloma and Wei-keng Liao and Robert Ross and William Gropp},
Packit Service c5cf8c
    title = {{Noncontiguous I/O Accesses Through MPI-IO}},
Packit Service c5cf8c
    booktitle = {Proceedings of the International Symposium on Cluster Computing and the Grid (CCGrid), Tokyo, Japan},
Packit Service c5cf8c
    month = {May},
Packit Service c5cf8c
    year = {2003}
Packit Service c5cf8c
}
Packit Service c5cf8c
Packit Service c5cf8c
@Article{chaarawi:collective_writes,
Packit Service c5cf8c
	author =  {Mohamad Chaarawi and Suneet Chandok and Edgar Gabriel},
Packit Service c5cf8c
	title = {{Performance Evaluation of Collective Write Algorithms in MPI I/O}},
Packit Service c5cf8c
	journal = {Lecture Notes in Computer Science},
Packit Service c5cf8c
	booktitle = {International Conference on Computer Science (ICCS) 2009},
Packit Service c5cf8c
	month = {May},
Packit Service c5cf8c
	year = {2009},
Packit Service c5cf8c
	volume = {5544},
Packit Service c5cf8c
	pages = {185-194},
Packit Service c5cf8c
	publisher = {Springer Berlin / Heidelberg},
Packit Service c5cf8c
	doi = {10.1007/978-3-642-01970-8_19}
Packit Service c5cf8c
}
Packit Service c5cf8c
@Article{kulkarni::shared_file_pointers,
Packit Service c5cf8c
	author = {Ketan Kulkarni and Edgar Gabriel},
Packit Service c5cf8c
	title = {{Evaluating Algorithms for Shared File Pointer Operations in MPI I/O}},
Packit Service c5cf8c
	journal = {Lecture Notes in Computer Science},
Packit Service c5cf8c
	booktitle = {International Conference on Computer Science (ICCS) 2009},
Packit Service c5cf8c
	month = {May},
Packit Service c5cf8c
	year = {2009},
Packit Service c5cf8c
	volume = {5544},
Packit Service c5cf8c
	pages = {280-289},
Packit Service c5cf8c
	publisher = {Springer Berlin / Heidelberg},
Packit Service c5cf8c
	doi = {10.1007/978-3-642-01970-8_28}
Packit Service c5cf8c
}