HDF
HDF (Hierarchical Data Format) is a multi-object file format that facilitates the transfer of various types of scientific data between machines and operating systems.
HDF5 is installed on : blacklight.
All HDF routines require the header "hdf.h" to be included.
Blacklight Usage
- Create a batch script to
- Set up the module command
- Load the HDF module
module load hdf5
- Compile your code, using h5cc (for C) or h5fc(for Fortran). Both compilers are available on blacklight.
h5cc code.c
- Submit the job with the qsub command