Dynamic Active Storage for High Performance I/O

Size: px
Start display at page:

Download "Dynamic Active Storage for High Performance I/O"

Transcription

1 Dynamic Active Storage for High Performance I/O Chao UREaSON

2 Outline Ø Background Ø Active Storage Ø Issues/challenges Ø Dynamic Active Storage Ø Prototyping and Evaluation Ø Conclusion and future work

3 Background Ø Applications from the area of geographical information systems, Climate Science, astrophysics, high-energy physics, etc. are becoming more and more data intensive. NASA s Shuttle Radar Topography Mission (10TB) FLASH: Buoyancy-Driven Turbulent Nuclear Burning(75TB~300TB) Climate Science (10TB~355TB) Ø Efficient tools are needed to store and analyze these data sets.

4 Background Ø CN: compute nodes, dedicated for processing (sum, minus, multiple etc.) Ø SN: storage nodes, dedicated for storing the data. Ø It is very time consuming. Ø I/O operations dominate the system performance CN 1 CN 2 CN 3 CN n Compute Node Application Analysis kernel Network I/O request Data SN 1 SN 2 SN m Storage Node Disk

5 Active Storage Ø Active Storage was proposed to mitigate such issue, and attracted intensive attention. Ø It moves appropriate computations near data (Storage Nodes) Compute Node I/O request Application Result Network bandwidth cost is reduced Storage Node Analysis kernel Data Disk

6 Active Storage Two famous prototype: Ø Felix et. al proposed the first prototype based on Lustre Supports limited and simple operations NAL OST User Space Processing Component Lacks a flexible method to add processing kernels ASOBD ASDEV OBDfilter ext3

7 Active Storage Ø Woo et. al proposed another prototype based on PVFS Application It provides a more sophisticated prototype based on MPI Client 1 Client 2 Client n Parallel File System Client Parallel File System API Active Storage API User can register their process kernels Interconnection network Server 1 Server 2 Server n Parallel File System API Kernels Disk GPU

8 Issues/Challenges Ø All existing studies don t consider data dependence Ø Dependence commonly exists among data accesses

9 Issues/Challenges for example, flow-direction and flow-accumulation operations in terrain analysis latitude Single direction multi-direction Fig.1 Examples of SFD and MFD longitude SFD: Single flow direction MFD: Multiple flow direction

10 Issues/Challenges Ø Dependence has a great impact on performance The)performance)of)Ac&ve)Storage)(no)dependence)) Performance)of)Ac&vestorage)(with)dependence)) 10000" 3500" 9000" 8000" 3000" Execu&on)&me)(s)) 7000" 6000" 5000" 4000" 3000" TS" AS" Execu&on)&me)(s)) 2500" 2000" 1500" 1000" AS" TS" 2000" 1000" 500" 0" 24" 36" 48" 60" 0" 24GB" 36GB" 48GB" 60GB" Data)size)(GB)) Data)size) SUM operation flow-routing operation Question: Is every operation suitable to be offloaded to storage node?

11 Data Dependence Stripe 1 Stripe L Each stripe is 64kb in PVFS Terrain map Stripe o 4 5 N-4 N-3 N-2 N-1 N s 1 s 2 s 3 Possible Data distribution Server a Server b Server c M-3 M-2 s 4 s s 5 s 6 s 7 s 8 Stripe p Analysis Kernel Disk Analysis Kernel Stripe q Stripe o Disk Stripe p Analysis Kernel Disk Stripe q M-1 M Possible Bandwidth cost: 2 times

12 Dynamic Active Storage A Dynamic Active Storage Prototype is proposed: Ø Predicts the I/O bandwidth cost before the active I/O is accepted Ø Dynamically determines operations that are beneficial to be offloaded and processed on storage nodes Ø Introduces a new data layout method

13 DAS System Architecture Key components: 1. Bandwidth prediction 2. Data Distribution calculation (layout optimizer) 3. Kernel features 4. Local I/O API 5. Processing kernels NEW

14 Bandwidth Prediction Known the dependence patterns, we can calculate data locations, and then estimate the bandwidth cost previously: k i j stride stride i,j,k i th, j th, k th data elements E Data element size D Num. of Storage Nodes L Location of data elements Stripe_size parallel file system parameter

15 Bandwidth Prediction if Formula 1 then All dependency data is located at same storage node, and accept download requirement else It would cost 2 times bandwidth of file size, and should reject Active I/O requirement

16 Issues/Challenges On the other hands, it is common that successive operations share the same data access patterns in terrain analysis and image processing for example, flow-direction is always followed by flow-accumulation operation in terrain analysis flow-direction generate intermediate image/map for flow-accumulation

17 Layout Optimizer A new data distribution method is introduced: Ø Adopt an suitable data distribution method to store intermediate image/data Ø Ensure no/little data dependency for successive operations (such as flowaccumulation) Ø round-robin pattern is discarded, and each storage node stores k successive stripes. Ø Two copies of the boundary data strips are stored in successive two storage nodes

18 Layout Optimizer Stripe 1 Stripe L N-4 N-3 N-2 N-1 N 2 Normal Data layout 3 Stripe l 4 s 1 s 2 s 3 Stripe o Server a Server b Stripe m Stripe n M-3 M-2 s 4 s s 5 s 6 s 7 s 8 Stripe p Stripe q Stripe l Stripe m Stripe n Data Transfer Stripe o Stripe p Stripe q M-1 M

19 Layout Optimizer Server a Server b Stripe l Stripe m Stripe n Stripe o Stripe p Stripe q Data Transfer Stripe l Stripe m Stripe n Stripe o Stripe p Stripe q Copy

