Presentation is loading. Please wait.

Presentation is loading. Please wait.

The HDF Group HDF5: State of the Union Quincey Koziol The HDF Group November 13, 20121.

Similar presentations


Presentation on theme: "The HDF Group HDF5: State of the Union Quincey Koziol The HDF Group November 13, 20121."— Presentation transcript:

1 www.hdfgroup.org The HDF Group HDF5: State of the Union Quincey Koziol koziol@hdfgroup.org The HDF Group November 13, 20121

2 www.hdfgroup.org What is HDF5? A versatile data model that can represent very complex data objects and a wide variety of metadata. A completely portable file format with no limit on the number or size of data objects stored. An open source software library that runs on a wide range of computational platforms, from cell phones to massively parallel systems, and implements a high-level API with C, C++, Fortran 90, and Java interfaces. A rich set of integrated performance features that allow for access time and storage space optimizations. Tools and applications for managing, manipulating, viewing, and analyzing the data in the collection. November 13, 20122

3 www.hdfgroup.org HDF5 Technology Platform HDF5 Abstract Data Model Defines the “building blocks” for data organization and specification Files, Groups, Links, Datasets, Attributes, Datatypes, Dataspaces HDF5 Software Tools Language Interfaces HDF5 Library HDF5 Binary File Format Bit-level organization of HDF5 file Defined by HDF5 File Format Specification 3November 13, 2012

4 www.hdfgroup.orgNovember 13, 20124 HDF5 Data Model Groups – provide structure among objects Datasets – where the primary data goes Data arrays Rich set of datatype options Flexible, efficient storage and I/O Attributes, for metadata Everything else is built essentially from these parts.

5 www.hdfgroup.orgNovember 13, 20125 Structures to organize objectspalette Raster image 3-D array 2-D array Raster image lat | lon | temp ----|-----|----- 12 | 23 | 3.1 12 | 23 | 3.1 15 | 24 | 4.2 15 | 24 | 4.2 17 | 21 | 3.6 17 | 21 | 3.6Table “/” (root) “/TestData” “Groups” “Datasets”

6 www.hdfgroup.org Why use HDF5? Challenging data: Application data that pushes the limits of what can be addressed by traditional database systems, XML documents, or in-house data formats. Software solutions: For very large datasets, very fast access requirements, or very complex datasets. To easily share data across a wide variety of computational platforms using applications written in different programming languages. That take advantage of the many open-source and commercial tools that understand HDF5. Enabling long-term preservation of data. November 13, 20126

7 www.hdfgroup.org Who uses HDF5? Examples of HDF5 user communities Astrophysics Astronomers NASA Earth Science Enterprise Dept. of Energy Labs Supercomputing centers in US, Europe and Asia Financial Institutions NOAA Manufacturing industries Many others For a more detailed list, visit http://www.hdfgroup.org/HDF5/users5.html November 13, 20127

8 www.hdfgroup.org Topics November 13, 20128

9 www.hdfgroup.orgNovember 13, 20129 Brief History of HDF 1987At NCSA (University of Illinois), a task force formed to create an architecture-independent format and library: AEHOO (All Encompassing Hierarchical Object Oriented format) Became HDF Early NASA adopted HDF for Earth Observing System project 1990’s 1996 DOE’s ASC (Advanced Simulation and Computing) Project began collaborating with the HDF group (NCSA) to create “Big HDF” (Increase in computing power of DOE systems at LLNL, LANL and Sandia National labs, required bigger, more complex data files). “Big HDF” became HDF5. 1998 HDF5 was released with support from DOE Labs, NASA, NCSA 2006 The HDF Group spun off from University of Illinois as non-profit corporation

10 www.hdfgroup.org The HDF Group Established in 1988 18 years at University of Illinois’ National Center for Supercomputing Applications 5 years as independent non-profit company, “The HDF Group” The HDF Group owns HDF4 and HDF5 HDF4 & HDF5 formats, libraries, and tools are open source and freely available with BSD-style license Currently employ 37 FTEs Looking for more developers now! November 13, 201210

