hdf5/examples
Larry Knox 33504deb83 [svn-r22908] Reverted changes in revision 22819
Tested with h5committest on jam, koala and ostrich.
2012-10-16 16:38:58 -05:00
..
Attributes.txt
CMakeLists.txt [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders 2012-09-18 17:08:07 -05:00
h5_attribute.c
h5_chunk_read.c
h5_compound.c
h5_drivers.c
h5_dtransform.c
h5_elink_unix2win.c
h5_extend_write.c
h5_extlink.c
h5_group.c
h5_interm_group.c
h5_mount.c
h5_read.c
h5_ref2reg.c
h5_reference.c
h5_select.c
h5_shared_mesg.c
h5_write.c
Makefile.am [svn-r22714] one more missed VAR change for parallel examples 2012-08-26 14:10:01 -05:00
Makefile.in [svn-r22908] Reverted changes in revision 22819 2012-10-16 16:38:58 -05:00
ph5example.c
README
run-all-ex.sh
run-c-ex.sh.in
testh5cc.sh.in [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. 2012-08-23 11:07:43 -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 fortan, 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.