hdf5/examples
2020-02-21 16:16:06 -06:00
..
Attributes.txt
CMakeLists.txt TRILAB-142 Change minimum CMake version to 3.12 2020-02-21 16:16:06 -06: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
h5_compound.c
h5_crtatt.c
h5_crtdat.c
h5_crtgrp.c
h5_crtgrpar.c
h5_crtgrpd.c
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
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
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 Add OAPL parameter to H5Rcreate_ APIs 2019-12-02 17:05:15 -06: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
h5_vds-eiger.c
h5_vds-exc.c
h5_vds-exclim.c
h5_vds-percival-unlim-maxmin.c
h5_vds-percival-unlim.c
h5_vds-percival.c
h5_vds-simpleIO.c
h5_vds.c
h5_write.c
Makefile.am Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop 2019-11-05 15:36:09 -06:00
ph5example.c
README
run-all-ex.sh
run-c-ex.sh.in Apparently, + has no special meaning, and neither does \+, in so-called 2019-11-12 10:43:26 -06:00
testh5cc.sh.in Squashed commit of the token_refactoring branch: 2020-01-16 13:29:34 -08: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.