hdf5/examples
vchoi-hdfgroup 865b10b7a7
Transfer doxygen H5O RM blocks from doxygen branch to develop. (#174)
Co-authored-by: vchoi <vchoi@jelly.ad.hdfgroup.org>
2020-12-15 21:18:54 -06:00
..
Attributes.txt Trim trailing whitespace 2020-04-20 18:12:00 -05:00
CMakeLists.txt OESS-98 merge with clang-format changes 2020-09-25 16:43:57 -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 Transfer doxygen H5O RM blocks from doxygen branch to develop. (#174) 2020-12-15 21:18:54 -06:00
h5_chunk_read.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_cmprss.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_compound.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_crtatt.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_crtdat.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_crtgrp.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_crtgrpar.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_crtgrpd.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_debug_trace.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_drivers.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_dtransform.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_elink_unix2win.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_extend_write.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_extend.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_extlink.c Transfer doxygen H5O RM blocks from doxygen branch to develop. (#174) 2020-12-15 21:18:54 -06:00
h5_group.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_interm_group.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_mount.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_rdwt.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_read.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_ref2reg_deprec.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_ref_compat.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_ref_extern.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_reference_deprec.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_select.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_shared_mesg.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_subset.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_vds-eiger.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_vds-exc.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_vds-exclim.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_vds-percival-unlim-maxmin.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_vds-percival-unlim.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_vds-percival.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_vds-simpleIO.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_vds.c Clang-format of source files 2020-09-30 09:27:10 -05:00
h5_write.c Clang-format of source files 2020-09-30 09:27:10 -05:00
Makefile.am Remove non-existent example 2020-06-30 08:53:17 -05:00
ph5example.c Basic alignment with async branch (#115) 2020-11-23 10:18:26 -06:00
README [svn-r30243] Correct spelling 2016-08-01 13:23:09 -05:00
run-all-ex.sh Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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.