hdf5/examples
Allen Byrne c8fdd92cd4
Update CMake code to 3.18 minimum version (#2080)
* Update CMake code to 3.18 minimum version

* Updated release note
2022-09-02 17:31:29 -07:00
..
Attributes.txt
CMakeLists.txt Update CMake code to 3.18 minimum version (#2080) 2022-09-02 17:31:29 -07:00
CMakeTests.cmake Removes cmake_ext_mod (files moved to cmake) (#2041) 2022-08-19 07:54:42 -07:00
h5_attribute.c Develop clang 13 format (#1933) 2022-07-26 14:45:46 -07: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_debug_trace.c
h5_drivers.c
h5_dtransform.c Develop clang 13 format (#1933) 2022-07-26 14:45:46 -07:00
h5_elink_unix2win.c Develop clang 13 format (#1933) 2022-07-26 14:45:46 -07:00
h5_extend_write.c
h5_extend.c
h5_extlink.c various cleanup java test, test files, comments (#1363) 2022-01-18 15:52:01 -06:00
h5_group.c Develop clang 13 format (#1933) 2022-07-26 14:45:46 -07:00
h5_interm_group.c
h5_mount.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
h5_rdwt.c
h5_read.c
h5_ref2reg_deprec.c
h5_ref_compat.c
h5_ref_extern.c
h5_reference_deprec.c
h5_select.c
h5_shared_mesg.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
h5_subset.c
h5_vds-eiger.c Fix typos found in the rest of the hdf5 code-base (#1985) 2022-08-10 13:57:26 -07:00
h5_vds-exc.c Fix typos found in the rest of the hdf5 code-base (#1985) 2022-08-10 13:57:26 -07:00
h5_vds-exclim.c Fix typos found in the rest of the hdf5 code-base (#1985) 2022-08-10 13:57:26 -07:00
h5_vds-percival-unlim-maxmin.c Fix typos found in the rest of the hdf5 code-base (#1985) 2022-08-10 13:57:26 -07:00
h5_vds-percival-unlim.c Fix typos found in the rest of the hdf5 code-base (#1985) 2022-08-10 13:57:26 -07:00
h5_vds-percival.c Fix typos found in the rest of the hdf5 code-base (#1985) 2022-08-10 13:57:26 -07:00
h5_vds-simpleIO.c Fix typos found in the rest of the hdf5 code-base (#1985) 2022-08-10 13:57:26 -07:00
h5_vds.c Fix typos found in the rest of the hdf5 code-base (#1985) 2022-08-10 13:57:26 -07:00
h5_write.c
Makefile.am Only include and run Subfiling example when Subfiling is enabled (#1991) 2022-08-10 14:20:28 -07:00
ph5_filtered_writes_no_sel.c Develop clang 13 format (#1933) 2022-07-26 14:45:46 -07:00
ph5_filtered_writes.c Develop clang 13 format (#1933) 2022-07-26 14:45:46 -07:00
ph5_subfiling.c Subfiling VFD - tidying up and fixing a few new testing failures (#1977) 2022-08-09 16:05:37 -07:00
ph5example.c free an MPI communicator (#1503) 2022-03-17 09:52:20 -05:00
README
run-all-ex.sh
run-c-ex.sh.in
testh5cc.sh.in Develop sync (#1793) 2022-06-09 08:35:33 -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.