Difference between revisions of "Software:hdf5"
From CAC Wiki
(Created page with "== Name: HDF5 == HDF5 is a unique technology suite that makes possible the management of extremely large and complex data collections. It includes a data model for very compl...") |
|||
Line 1: | Line 1: | ||
== Name: HDF5 == | == Name: HDF5 == | ||
+ | {| style="border-spacing: 8px;" | ||
+ | | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | ||
HDF5 is a unique technology suite that makes possible the management of extremely large and complex data collections. | HDF5 is a unique technology suite that makes possible the management of extremely large and complex data collections. | ||
It includes a data model for very complex data objects and a wide variety of metadata, a portable file format with no limit on the number or size of data objects, a software library that runs on many platforms, with C, C++, Fortran 90, and Java interfaces, a rich set of integrated performance features, and tools and applications for managing, manipulating, viewing, and analyzing the data in the collection. | It includes a data model for very complex data objects and a wide variety of metadata, a portable file format with no limit on the number or size of data objects, a software library that runs on many platforms, with C, C++, Fortran 90, and Java interfaces, a rich set of integrated performance features, and tools and applications for managing, manipulating, viewing, and analyzing the data in the collection. | ||
Line 7: | Line 9: | ||
* '''Location''': /usr/lib64 | * '''Location''': /usr/lib64 | ||
* '''Documentation Files''': [http://www.hdfgroup.org/HDF5/doc/index.html Online documentation] at the [http://www.hdfgroup.org/ HDF Group Website]. | * '''Documentation Files''': [http://www.hdfgroup.org/HDF5/doc/index.html Online documentation] at the [http://www.hdfgroup.org/ HDF Group Website]. | ||
+ | |} | ||
* '''Related Software''': | * '''Related Software''': | ||
** [[Software:icc|Intel Compilers]] | ** [[Software:icc|Intel Compilers]] | ||
** [[Software:gcc|Gnu Compilers]] | ** [[Software:gcc|Gnu Compilers]] | ||
** [[Software:netcdf|NetCDF Machine Independent Data Format]] | ** [[Software:netcdf|NetCDF Machine Independent Data Format]] |
Revision as of 15:29, 7 July 2016
Name: HDF5
HDF5 is a unique technology suite that makes possible the management of extremely large and complex data collections. It includes a data model for very complex data objects and a wide variety of metadata, a portable file format with no limit on the number or size of data objects, a software library that runs on many platforms, with C, C++, Fortran 90, and Java interfaces, a rich set of integrated performance features, and tools and applications for managing, manipulating, viewing, and analyzing the data in the collection.
|
- Related Software: