diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2012-06-02 18:54:58 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2012-06-02 18:54:58 (GMT) |
commit | f4990be63538b8941aa9ad0f4fcf4e11a82185cc (patch) | |
tree | 71d42c0a02d76806ff3529fe80f6c7ec59c92f2e /examples/README | |
parent | 71c9b82d5e97480f965e857f8c65245d36f09916 (diff) | |
download | hdf5-f4990be63538b8941aa9ad0f4fcf4e11a82185cc.zip hdf5-f4990be63538b8941aa9ad0f4fcf4e11a82185cc.tar.gz hdf5-f4990be63538b8941aa9ad0f4fcf4e11a82185cc.tar.bz2 |
[svn-r22426] Add examples/README file to be installed with examples.
Text file only, but tested with h5committest.
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..0550b15 --- /dev/null +++ b/examples/README @@ -0,0 +1,17 @@ + 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. |