11 www.hdfgroup.org The HDF Group The HDF Group Mission To ensure long-term accessibility of HDF data through sustainable development and support of HDF technologies. November 13, 201211

12 www.hdfgroup.org Goals of The HDF Group Maintain and evolve HDF for sponsors and communities that depend on it Provide support to the HDF communities through consulting, training, tuning, development, research Sustain the company for the long term to assure data access over time November 13, 201212

13 www.hdfgroup.org The HDF Group Services Helpdesk and Mailing Lists Available to all users as a first level of support: help@hdfgroup.org Priority Support Rapid issue resolution and advice Consulting Needs assessment, troubleshooting, design reviews, etc. Training Tutorials and hands-on practical experience Enterprise Support Coordinating HDF activities across departments Special Projects Adapting customer applications to HDF New features and tools Research and Development November 13, 201213

14 www.hdfgroup.org Members of the HDF support community NASA – Earth Observing System NOAA/NASA/Riverside Tech – NPOESS A large financial institution DOE – Exascale FastForward w/Intel & EMC DOE – projects w/LBNL & PNNL, ANL & ORNL Lawrence Livermore National Lab Sandia National Lab ITER – project with General Atomics A leading U.S. aerospace company University of Illinois/NCSA PSI/Dectris and DESY – European light sources Projects for petroleum industry, vehicle testing, weapons research, others “In kind” support November 13, 201214

15 www.hdfgroup.org Income Profile – 2012 15 Total income: ~$3.7 million November 13, 2012

16 www.hdfgroup.org New Directions We’re Taking High energy light source data storage Projects with DESY and PSI/Dectris, to store data from European synchotrons and particle accelerators Applications of HDF5 in the Bioinformatics field Working with researchers at IRRI & Brown U. Synthesis of HDF5 and database storage w/Oracle Exploring how to interact with HDF5 files through SQL interface November 13, 201216

17 www.hdfgroup.org Trillion Particle Simulation on NERSC’s hopper system November 13, 201217 Cool recent application VPIC with 100,000 nodes on hopper Achieved 27GB/s sustained rate to each 32TB HDF5 file (out of 35GB/s theoretical peak) http://1.usa.gov/Le0JF8

18 www.hdfgroup.org Topics November 13, 201218

19 www.hdfgroup.org Where We’ve Been Release 1.0 First “prototype” release in Oct, 1997 Incorporated core data model: datatypes, dataspaces & datasets and groups Parallel support added in r1.0.1, in Jan, 1999 Release 1.2.0 - Oct, 1999 Added support for bitfield, opaque, enumeration, variable-length and reference datatypes. Added new ‘h5toh4’ tool Lots of polishing Performance optimizations November 13, 201219

20 www.hdfgroup.org Where We’ve Been Release 1.4.0 - Feb, 2001 Added Virtual File Driver (VFD) API layer, with many drivers Added ‘h4toh5’, h5cc tools, XML output to h5dump Added array datatype F90 & C++ API wrappers Performance optimizations Release 1.6.0 - July, 2003 Generic Property API Compact dataset storage Added ‘h5diff’, ‘h5repack’, ‘h5jam’, ‘h5import’ tools Performance optimizations November 13, 201220

21 www.hdfgroup.org Where We’re At Now Release 1.8.0 - Feb, 2008 Features to support netCDF-4 Creation order indexing on links and attributes Integer-to-floating point conversion support NULL dataspace More efficient group storage External Links New H5L (links) and H5O (objects) APIs Shared Object Header Messages Unicode-8 Support Anonymous object creation New tools: ‘h5mkgrp’, ‘h5stat’, ‘h5copy’ CMake build support Performance optimizations November 13, 201221

22 www.hdfgroup.org Repository Statistics November 13, 201222 HDF5 Library Source Code, Lines of Code by Date

23 www.hdfgroup.org Repository Statistics November 13, 201223 HDF5 Library Source Code, Lines of Code by Release

