hdf5/examples
2020-07-03 11:28:12 -05:00
..
Attributes.txt Trim trailing whitespace 2020-04-20 18:12:00 -05:00
CMakeLists.txt Add new source files to CMake build 2020-06-27 22:14:52 -05:00
CMakeTests.cmake HDFFV-11001 need to qualify all by parallel or serial types 2020-01-15 12:28:53 -06:00
h5_attribute.c Squashed commit of the token_refactoring branch: 2020-01-16 13:29:34 -08:00
h5_chunk_read.c
h5_cmprss.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_compound.c
h5_crtatt.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_crtdat.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_crtgrp.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_crtgrpar.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_crtgrpd.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_debug_trace.c Address CMake and deprecated API build failures from monotonic timer patch. 2020-07-03 11:28:12 -05:00
h5_drivers.c
h5_dtransform.c
h5_elink_unix2win.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
h5_extend_write.c Merge reconciliation and VFD test fixes 2019-08-04 15:19:51 -05:00
h5_extend.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_extlink.c Squashed commit of the token_refactoring branch: 2020-01-16 13:29:34 -08:00
h5_group.c Squashed commit of the token_refactoring branch: 2020-01-16 13:29:34 -08:00
h5_interm_group.c
h5_mount.c
h5_rdwt.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_read.c
h5_ref2reg_deprec.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
h5_ref_compat.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
h5_ref_extern.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_reference_deprec.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
h5_select.c
h5_shared_mesg.c
h5_subset.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_vds-eiger.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_vds-exc.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_vds-exclim.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_vds-percival-unlim-maxmin.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_vds-percival-unlim.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_vds-percival.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_vds-simpleIO.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_vds.c Trim trailing whitespace 2020-04-20 18:12:00 -05:00
h5_write.c
Makefile.am Remove non-existent example 2020-06-30 08:53:17 -05:00
ph5example.c
README
run-all-ex.sh
run-c-ex.sh.in Merge remote-tracking branch 'origin/develop' into monotonic_timer 2020-06-26 18:57:38 -05:00
testh5cc.sh.in Add tests for all version to H5_NO_DEPRECATED_SYMBOLS section 2020-06-10 09:41:07 -05:00

                               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.