20 Layout Optimizer New formulas: What the prototype need to do is to calculate a suitable value for k, D and stripe_size

21 Evaluation Platform Hrothgar Cluster # of Nodes 24, 36, 48, 60 Evaluated operations Data set size Evaluated schemes Flow-routing, Flow-accumulation and 2D Gaussian Filter 24GB, 36GB, 48GB and 60GB TS: traditional storage, NAS: normal active storage, DAS: proposed prototype

22 Impact of Data Dependence 16000" Performance)Impact)of)Data)Dependece) 14000" flow_rou/ng_nas" Execu&on)Time)(s)) 12000" 10000" 8000" 6000" flow_rou/ng_ts" flow_accumula/on_nas" flow_accumula/on_ts" 4000" gaussian_nas" 2000" gaussian_ts" 0" 24" 36" 48" 60" Data)Size)(GB)) Execution time of NAS scheme is compared with one of TS scheme

23 Performance Improvement Execu&on)Time)of)Each)Scheme) Execu&on)Time)(s)) 6000" 5000" 4000" 3000" 2000" NAS" DAS" TS" 30% improvement V.S. TS 60% improvement V.S. NAS 1000" 0" Flow-rou0ng" Flow-accumula0on" Gaussian"Filter" Opera&ons) Comparison of Execution Time OF NAS, TS and DAS. (24GB data, 24 nodes)

24 Scalability Analysis 10000" Scalability)with)Varied)Number)of)Nodes) Execu&on)Time)(s)) 9000" 8000" 7000" 6000" 5000" 4000" 3000" flow_rou2ng_das" flow_rou2ng_ts" flow_accumula2on_das" flow_accumula2on_ts" All decreased 15% with increasing 12 nodes 2000" gaussian_das" 1000" 0" 24" 36" 48" 60" Number)of)Nodes) gaussian_ts" Comparison of Execution Time when the Number of Nodes Increased

25 Scalability Analysis Execu&on)Time)(s)) 16000" 14000" 12000" 10000" 8000" 6000" 4000" 2000" Scalability)with)varied)Data)Set)Size) flow_rou/ng_nas" flow_rou/ng_das" flow_rou/ng_ts" flow_accumula/on_nas" flow_accumula/on_das" flow_accumula/on_ts" gaussian_nas" gaussian_das" execution time increases: DAS: 15% NAS: 30% TS: 30% When data increased 12GB 0" 24" 36" 48" 48" Data)Size)(GB)) gaussian_ts" Comparison of Execution Time with varied data size

26 Bandwidth Improvement 2.5" Normalized+Bandwidth+ 2" Normalized+band+width+ 1.5" 1" 0.5" NAS" DAS" TS" Compared to TS DAS: 1.8 times bandwidth NAS: 0.7 times bandwidth 0" 24" 36" 48" 60" Data+size(GB)+ Normalized Sustained Bandwidth Improvement

27 Conclusion and Future Work Ø Data dependence has a great impact on performance of Active Storage Ø DAS is introduced to solve such challenge issue Ø Resource contention

28 Reference 1. R. Ross, R. Latham, M. Unangst and B. Welch. Paralell I/O in Practice. Tutorial in the ACM/ IEEE Supercomputing Conference, J. F. O. Callaghan and M. D. M. The Extraction of Drainage Networks from Digital Elevation Data. Computer Vision, Graphics and Image Processing, 8: , J. Piernas, J. Nieplocha, and E. J. Felix. Evaluation of Active Storage Strategies for the Lustre Parallel File System. In Proceedings of the 2007 ACM/IEEE conference on Supercomputing, E. J. Felix, K. Fox, K. Regimbal, and J. Nieplocha. Active Storage 5. Processing in a Parallel File System. In 6th LCI International Conference on Linux Clusters: The HPC Revolution, Chapel Hill, North Carolina, W. Son, S. Lang, P. Carns, R. Ross, and R. Thakur. Enabling Active Storage on Parallel I / O Software Stacks. In 26th IEEE Symposium on Mass Storage Systems and Technologies (MSST), etc.

29 Thank you

Enabling Active Storage on Parallel I/O Software Stacks. Seung Woo Son Mathematics and Computer Science Division

Enabling Active Storage on Parallel I/O Software Stacks. Seung Woo Son Mathematics and Computer Science Division Enabling Active Storage on Parallel I/O Software Stacks Seung Woo Son sson@mcs.anl.gov Mathematics and Computer Science Division MSST 2010, Incline Village, NV May 7, 2010 Performing analysis on large

More information

ECE7995 (7) Parallel I/O

ECE7995 (7) Parallel I/O ECE7995 (7) Parallel I/O 1 Parallel I/O From user s perspective: Multiple processes or threads of a parallel program accessing data concurrently from a common file From system perspective: - Files striped

More information

DOSAS: Mitigating the Resource Contention in Active Storage Systems

DOSAS: Mitigating the Resource Contention in Active Storage Systems 2012 IEEE International Conference on Cluster Computing DOSAS: Mitigating the Resource Contention in Active Storage Systems Chao Chen and Yong Chen Department of Computer Science, Texas Tech University,

More information

Computer Science Section. Computational and Information Systems Laboratory National Center for Atmospheric Research

Computer Science Section. Computational and Information Systems Laboratory National Center for Atmospheric Research Computer Science Section Computational and Information Systems Laboratory National Center for Atmospheric Research My work in the context of TDD/CSS/ReSET Polynya new research computing environment Polynya

More information

Enabling Active Storage on Parallel I/O Software Stacks