24 www.hdfgroup.org Software Engineering in HDF5 We spend considerable effort in ensuring we produce very high quality code for HDF5. Current efforts: Correctness regression testing Nightly testing of >60 configurations on >20 machines Performance regression testing Applying static code analysis – Coverity, Klocwork Memory leak detection – valgrind Code coverage – coming soon November 13, 201224

25 www.hdfgroup.org Performance Regression Test Suite November 13, 201225

26 www.hdfgroup.org HDF5 1.8.9 minor release (May ‘12) Library: New API routine to validate object paths: H5LTpath_valid() New API routines to work with file images. New feature to merge committed datatypes when copying them. Parallel I/O: New API routine to set MPI atomicity: H5Fset_mpi_atomicity() Tools: New features added to h5repack, h5stat & h5repack. Bugs fixed: Many bugs fixed in library and tools. November 13, 201226

27 www.hdfgroup.org HDF5 1.8.10 minor release (Nov ‘12) Library: Reduced memory footprint for internal buffering. Improved behavior of collective chunk I/O. Parallel I/O: New API routine to query why collective I/O was broken: H5Pget_mpio_no_collective_cause() Tools: New features added to h5import. Retired some out of date performance tools. Bugs fixed: Updated to latest autotools release. Many fixes to tools, high-level library and FORTRAN. November 13, 201227

28 www.hdfgroup.org Where We’ll Be Soon Release 1.10 - Overview Beta release in November, 2011 Soon! Stopped adding major features, fleshing out our current efforts now Major Efforts: Improved scalability of chunked dataset access Single-Writer/Multiple Reader (SWMR) Access Improved fault tolerance Initial support for asynchronous I/O November 13, 201228

29 www.hdfgroup.org Where We’ll Be Soon Release 1.10 - Details New chunked dataset indexing methods Single-Writer/Multiple-Reader (SWMR) Access Improved Fault Tolerance Journaled Metadata Writing Ordered Updates Page-aligned and buffered metadata access Persistent file free space tracking Basic support for asynchronous I/O Expanded Virtual File Driver (VFD) interface Lazy metadata writes (in serial) F2003 Support Compressed group information High-level “HPC” API Collective I/O on multiple datasets Metadata broadcast between processes Performance optimizations Avoid file truncation November 13, 201229

30 www.hdfgroup.org Where We Might Get To Release 1.10 - Maybe? Full C99 type support (long double, complex, boolean types, etc) Support for runtime file format limits Improved variable-length datatype storage Virtual Object Layer Abstraction layer to allow HDF5 objects to be stored in any container Allows application to break “all collective” metadata modification limit in current HDF5 November 13, 201230

31 www.hdfgroup.org Where We’re Not Going We’re not changing multi-threaded concurrency support Keep “global lock” on library Will use asynchronous I/O heavily Will be using threads internally though November 13, 201231

32 www.hdfgroup.org Topics November 13, 201232

33 www.hdfgroup.org Tool activities in the works New tool – h5watch Display changes to a dataset, metadata and raw data New tool – h5compare Rewritten and improved version of h5diff Improved code quality and testing Tools library: general purpose APIs for tools Tools library currently only for our developers Want to make it public so that people can use it in their products November 13, 201233

34 www.hdfgroup.org Topics November 13, 201234

35 www.hdfgroup.org HDF-Java 2.9 (Nov, ‘12) Maintenance release, no major new features Built with: HDF4 2.8, HDF5 1.8.10, and Java 1.7 Many bug fixes and extended regression tests New HDFView features: Added feature to show groups/attributes in creation order Exclude fill Values in data calculation Added 'reload' option to quickly close and reopen a file November 13, 201235

36 www.hdfgroup.org Topics November 13, 201236

37 www.hdfgroup.org HDF5 in the Future “The best way to predict the future is to invent it.” – Alan Kay November 13, 201237

