hdf5/examples
Sean McBride 65d8c93470
Many fixes to various compiler warnings (#3124)
* Fixed various -Wmissing-variable-declarations by adding static keyword
* In a few cases, renamed the variable suffix from _g to _s.
* Fixed some -Wmissing-variable-declarations by using different declaration macros
* Fixed various -Wconditional-uninitialized warnings by just initializing variable to zero
* Fixed various -Wcomma warnings
* Fixed clang -Wstrict-prototypes warnings
* Fixed various -Wunused-variable warnings
* Updated some casts to fix the only 3 -Wcast-qual warnings
* Fixed the only -Wsometimes-uninitialized warning
2023-06-18 22:13:38 -07:00
..
Attributes.txt
CMakeLists.txt Correct the CMake link for MPI (#2198) 2022-11-01 16:03:13 -05:00
CMakeTests.cmake Change test to example. (#2087) 2022-09-07 17:12:19 -05:00
h5_attribute.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_chunk_read.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_cmprss.c Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_compound.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_crtatt.c Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_crtdat.c Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_crtgrp.c Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_crtgrpar.c Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_crtgrpd.c Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_debug_trace.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_drivers.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_dtransform.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_elink_unix2win.c Many clang -Wextra-semi-stmt fixes (#2537) 2023-06-15 21:49:02 -07:00
h5_extend_write.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_extend.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_extlink.c Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_group.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_interm_group.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_mount.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_rdwt.c Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_read.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_ref2reg_deprec.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_ref_compat.c Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341) 2021-02-22 11:37:12 -06:00
h5_ref_extern.c Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341) 2021-02-22 11:37:12 -06:00
h5_reference_deprec.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_select.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_shared_mesg.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5_subset.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
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 Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_vds-exclim.c Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -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 Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5_write.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
Makefile.am Update copyright headers (#2184) 2022-11-01 16:02:27 -05: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 updates (#2106) 2022-09-16 11:17:30 -05:00
ph5example.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
README
run-all-ex.sh
run-c-ex.sh.in
testh5cc.sh.in Update testh5cc.sh.in for new major version 1.14. (#2349) 2022-12-22 13:38:51 -06: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.