Software at OSC |
HDF5IntroductionHDF5 is a general purpose library and file format for storing scientific data. HDF5 can store two primary objects: datasets and groups. A dataset is essentially a multidimensional array of data elements, and a group is a structure for organizing objects in an HDF5 file. Using these two basic objects, one can create and store almost any kind of scientific data structure, such as images, arrays of vectors, and structured and unstructured grids. VersionThe versions currently available at OSC are: AvailabilityHDF5 is available on the Intel P4 Linux Cluster, the Intel Itanium-2 Linux Cluster, the IBM Opteron Cluster and the Altix. UsageTo use the HDF5 library and commands, first load the hdf5 module into your shell environment: module load hdf5 Documentation |