Enabling Active Storage on Parallel I/O Software Stacks Enabling Active Storage on Parallel I/O Software Stacks Seung Woo Son Samuel Lang Philip Carns Robert Ross Rajeev Thakur Berkin Ozisikyilmaz Prabhat Kumar Wei-Keng Liao Alok Choudhary Mathematics and Computer

More information

PSA: Performance and Space-Aware Data Layout for Hybrid Parallel File Systems

PSA: Performance and Space-Aware Data Layout for Hybrid Parallel File Systems PSA: Performance and Space-Aware Data Layout for Hybrid Parallel File Systems Shuibing He, Yan Liu, Xian-He Sun Department of Computer Science Illinois Institute of Technology I/O Becomes the Bottleneck

More information

System that permanently stores data Usually layered on top of a lower-level physical storage medium Divided into logical units called files

System that permanently stores data Usually layered on top of a lower-level physical storage medium Divided into logical units called files System that permanently stores data Usually layered on top of a lower-level physical storage medium Divided into logical units called files Addressable by a filename ( foo.txt ) Usually supports hierarchical

More information

S4D-Cache: Smart Selective SSD Cache for Parallel I/O Systems

S4D-Cache: Smart Selective SSD Cache for Parallel I/O Systems S4D-Cache: Smart Selective SSD Cache for Parallel I/O Systems Shuibing He, Xian-He Sun, Bo Feng Department of Computer Science Illinois Institute of Technology Speed Gap Between CPU and Hard Drive http://www.velobit.com/storage-performance-blog/bid/114532/living-with-the-2012-hdd-shortage

More information

A Comparative Experimental Study of Parallel File Systems for Large-Scale Data Processing

A Comparative Experimental Study of Parallel File Systems for Large-Scale Data Processing A Comparative Experimental Study of Parallel File Systems for Large-Scale Data Processing Z. Sebepou, K. Magoutis, M. Marazakis, A. Bilas Institute of Computer Science (ICS) Foundation for Research and

More information

Hint Controlled Distribution with Parallel File Systems

Hint Controlled Distribution with Parallel File Systems Hint Controlled Distribution with Parallel File Systems Hipolito Vasquez Lucas and Thomas Ludwig Parallele und Verteilte Systeme, Institut für Informatik, Ruprecht-Karls-Universität Heidelberg, 6912 Heidelberg,

More information

The Fusion Distributed File System

The Fusion Distributed File System Slide 1 / 44 The Fusion Distributed File System Dongfang Zhao February 2015 Slide 2 / 44 Outline Introduction FusionFS System Architecture Metadata Management Data Movement Implementation Details Unique

More information

Parallel File Systems for HPC

Parallel File Systems for HPC Introduction to Scuola Internazionale Superiore di Studi Avanzati Trieste November 2008 Advanced School in High Performance and Grid Computing Outline 1 The Need for 2 The File System 3 Cluster & A typical

More information

Toward portable I/O performance by leveraging system abstractions of deep memory and interconnect hierarchies

Toward portable I/O performance by leveraging system abstractions of deep memory and interconnect hierarchies Toward portable I/O performance by leveraging system abstractions of deep memory and interconnect hierarchies François Tessier, Venkatram Vishwanath, Paul Gressier Argonne National Laboratory, USA Wednesday

