Cloned library HDF5-1.14.1 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
lib 0487396dbe Added .gitignore and dropped files. 2 years ago
..
Attributes.txt Initial commit 2 years ago
CMakeLists.txt Initial commit 2 years ago
CMakeTests.cmake Initial commit 2 years ago
Makefile.am Initial commit 2 years ago
Makefile.in Initial commit 2 years ago
README Initial commit 2 years ago
h5_attribute.c Initial commit 2 years ago
h5_chunk_read.c Initial commit 2 years ago
h5_cmprss.c Initial commit 2 years ago
h5_compound.c Initial commit 2 years ago
h5_crtatt.c Initial commit 2 years ago
h5_crtdat.c Initial commit 2 years ago
h5_crtgrp.c Initial commit 2 years ago
h5_crtgrpar.c Initial commit 2 years ago
h5_crtgrpd.c Initial commit 2 years ago
h5_debug_trace.c Initial commit 2 years ago
h5_drivers.c Initial commit 2 years ago
h5_dtransform.c Initial commit 2 years ago
h5_elink_unix2win.c Initial commit 2 years ago
h5_extend.c Initial commit 2 years ago
h5_extend_write.c Initial commit 2 years ago
h5_extlink.c Initial commit 2 years ago
h5_group.c Initial commit 2 years ago
h5_interm_group.c Initial commit 2 years ago
h5_mount.c Initial commit 2 years ago
h5_rdwt.c Initial commit 2 years ago
h5_read.c Initial commit 2 years ago
h5_ref2reg_deprec.c Initial commit 2 years ago
h5_ref_compat.c Initial commit 2 years ago
h5_ref_extern.c Initial commit 2 years ago
h5_reference_deprec.c Initial commit 2 years ago
h5_select.c Initial commit 2 years ago
h5_shared_mesg.c Initial commit 2 years ago
h5_subset.c Initial commit 2 years ago
h5_vds-eiger.c Initial commit 2 years ago
h5_vds-exc.c Initial commit 2 years ago
h5_vds-exclim.c Initial commit 2 years ago
h5_vds-percival-unlim-maxmin.c Initial commit 2 years ago
h5_vds-percival-unlim.c Initial commit 2 years ago
h5_vds-percival.c Initial commit 2 years ago
h5_vds-simpleIO.c Initial commit 2 years ago
h5_vds.c Initial commit 2 years ago
h5_write.c Initial commit 2 years ago
ph5_filtered_writes.c Initial commit 2 years ago
ph5_filtered_writes_no_sel.c Initial commit 2 years ago
ph5_subfiling.c Initial commit 2 years ago
ph5example.c Initial commit 2 years ago
run-all-ex.sh Initial commit 2 years ago
run-c-ex.sh.in Initial commit 2 years ago
testh5cc.sh.in Initial commit 2 years ago

README

                               HDF5 Examples

This directory contains example programs for the installed APIs and scripts to
compile and run them. Examples in the c and hl/c subdirectories are always
installed, and those in fortran, hl/fortran, c++ and hl/c++ will be installed
when fortran or c++ are enabled.

Running the run-all-ex.sh script in this directory will run the scripts and in
turn the examples in all the subdirectories where examples are installed. The
scripts can also be run individually. The appropriate compile scripts in the
bin directory for this install will be used by default to compile and link the
example programs. Note that h5redeploy must be run if these binaries are
copied or extracted in a directory other than the one where they were initially
installed. Compile scripts from other locations can be used by setting an
environment variable prefix to the path of the directory containing the bin
directory with the compile scripts h5cc, h5fc, etc. For example, export
prefix=/usr/local/hdf5 to use h5cc, h5fc, etc. in /usr/local/hdf5/bin.