hdf5/examples
Allen Byrne 244faaa0d0 HDFFV-10094: upgrade cmake command conventions
Also converted tests to use macros
2017-01-11 14:02:34 -06:00
..
Attributes.txt
CMakeLists.txt Update cmake min version and cmake command convention 2017-01-10 17:10:03 -06:00
CMakeTests.cmake HDFFV-10094: upgrade cmake command conventions 2017-01-11 14:02:34 -06:00
h5_attribute.c
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
h5_extend_write.c
h5_extend.c
h5_extlink.c
h5_group.c
h5_interm_group.c
h5_mount.c
h5_rdwt.c
h5_read.c
h5_ref2reg.c
h5_reference.c
h5_select.c
h5_shared_mesg.c
h5_subset.c
h5_vds-eiger.c [svn-r27249] Used versioned APIs to fix the daily tests errors with the --with-default-api-version=v16 builds. 2015-06-19 08:07:30 -05:00
h5_vds-exc.c [svn-r27769] Maintenance: Fixed example that failed daily tests. 2015-09-14 10:03:58 -05:00
h5_vds-exclim.c [svn-r27249] Used versioned APIs to fix the daily tests errors with the --with-default-api-version=v16 builds. 2015-06-19 08:07:30 -05:00
h5_vds-percival-unlim-maxmin.c [svn-r27249] Used versioned APIs to fix the daily tests errors with the --with-default-api-version=v16 builds. 2015-06-19 08:07:30 -05:00
h5_vds-percival-unlim.c [svn-r28669] Changes to correct errors found with -ansi flag. 2015-12-15 15:52:12 -05:00
h5_vds-percival.c [svn-r27249] Used versioned APIs to fix the daily tests errors with the --with-default-api-version=v16 builds. 2015-06-19 08:07:30 -05:00
h5_vds-simpleIO.c [svn-r28086] fixed spelling 2015-10-15 13:01:27 -05:00
h5_vds.c [svn-r27249] Used versioned APIs to fix the daily tests errors with the --with-default-api-version=v16 builds. 2015-06-19 08:07:30 -05:00
h5_write.c
Makefile.am
ph5example.c
README [svn-r30243] Correct spelling 2016-08-01 13:23:09 -05:00
run-all-ex.sh
run-c-ex.sh.in
testh5cc.sh.in

                               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.