User Tools

Site Tools


hdf5-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hdf5-software [2015/06/08 09:39] aorthhdf5-software [2017/09/28 10:35] (current) – [Installation] aorth
Line 2: Line 2:
 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. 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 ==== +===== Information ===== 
-  * Version: 1.8.15-patch1 +  * Version: 1.8.19 
-  * Added: June2015+  * Added: December, 2014 
 +  * Updated: September2017
   * Link: http://www.hdfgroup.org/HDF5/   * Link: http://www.hdfgroup.org/HDF5/
  
-=== Usage === +===== Usage ===== 
-See versions of htseq which are available:+See versions of hdf5 which are available:
  
 <code>$ module avail hdf5</code> <code>$ module avail hdf5</code>
Line 14: Line 15:
 Load a particular version: Load a particular version:
  
-<code>$ hdf5/1.8.15-patch1</code>+<code>module load hdf5/1.8.19</code>
  
-=== Installation ===+List contents of an archive: 
 + 
 +<code>$ h5dump -n file_s1_p0.bas.h5</code> 
 + 
 +Print referenced datasets: 
 + 
 +<code>$ h5dump -d /MultiPart/Parts file_s1_p0.bas.h5</code> 
 + 
 +===== Installation =====
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-patch1.tar.gz +$ wget https://support.hdfgroup.org/ftp/HDF5/current18/src/hdf5-1.8.19.tar.gz 
-$ tar xf hdf5-1.8.15-patch1.tar.gz +$ tar xf hdf5-1.8.19.tar.gz 
-$ scl enable devtoolset-bash +$ cd hdf5-1.8.19 
-$ ./configure --prefix=/export/apps/hdf5/1.8.15-patch1 +$ scl enable devtoolset-bash 
-$ sudo mkdir -p /export/apps/hdf5/1.8.15-patch1 +$ ./configure --prefix=/export/apps/hdf5/1.8.19 --enable-production --enable-cxx 
-$ sudo chown aorth /export/apps/hdf5/1.8.15-patch1+$ make 
 +$ make check 
 +$ sudo mkdir -p /export/apps/hdf5/1.8.19 
 +$ sudo chown aorth /export/apps/hdf5/1.8.19
 $ make install $ make install
-$ sudo chown -R root /export/apps/hdf5/1.8.15-patch1</code>+$ sudo chown -R root /export/apps/hdf5/1.8.19</code> 
 + 
 +Note that the ''--enable-cxx'' option to configure is important as it enables the installation of the C++ header files that other programs can use to compile against.
hdf5-software.1433756366.txt.gz · Last modified: 2015/06/08 09:39 by aorth