More information

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs 2013 DOE Visiting Faculty Program Project Report By Jianting Zhang (Visiting Faculty) (Department of Computer Science,

More information

An Overview of Fujitsu s Lustre Based File System

An Overview of Fujitsu s Lustre Based File System An Overview of Fujitsu s Lustre Based File System Shinji Sumimoto Fujitsu Limited Apr.12 2011 For Maximizing CPU Utilization by Minimizing File IO Overhead Outline Target System Overview Goals of Fujitsu

More information

Optimization of non-contiguous MPI-I/O operations

Optimization of non-contiguous MPI-I/O operations Optimization of non-contiguous MPI-I/O operations Enno Zickler Arbeitsbereich Wissenschaftliches Rechnen Fachbereich Informatik Fakultät für Mathematik, Informatik und Naturwissenschaften Universität Hamburg

More information

Crossing the Chasm: Sneaking a parallel file system into Hadoop

Crossing the Chasm: Sneaking a parallel file system into Hadoop Crossing the Chasm: Sneaking a parallel file system into Hadoop Wittawat Tantisiriroj Swapnil Patil, Garth Gibson PARALLEL DATA LABORATORY Carnegie Mellon University In this work Compare and contrast large

More information

Improved Solutions for I/O Provisioning and Application Acceleration

Improved Solutions for I/O Provisioning and Application Acceleration 1 Improved Solutions for I/O Provisioning and Application Acceleration August 11, 2015 Jeff Sisilli Sr. Director Product Marketing jsisilli@ddn.com 2 Why Burst Buffer? The Supercomputing Tug-of-War A supercomputer

More information

Experiences with the Parallel Virtual File System (PVFS) in Linux Clusters

Experiences with the Parallel Virtual File System (PVFS) in Linux Clusters Experiences with the Parallel Virtual File System (PVFS) in Linux Clusters Kent Milfeld, Avijit Purkayastha, Chona Guiang Texas Advanced Computing Center The University of Texas Austin, Texas USA Abstract

More information

Crossing the Chasm: Sneaking a parallel file system into Hadoop

Crossing the Chasm: Sneaking a parallel file system into Hadoop Crossing the Chasm: Sneaking a parallel file system into Hadoop Wittawat Tantisiriroj Swapnil Patil, Garth Gibson PARALLEL DATA LABORATORY Carnegie Mellon University In this work Compare and contrast large

More information

Structuring PLFS for Extensibility

Structuring PLFS for Extensibility Structuring PLFS for Extensibility Chuck Cranor, Milo Polte, Garth Gibson PARALLEL DATA LABORATORY Carnegie Mellon University What is PLFS? Parallel Log Structured File System Interposed filesystem b/w

More information

On the Role of Burst Buffers in Leadership- Class Storage Systems

On the Role of Burst Buffers in Leadership- Class Storage Systems On the Role of Burst Buffers in Leadership- Class Storage Systems Ning Liu, Jason Cope, Philip Carns, Christopher Carothers, Robert Ross, Gary Grider, Adam Crume, Carlos Maltzahn Contact: liun2@cs.rpi.edu,

More information

LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance

LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance 11 th International LS-DYNA Users Conference Computing Technology LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance Gilad Shainer 1, Tong Liu 2, Jeff Layton

More information

Revealing Applications Access Pattern in Collective I/O for Cache Management

Revealing Applications Access Pattern in Collective I/O for Cache Management Revealing Applications Access Pattern in for Yin Lu 1, Yong Chen 1, Rob Latham 2 and Yu Zhuang 1 Presented by Philip Roth 3 1 Department of Computer Science Texas Tech University 2 Mathematics and Computer

More information

LustreFS and its ongoing Evolution for High Performance Computing and Data Analysis Solutions

LustreFS and its ongoing Evolution for High Performance Computing and Data Analysis Solutions LustreFS and its ongoing Evolution for High Performance Computing and Data Analysis Solutions Roger Goff Senior Product Manager DataDirect Networks, Inc. What is Lustre? Parallel/shared file system for

More information

Pattern-Aware File Reorganization in MPI-IO

Pattern-Aware File Reorganization in MPI-IO Pattern-Aware File Reorganization in MPI-IO Jun He, Huaiming Song, Xian-He Sun, Yanlong Yin Computer Science Department Illinois Institute of Technology Chicago, Illinois 60616 {jhe24, huaiming.song, sun,

More information

Resource Management on a Mixed Processor Linux Cluster. Haibo Wang. Mississippi Center for Supercomputing Research

Resource Management on a Mixed Processor Linux Cluster. Haibo Wang. Mississippi Center for Supercomputing Research Resource Management on a Mixed Processor Linux Cluster Haibo Wang Mississippi Center for Supercomputing Research Many existing clusters were built as a small test-bed for small group of users and then

More information

XPU A Programmable FPGA Accelerator for Diverse Workloads

XPU A Programmable FPGA Accelerator for Diverse Workloads XPU A Programmable FPGA Accelerator for Diverse Workloads Jian Ouyang, 1 (ouyangjian@baidu.com) Ephrem Wu, 2 Jing Wang, 1 Yupeng Li, 1 Hanlin Xie 1 1 Baidu, Inc. 2 Xilinx Outlines Background - FPGA for

More information

Iteration Based Collective I/O Strategy for Parallel I/O Systems

Iteration Based Collective I/O Strategy for Parallel I/O Systems Iteration Based Collective I/O Strategy for Parallel I/O Systems Zhixiang Wang, Xuanhua Shi, Hai Jin, Song Wu Services Computing Technology and System Lab Cluster and Grid Computing Lab Huazhong University

More information

Xen-Based HPC: A Parallel I/O Perspective. Weikuan Yu, Jeffrey S. Vetter

Xen-Based HPC: A Parallel I/O Perspective. Weikuan Yu, Jeffrey S. Vetter Xen-Based HPC: A Parallel I/O Perspective Weikuan Yu, Jeffrey S. Vetter Computer Science and Mathematics Oak Ridge National Laboratory Oak Ridge, TN 37831-6173 {wyu,vetter}@ornl.gov Abstract Virtualization

More information

A Hybrid Shared-nothing/Shared-data Storage Scheme for Large-scale Data Processing

A Hybrid Shared-nothing/Shared-data Storage Scheme for Large-scale Data Processing A Hybrid Shared-nothing/Shared-data Storage Scheme for Large-scale Data Processing Huaiming Song, Xian-He Sun, Yong Chen Department of Computer Science, Illinois Institute of Technology, Chicago, IL 60616,

More information

REMEM: REmote MEMory as Checkpointing Storage

REMEM: REmote MEMory as Checkpointing Storage REMEM: REmote MEMory as Checkpointing Storage Hui Jin Illinois Institute of Technology Xian-He Sun Illinois Institute of Technology Yong Chen Oak Ridge National Laboratory Tao Ke Illinois Institute of

More information

High Performance Computing in C and C++

High Performance Computing in C and C++ High Performance Computing in C and C++ Rita Borgo Computer Science Department, Swansea University WELCOME BACK Course Administration Contact Details Dr. Rita Borgo Home page: http://cs.swan.ac.uk/~csrb/

More information

An Evolutionary Path to Object Storage Access

An Evolutionary Path to Object Storage Access An Evolutionary Path to Object Storage Access David Goodell +, Seong Jo (Shawn) Kim*, Robert Latham +, Mahmut Kandemir*, and Robert Ross + *Pennsylvania State University + Argonne National Laboratory Outline

More information

Scalable Critical Path Analysis for Hybrid MPI-CUDA Applications

Scalable Critical Path Analysis for Hybrid MPI-CUDA Applications Center for Information Services and High Performance Computing (ZIH) Scalable Critical Path Analysis for Hybrid MPI-CUDA Applications The Fourth International Workshop on Accelerators and Hybrid Exascale

More information

High-Performance Lustre with Maximum Data Assurance

High-Performance Lustre with Maximum Data Assurance High-Performance Lustre with Maximum Data Assurance Silicon Graphics International Corp. 900 North McCarthy Blvd. Milpitas, CA 95035 Disclaimer and Copyright Notice The information presented here is meant

More information

Challenges in HPC I/O

Challenges in HPC I/O Challenges in HPC I/O Universität Basel Julian M. Kunkel German Climate Computing Center / Universität Hamburg 10. October 2014 Outline 1 High-Performance Computing 2 Parallel File Systems and Challenges

More information

Oncilla - a Managed GAS Runtime for Accelerating Data Warehousing Queries

Oncilla - a Managed GAS Runtime for Accelerating Data Warehousing Queries Oncilla - a Managed GAS Runtime for Accelerating Data Warehousing Queries Jeffrey Young, Alex Merritt, Se Hoon Shon Advisor: Sudhakar Yalamanchili 4/16/13 Sponsors: Intel, NVIDIA, NSF 2 The Problem Big

More information

IBM Power Systems HPC Cluster

IBM Power Systems HPC Cluster IBM Power Systems HPC Cluster Highlights Complete and fully Integrated HPC cluster for demanding workloads Modular and Extensible: match components & configurations to meet demands Integrated: racked &

More information

Progress on Efficient Integration of Lustre* and Hadoop/YARN

Progress on Efficient Integration of Lustre* and Hadoop/YARN Progress on Efficient Integration of Lustre* and Hadoop/YARN Weikuan Yu Robin Goldstone Omkar Kulkarni Bryon Neitzel * Some name and brands may be claimed as the property of others. MapReduce l l l l A

More information

pnfs and Linux: Working Towards a Heterogeneous Future

pnfs and Linux: Working Towards a Heterogeneous Future CITI Technical Report 06-06 pnfs and Linux: Working Towards a Heterogeneous Future Dean Hildebrand dhildebz@umich.edu Peter Honeyman honey@umich.edu ABSTRACT Anticipating terascale and petascale HPC demands,

More information

Leveraging Burst Buffer Coordination to Prevent I/O Interference

Leveraging Burst Buffer Coordination to Prevent I/O Interference Leveraging Burst Buffer Coordination to Prevent I/O Interference Anthony Kougkas akougkas@hawk.iit.edu Matthieu Dorier, Rob Latham, Rob Ross, Xian-He Sun Wednesday, October 26th Baltimore, USA Outline

More information

IME (Infinite Memory Engine) Extreme Application Acceleration & Highly Efficient I/O Provisioning

IME (Infinite Memory Engine) Extreme Application Acceleration & Highly Efficient I/O Provisioning IME (Infinite Memory Engine) Extreme Application Acceleration & Highly Efficient I/O Provisioning September 22 nd 2015 Tommaso Cecchi 2 What is IME? This breakthrough, software defined storage application

More information

POCCS: A Parallel Out-of-Core Computing System for Linux Clusters

POCCS: A Parallel Out-of-Core Computing System for Linux Clusters POCCS: A Parallel Out-of-Core System for Linux Clusters JIANQI TANG BINXING FANG MINGZENG HU HONGLI ZHANG Department of Computer Science and Engineering Harbin Institute of Technology No.92, West Dazhi

More information

ARCHER/RDF Overview. How do they fit together? Andy Turner, EPCC

ARCHER/RDF Overview. How do they fit together? Andy Turner, EPCC ARCHER/RDF Overview How do they fit together? Andy Turner, EPCC a.turner@epcc.ed.ac.uk www.epcc.ed.ac.uk www.archer.ac.uk Outline ARCHER/RDF Layout Available file systems Compute resources ARCHER Compute

More information

High Performance Computing Cloud - a PaaS Perspective

High Performance Computing Cloud - a PaaS Perspective a PaaS Perspective Supercomputer Education and Research Center Indian Institute of Science, Bangalore November 2, 2015 Overview Cloud computing is emerging as a latest compute technology Properties of

More information

Got Burst Buffer. Now What? Early experiences, exciting future possibilities, and what we need from the system to make it work

Got Burst Buffer. Now What? Early experiences, exciting future possibilities, and what we need from the system to make it work Got Burst Buffer. Now What? Early experiences, exciting future possibilities, and what we need from the system to make it work The Salishan Conference on High-Speed Computing April 26, 2016 Adam Moody

More information

Boosting Application-specific Parallel I/O Optimization using IOSIG

Boosting Application-specific Parallel I/O Optimization using IOSIG 22 2th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing Boosting Application-specific Parallel I/O Optimization using IOSIG Yanlong Yin yyin2@iit.edu Surendra Byna 2 sbyna@lbl.gov

More information

Automatic Identification of Application I/O Signatures from Noisy Server-Side Traces. Yang Liu Raghul Gunasekaran Xiaosong Ma Sudharshan S.

Automatic Identification of Application I/O Signatures from Noisy Server-Side Traces. Yang Liu Raghul Gunasekaran Xiaosong Ma Sudharshan S. Automatic Identification of Application I/O Signatures from Noisy Server-Side Traces Yang Liu Raghul Gunasekaran Xiaosong Ma Sudharshan S. Vazhkudai Instance of Large-Scale HPC Systems ORNL s TITAN (World

More information

One Optimized I/O Configuration per HPC Application: Leveraging the Configurability of Cloud

One Optimized I/O Configuration per HPC Application: Leveraging the Configurability of Cloud One Optimized I/O Configuration per HPC Application: Leveraging the Configurability of Cloud Mingliang Liu, Jidong Zhai and Yan Zhai Department of Computer Science and Technology, Tsinghua University {liuml7,zhaijidong,zhaiyan92}@gmail.com

More information

Black-Box Problem Diagnosis in Parallel File System

Black-Box Problem Diagnosis in Parallel File System A Presentation on Black-Box Problem Diagnosis in Parallel File System Authors: Michael P. Kasick, Jiaqi Tan, Rajeev Gandhi, Priya Narasimhan Presented by: Rishi Baldawa Key Idea Focus is on automatically

More information

Introduction to HPC Parallel I/O

Introduction to HPC Parallel I/O Introduction to HPC Parallel I/O Feiyi Wang (Ph.D.) and Sarp Oral (Ph.D.) Technology Integration Group Oak Ridge Leadership Computing ORNL is managed by UT-Battelle for the US Department of Energy Outline

More information

Shared Parallel Filesystems in Heterogeneous Linux Multi-Cluster Environments

Shared Parallel Filesystems in Heterogeneous Linux Multi-Cluster Environments LCI HPC Revolution 2005 26 April 2005 Shared Parallel Filesystems in Heterogeneous Linux Multi-Cluster Environments Matthew Woitaszek matthew.woitaszek@colorado.edu Collaborators Organizations National

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org)

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) Need to reinvent the storage stack in cloud computing Sagar Wadhwa 1, Dr. Naveen Hemrajani 2 1 M.Tech Scholar, Suresh Gyan Vihar University, Jaipur, Rajasthan, India 2 Profesor, Suresh Gyan Vihar University,

More information

Exploiting Lustre File Joining for Effective Collective IO

Exploiting Lustre File Joining for Effective Collective IO Exploiting Lustre File Joining for Effective Collective IO Weikuan Yu, Jeffrey Vetter Oak Ridge National Laboratory Computer Science & Mathematics Oak Ridge, TN, USA 37831 {wyu,vetter}@ornl.gov R. Shane

More information

INTEGRATING HPFS IN A CLOUD COMPUTING ENVIRONMENT

INTEGRATING HPFS IN A CLOUD COMPUTING ENVIRONMENT INTEGRATING HPFS IN A CLOUD COMPUTING ENVIRONMENT Abhisek Pan 2, J.P. Walters 1, Vijay S. Pai 1,2, David Kang 1, Stephen P. Crago 1 1 University of Southern California/Information Sciences Institute 2

More information

Memory Management Strategies for Data Serving with RDMA

Memory Management Strategies for Data Serving with RDMA Memory Management Strategies for Data Serving with RDMA Dennis Dalessandro and Pete Wyckoff (presenting) Ohio Supercomputer Center {dennis,pw}@osc.edu HotI'07 23 August 2007 Motivation Increasing demands

More information

The Road to ExaScale. Advances in High-Performance Interconnect Infrastructure. September 2011

The Road to ExaScale. Advances in High-Performance Interconnect Infrastructure. September 2011 The Road to ExaScale Advances in High-Performance Interconnect Infrastructure September 2011 diego@mellanox.com ExaScale Computing Ambitious Challenges Foster Progress Demand Research Institutes, Universities

More information

High Performance Supercomputing using Infiniband based Clustered Servers

High Performance Supercomputing using Infiniband based Clustered Servers High Performance Supercomputing using Infiniband based Clustered Servers M.J. Johnson A.L.C. Barczak C.H. Messom Institute of Information and Mathematical Sciences Massey University Auckland, New Zealand.

More information

Damaris. In-Situ Data Analysis and Visualization for Large-Scale HPC Simulations. KerData Team. Inria Rennes,

Damaris. In-Situ Data Analysis and Visualization for Large-Scale HPC Simulations. KerData Team. Inria Rennes, Damaris In-Situ Data Analysis and Visualization for Large-Scale HPC Simulations KerData Team Inria Rennes, http://damaris.gforge.inria.fr Outline 1. From I/O to in-situ visualization 2. Damaris approach

More information

Extreme I/O Scaling with HDF5

Extreme I/O Scaling with HDF5 Extreme I/O Scaling with HDF5 Quincey Koziol Director of Core Software Development and HPC The HDF Group koziol@hdfgroup.org July 15, 2012 XSEDE 12 - Extreme Scaling Workshop 1 Outline Brief overview of

More information

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Torben Kling-Petersen, PhD Presenter s Name Principle Field Title andengineer Division HPC &Cloud LoB SunComputing Microsystems

More information

The Stampede is Coming: A New Petascale Resource for the Open Science Community

The Stampede is Coming: A New Petascale Resource for the Open Science Community The Stampede is Coming: A New Petascale Resource for the Open Science Community Jay Boisseau Texas Advanced Computing Center boisseau@tacc.utexas.edu Stampede: Solicitation US National Science Foundation

More information

Parallel I/O Libraries and Techniques

Parallel I/O Libraries and Techniques Parallel I/O Libraries and Techniques Mark Howison User Services & Support I/O for scientifc data I/O is commonly used by scientific applications to: Store numerical output from simulations Load initial

More information

Comprehensive Lustre I/O Tracing with Vampir

Comprehensive Lustre I/O Tracing with Vampir Comprehensive Lustre I/O Tracing with Vampir Lustre User Group 2010 Zellescher Weg 12 WIL A 208 Tel. +49 351-463 34217 ( michael.kluge@tu-dresden.de ) Michael Kluge Content! Vampir Introduction! VampirTrace

More information

Initial Performance Evaluation of the Cray SeaStar Interconnect

Initial Performance Evaluation of the Cray SeaStar Interconnect Initial Performance Evaluation of the Cray SeaStar Interconnect Ron Brightwell Kevin Pedretti Keith Underwood Sandia National Laboratories Scalable Computing Systems Department 13 th IEEE Symposium on

More information

Introduction to Parallel I/O

Introduction to Parallel I/O Introduction to Parallel I/O Bilel Hadri bhadri@utk.edu NICS Scientific Computing Group OLCF/NICS Fall Training October 19 th, 2011 Outline Introduction to I/O Path from Application to File System Common

More information

Experiences with HP SFS / Lustre in HPC Production

Experiences with HP SFS / Lustre in HPC Production Experiences with HP SFS / Lustre in HPC Production Computing Centre (SSCK) University of Karlsruhe Laifer@rz.uni-karlsruhe.de page 1 Outline» What is HP StorageWorks Scalable File Share (HP SFS)? A Lustre

More information

Intel Enterprise Edition Lustre (IEEL-2.3) [DNE-1 enabled] on Dell MD Storage

Intel Enterprise Edition Lustre (IEEL-2.3) [DNE-1 enabled] on Dell MD Storage Intel Enterprise Edition Lustre (IEEL-2.3) [DNE-1 enabled] on Dell MD Storage Evaluation of Lustre File System software enhancements for improved Metadata performance Wojciech Turek, Paul Calleja,John

More information

Data Centric Computing

Data Centric Computing Research at Scalable Computing Software Laboratory Data Centric Computing Xian-He Sun Department of Computer Science Illinois Institute of Technology The Scalable Computing Software Lab www.cs.iit.edu/~scs/

More information

The Parallel NFS Bugaboo. Andy Adamson Center For Information Technology Integration University of Michigan

The Parallel NFS Bugaboo. Andy Adamson Center For Information Technology Integration University of Michigan The Parallel NFS Bugaboo Andy Adamson Center For Information Technology Integration University of Michigan Bugaboo? Bugaboo a source of concern. the old bugaboo of inflation still bothers them [n] an imaginary

More information

Improving MPI Independent Write Performance Using A Two-Stage Write-Behind Buffering Method

Improving MPI Independent Write Performance Using A Two-Stage Write-Behind Buffering Method Improving MPI Independent Write Performance Using A Two-Stage Write-Behind Buffering Method Wei-keng Liao 1, Avery Ching 1, Kenin Coloma 1, Alok Choudhary 1, and Mahmut Kandemir 2 1 Northwestern University

More information

Functional Partitioning to Optimize End-to-End Performance on Many-core Architectures

Functional Partitioning to Optimize End-to-End Performance on Many-core Architectures Functional Partitioning to Optimize End-to-End Performance on Many-core Architectures Min Li, Sudharshan S. Vazhkudai, Ali R. Butt, Fei Meng, Xiaosong Ma, Youngjae Kim,Christian Engelmann, and Galen Shipman

More information

Lustre overview and roadmap to Exascale computing

Lustre overview and roadmap to Exascale computing HPC Advisory Council China Workshop Jinan China, October 26th 2011 Lustre overview and roadmap to Exascale computing Liang Zhen Whamcloud, Inc liang@whamcloud.com Agenda Lustre technology overview Lustre

More information

Coordinating Parallel HSM in Object-based Cluster Filesystems

Coordinating Parallel HSM in Object-based Cluster Filesystems Coordinating Parallel HSM in Object-based Cluster Filesystems Dingshan He, Xianbo Zhang, David Du University of Minnesota Gary Grider Los Alamos National Lab Agenda Motivations Parallel archiving/retrieving

More information

VARIABILITY IN OPERATING SYSTEMS

VARIABILITY IN OPERATING SYSTEMS VARIABILITY IN OPERATING SYSTEMS Brian Kocoloski Assistant Professor in CSE Dept. October 8, 2018 1 CLOUD COMPUTING Current estimate is that 94% of all computation will be performed in the cloud by 2021

More information

Storage Hierarchy Management for Scientific Computing

Storage Hierarchy Management for Scientific Computing Storage Hierarchy Management for Scientific Computing by Ethan Leo Miller Sc. B. (Brown University) 1987 M.S. (University of California at Berkeley) 1990 A dissertation submitted in partial satisfaction

More information

Benchmark of a Cubieboard cluster

Benchmark of a Cubieboard cluster Benchmark of a Cubieboard cluster M J Schnepf, D Gudu, B Rische, M Fischer, C Jung and M Hardt Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany E-mail: matthias.schnepf@student.kit.edu,

More information

CESM (Community Earth System Model) Performance Benchmark and Profiling. August 2011

CESM (Community Earth System Model) Performance Benchmark and Profiling. August 2011 CESM (Community Earth System Model) Performance Benchmark and Profiling August 2011 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell,

More information

Dr. John Dennis

Dr. John Dennis Dr. John Dennis dennis@ucar.edu June 23, 2011 1 High-resolution climate generates a large amount of data! June 23, 2011 2 PIO update and Lustre optimizations How do we analyze high-resolution climate data

More information

Voltaire Making Applications Run Faster

Voltaire Making Applications Run Faster Voltaire Making Applications Run Faster Asaf Somekh Director, Marketing Voltaire, Inc. Agenda HPC Trends InfiniBand Voltaire Grid Backbone Deployment examples About Voltaire HPC Trends Clusters are the

More information

Write a technical report Present your results Write a workshop/conference paper (optional) Could be a real system, simulation and/or theoretical

Write a technical report Present your results Write a workshop/conference paper (optional) Could be a real system, simulation and/or theoretical Identify a problem Review approaches to the problem Propose a novel approach to the problem Define, design, prototype an implementation to evaluate your approach Could be a real system, simulation and/or

More information

New HPE 3PAR StoreServ 8000 and series Optimized for Flash

New HPE 3PAR StoreServ 8000 and series Optimized for Flash New HPE 3PAR StoreServ 8000 and 20000 series Optimized for Flash AGENDA HPE 3PAR StoreServ architecture fundamentals HPE 3PAR Flash optimizations HPE 3PAR portfolio overview HPE 3PAR Flash example from

More information

Big Data Systems on Future Hardware. Bingsheng He NUS Computing

Big Data Systems on Future Hardware. Bingsheng He NUS Computing Big Data Systems on Future Hardware Bingsheng He NUS Computing http://www.comp.nus.edu.sg/~hebs/ 1 Outline Challenges for Big Data Systems Why Hardware Matters? Open Challenges Summary 2 3 ANYs in Big

More information

Paving the Road to Exascale

Paving the Road to Exascale Paving the Road to Exascale Gilad Shainer August 2015, MVAPICH User Group (MUG) Meeting The Ever Growing Demand for Performance Performance Terascale Petascale Exascale 1 st Roadrunner 2000 2005 2010 2015

More information

Xyratex ClusterStor6000 & OneStor

Xyratex ClusterStor6000 & OneStor Xyratex ClusterStor6000 & OneStor Proseminar Ein-/Ausgabe Stand der Wissenschaft von Tim Reimer Structure OneStor OneStorSP OneStorAP ''Green'' Advancements ClusterStor6000 About Scale-Out Storage Architecture

More information

Communication has significant impact on application performance. Interconnection networks therefore have a vital role in cluster systems.

Communication has significant impact on application performance. Interconnection networks therefore have a vital role in cluster systems. Cluster Networks Introduction Communication has significant impact on application performance. Interconnection networks therefore have a vital role in cluster systems. As usual, the driver is performance

More information

PSA: A Performance and Space-Aware Data Layout Scheme for Hybrid Parallel File Systems

PSA: A Performance and Space-Aware Data Layout Scheme for Hybrid Parallel File Systems PSA: A Performance and Space-Aware Data Layout Scheme for Hybrid Parallel File Systems Shuibing He, Yan Liu, Xian-He Sun Department of Computer Science Illinois Institute of Technology Chicago, Illinois,

More information

A Mathematical Model in Support of Efficient offloading for Active Storage Architectures

A Mathematical Model in Support of Efficient offloading for Active Storage Architectures A Mathematical Model in Support of Efficient offloading for Active Storage Architectures Dr.Naveenkumar Jayakumar and Mr.Sairam Iyer Department of Computer Engineering, Bharati Vidyapeeth Deemed University,

More information

Exploration of Parallel Storage Architectures for a Blue Gene/L on the TeraGrid

Exploration of Parallel Storage Architectures for a Blue Gene/L on the TeraGrid Exploration of Parallel Storage Architectures for a Blue Gene/L on the TeraGrid Michael Oberg 2, Henry M. Tufo 1,2, and Matthew Woitaszek 2 oberg@ucar.edu 1 University of Colorado, Boulder, CO 2 National

More information

Real Parallel Computers

Real Parallel Computers Real Parallel Computers Modular data centers Background Information Recent trends in the marketplace of high performance computing Strohmaier, Dongarra, Meuer, Simon Parallel Computing 2005 Short history

More information

Data Analytics and Storage System (DASS) Mixing POSIX and Hadoop Architectures. 13 November 2016

Data Analytics and Storage System (DASS) Mixing POSIX and Hadoop Architectures. 13 November 2016 National Aeronautics and Space Administration Data Analytics and Storage System (DASS) Mixing POSIX and Hadoop Architectures 13 November 2016 Carrie Spear (carrie.e.spear@nasa.gov) HPC Architect/Contractor

More information

Feedback on BeeGFS. A Parallel File System for High Performance Computing

Feedback on BeeGFS. A Parallel File System for High Performance Computing Feedback on BeeGFS A Parallel File System for High Performance Computing Philippe Dos Santos et Georges Raseev FR 2764 Fédération de Recherche LUmière MATière December 13 2016 LOGO CNRS LOGO IO December

More information

General Plasma Physics

General Plasma Physics Present and Future Computational Requirements General Plasma Physics Center for Integrated Computation and Analysis of Reconnection and Turbulence () Kai Germaschewski, Homa Karimabadi Amitava Bhattacharjee,

More information

Mission-Critical Lustre at Santos. Adam Fox, Lustre User Group 2016

Mission-Critical Lustre at Santos. Adam Fox, Lustre User Group 2016 Mission-Critical Lustre at Santos Adam Fox, Lustre User Group 2016 About Santos One of the leading oil and gas producers in APAC Founded in 1954 South Australia Northern Territory Oil Search Cooper Basin

More information

Image Processing on the Cloud. Outline

Image Processing on the Cloud. Outline Mars Science Laboratory! Image Processing on the Cloud Emily Law Cloud Computing Workshop ESIP 2012 Summer Meeting July 14 th, 2012 1/26/12! 1 Outline Cloud computing @ JPL SDS Lunar images Challenge Image

More information

Efficiency Evaluation of the Input/Output System on Computer Clusters

Efficiency Evaluation of the Input/Output System on Computer Clusters Efficiency Evaluation of the Input/Output System on Computer Clusters Sandra Méndez, Dolores Rexachs and Emilio Luque Computer Architecture and Operating System Department (CAOS) Universitat Autònoma de

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

InfiniBand Networked Flash Storage

InfiniBand Networked Flash Storage InfiniBand Networked Flash Storage Superior Performance, Efficiency and Scalability Motti Beck Director Enterprise Market Development, Mellanox Technologies Flash Memory Summit 2016 Santa Clara, CA 1 17PB

More information

Introduction to High Performance Parallel I/O

Introduction to High Performance Parallel I/O Introduction to High Performance Parallel I/O Richard Gerber Deputy Group Lead NERSC User Services August 30, 2013-1- Some slides from Katie Antypas I/O Needs Getting Bigger All the Time I/O needs growing

More information