journalsigops242024

An Evaluation of DAOS for Simulation and Deep Learning HPCWorkloads

Luke Logan, Jay Lofstead, Xian-He Sun, Anthony Kougkas

ACM SIGOPS Operating Systems Review · ACM

Abstract

Traditionally, distributed storage systems have relied upon the interfaces provided by OS kernels to interact with storage hardware. However, much research has shown that OSes impose serious overheads on every I/O operation, especially on high-performance storage and networking hardware (e.g., PMEM and 200GBe). Thus, distributed storage stacks are being re-designed to take advantage of this modern hardware by utilizing new hardware interfaces which bypass the kernel entirely. However, the impact of these optimizations have not been well-studied for real HPC workloads on real hardware. In this work, we provide a comprehensive evaluation of DAOS: a state-of-the-art distributed storage system which re-architects the storage stack from scratch for modern hardware.We compare DAOS against traditional storage stacks and demonstrate that by utilizing optimal interfaces to hardware, performance improvements of up to 6x can be observed in real scientific applications.

Connected work

Citation

@article{logan2024daos,
  author = {Logan, Luke and Lofstead, Jay and Sun, Xian-He and Kougkas, Anthony},
  journal = {ACM SIGOPS Operating Systems Review},
  title = {An Evaluation of DAOS for Simulation and Deep Learning HPCWorkloads},
  year = {2024},
  month = aug,
  publisher = {ACM},
  volume = {58},
  number = {1},
  pages = {37-44},
  keywords = {Storage Architectures, I/O Benchmarking, High-Performance Computing, Data Movement Optimization},
  doi = {10.1145/3689051.3689058},
  url = {https://doi.org/10.1145/3689051.3689058},
}