hdf5/examples
Quincey Koziol 33ea1ada24 [svn-r25496] Description:
Merge 64-bit ID changes from branch to trunk.  (Plus a few minor cleanups
that aren't on the branch)

Tested on:
    Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN
    (h5committested on branch already for a week)
2014-07-30 15:55:14 -05:00
..
Attributes.txt
CMakeLists.txt [svn-r25188] Implement change to cmake_ext_mod config folder 2014-05-14 14:50:28 -05:00
CMakeTests.cmake [svn-r24851] example causes modal permission dialog to popup on windows. build but do not execute. 2014-03-20 16:18:30 -05:00
h5_attribute.c
h5_chunk_read.c
h5_cmprss.c [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes. 2014-04-25 16:27:37 -05:00
h5_compound.c
h5_crtatt.c [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes. 2014-04-25 16:27:37 -05:00
h5_crtdat.c [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes. 2014-04-25 16:27:37 -05:00
h5_crtgrp.c [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes. 2014-04-25 16:27:37 -05:00
h5_crtgrpar.c [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes. 2014-04-25 16:27:37 -05:00
h5_crtgrpd.c [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes. 2014-04-25 16:27:37 -05:00
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 [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes. 2014-04-25 16:27:37 -05:00
h5_read.c
h5_ref2reg.c
h5_reference.c [svn-r25496] Description: 2014-07-30 15:55:14 -05:00
h5_select.c
h5_shared_mesg.c
h5_subset.c
h5_write.c
Makefile.am [svn-r24997] Added compiler versions for mpich to settings file and configure summary. 2014-04-08 23:55:49 -05:00
Makefile.in [svn-r25397] - remove configure checks for MPI_File_get_size and Big 2014-07-07 13:22:48 -05:00
ph5example.c
README
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 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.