User Tools

Site Tools


hdf5-software

This is an old revision of the document!


HDF5

HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. The HDF5 Technology suite includes tools and applications for managing, manipulating, viewing, and analyzing data in the HDF5 format.

Information

Usage

See versions of htseq which are available:

$ module avail hdf5

Load a particular version:

$ hdf5/1.8.15-patch1

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-patch1.tar.gz
$ tar xf hdf5-1.8.15-patch1.tar.gz
$ scl enable devtoolset-2 bash
$ ./configure --prefix=/export/apps/hdf5/1.8.15-patch1
$ sudo mkdir -p /export/apps/hdf5/1.8.15-patch1
$ sudo chown aorth /export/apps/hdf5/1.8.15-patch1
$ make install
$ sudo chown -R root /export/apps/hdf5/1.8.15-patch1
hdf5-software.1433756366.txt.gz · Last modified: 2015/06/08 09:39 by aorth