hdf5/examples
Jan-Willem Blokland de60f08b0d
CMake: (fix) ph5example test (#935)
Ensure that the used number of processes times an integer number
is equal to SPACE1_DIM1 and SPACE_DIM2. These variables are
equal to 24 and are defined in ph5example.c. If this is not the
case the ph5example test will fail.
2021-08-19 16:45:43 -05:00
..
Attributes.txt
CMakeLists.txt
CMakeTests.cmake CMake: (fix) ph5example test (#935) 2021-08-19 16:45:43 -05:00
h5_attribute.c More warning fixes (#400) 2021-03-04 15:06:30 -06:00
h5_chunk_read.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_cmprss.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_compound.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_crtatt.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_crtdat.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_crtgrp.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_crtgrpar.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_crtgrpd.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_debug_trace.c
h5_drivers.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_dtransform.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_elink_unix2win.c Includes hdf5dev.h in hdf5.h (#728) 2021-06-06 21:04:34 -05:00
h5_extend_write.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_extend.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_extlink.c Includes hdf5dev.h in hdf5.h (#728) 2021-06-06 21:04:34 -05:00
h5_group.c More warning fixes (#400) 2021-03-04 15:06:30 -06:00
h5_interm_group.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_mount.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_rdwt.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_read.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_ref2reg_deprec.c Update license url part2 (#333) 2021-02-17 08:52:36 -06: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 license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_select.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_shared_mesg.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_subset.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_vds-eiger.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_vds-exc.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_vds-exclim.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_vds-percival-unlim-maxmin.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_vds-percival-unlim.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_vds-percival.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_vds-simpleIO.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5_vds.c fix block coordinate printing example (#437) 2021-03-05 20:34:25 -06:00
h5_write.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
ph5example.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
README
run-all-ex.sh Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
run-c-ex.sh.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
testh5cc.sh.in Align with "parallel fence" changes (#479) 2021-03-24 15:57:32 -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.