38 www.hdfgroup.org Plans, Guesses & Speculations: HPC Improve Parallel I/O Performance: Continue to improve our use of MPI and parallel file system features Reduce # of I/O accesses for metadata access Integrate with in-situ/in-transit frameworks Support asynchronous parallel I/O Support Single-Write/Multiple-Reader (SWMR) access in parallel November 13, 201238

39 www.hdfgroup.org Plans, Guesses & Speculations: Safety Improve Journaled HDF5 File Access: Journal raw data operations Allow multi-operation journal transactions to be created by applications Support fully asynchronous journal operations Enable journaling for Parallel HDF5 November 13, 201239

40 www.hdfgroup.org Plans, Guesses & Speculations: Threadsafety Focus on asynchronous I/O, instead of improving multi-threaded concurrency of HDF5 library: Library currently thread-safe, but not concurrent Instead of improving concurrency, focus on heavily leveraging asynchronous I/O Use internal multi-threading where possible November 13, 201240

41 www.hdfgroup.org Plans, Guesses & Speculations: Grab-bag Improve data model: Shared dataspaces Attributes on dataspaces and datatypes Improve raw data chunk cache implementation More efficient storage and I/O of variable- length data, including compression November 13, 201241

42 www.hdfgroup.org Topics November 13, 201242

43 www.hdfgroup.org Exascale FastForward Research Whamcloud*, EMC & The HDF Group were recently awarded a contract for exascale storage research and prototyping: http://www.hpcwire.com/hpcwire/2012-07- 12/doe_primes_pump_for_exascale_supercomput ers.htmlhttp://www.hpcwire.com/hpcwire/2012-07- 12/doe_primes_pump_for_exascale_supercomput ers.html Using HDF5 data model and interface as top layer of next generation storage system for future exascale systems Laundry list of new features to prototype in HDF5 Pointer datatypes, asynchronous I/O, transactions, end-to-end consistency checking, query/index features, python wrappers, etc. November 13, 2012 43 * - Intel, now

44 www.hdfgroup.org Autotuning and Performance Tracing Why? Because the dominant I/O support request at NERSC is poor I/O performance, many/most of which can be solved by enabling Lustre striping, or tuning another I/O parameter Scientists shouldn’t have to figure this stuff out! Two Areas of Focus: Evaluate techniques for autotuning HPC application I/O File system, MPI, HDF5 Record and Replay HDF5 I/O operations November 13, 2012 44

45 www.hdfgroup.org Autotuning HPC I/O Goal: Avoid tuning each application to each machine and file system Create I/O autotuner library that can inject “optimal” parameters for I/O operations on a given system Apply to precompiled application binaries Application can be dynamically linked with I/O autotuning library No changes to application or HDF5 library Tested with several HPC applications already: VPIC, GCRM, Vorpal Up to 16x performance improvement, compared to system default settings See poster for more details! November 13, 2012 45

46 www.hdfgroup.org Recording and Replaying HDF5 Goal: Extract an “I/O Kernel” from application, without examining application code Method: Dynamically link library at run-time to record all HDF5 calls and parameters in “replay file” Create parallel replay tool that uses recording to replay HDF5 operations November 13, 2012 46

47 www.hdfgroup.org Recording and Replaying HDF5 Benefits: Easy to create I/O kernel from any application, even one with no source code Can use replay file as accurate application I/O benchmark Can move replay file to another system for comparison Can autotune from replay, instead of application Challenges: Serializing complex parameters to HDF5 Replay files can be very large Accurate parallel replay is difficult November 13, 2012 47

48 www.hdfgroup.org Community Outreach Work with HPC community to serve their needs: Focus on high-profile applications or “I/O kernels” and remove HDF5 bottlenecks discovered You tell us! November 13, 201248

49 www.hdfgroup.org The HDF Group Thank You! Questions & Comments? November 13, 201249


Download ppt "The HDF Group HDF5: State of the Union Quincey Koziol The HDF Group November 13, 20121."

Similar presentations


Ads by Google