summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Fixed warnings in the VOL example and run it from the script.Dana Robinson2018-10-211-1/+3
|
* Change prefix in example scripts to relative path to bin. This was doneLarry Knox2018-08-231-1/+1
| | | | | for 1.8, and works wherever installed without the need to replace the original prefix.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* [svn-r27025] Enabled compilation and run for the new vds examples for "make ↵Elena Pourmal2015-05-051-0/+4
| | | | installcheck"; added to MANIFET.
* [svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.Neil Fortner2015-04-101-1/+1
|\ | | | | | | Tested: ummon
| * [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and ↵Larry Knox2015-04-021-1/+1
| | | | | | | | | | | | | | | | redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest.
* | [svn-r26564] Modified related files after adding example/h5_vds-percival.cElena Pourmal2015-03-241-0/+2
| | | | | | | | Tested on jam.
* | [svn-r26420] Added new example for simple I/O. Modified other examples ↵Elena Pourmal2015-03-101-3/+5
| | | | | | | | according to the suggestion in H5VDS-7 (see VDS-178)
* | [svn-r26376] Added new examples for fixed-size Excalibur and for Eiger use ↵Elena Pourmal2015-03-051-0/+4
| | | | | | | | | | | | cases. Fixed several typos. Tested on jam.
* | [svn-r26359] Added h5_vds-exc.c to misc. files and ran bin/reconfigure.Elena Pourmal2015-03-041-2/+4
| | | | | | | | Tested on jam.
* | [svn-r26268] Added VDS example.Elena Pourmal2015-02-221-1/+3
|/ | | | | | | I ran bin/reconfigure on jam and it modified test/Makefile.in. May be Neil fixed Makefile.am, but didn't run reconfigure? Tested on jam.
* [svn-r23091] Changed C examples to reflect changes in documentation via Barbara;Scot Breitenfeld2012-12-121-1/+19
| | | | | | mainly program additions from tutorial. Tested: jam (gnu compilers)
* [svn-r22170] Removed extraneous svn executable properties from ↵Dana Robinson2012-03-281-0/+0
| | | | non-executable files.
* [svn-r20720] Merge changes to scripts to run installed examples from hdf5 ↵Larry Knox2011-05-041-2/+2
| | | | | | | 1.8.7 r 20718. The default prefix in the scripts will use the compile scripts in the installed bin directory.
* [svn-r20482] Larry Knox2011-04-121-4/+19
| | | | | | | | | | | | | | | | Fixed issue HDFFV-5866 (BZ 2156). Changed scripts to run examples to use specific names for compiled executable files instead of a.out, which did not work on Cywin as it produces a.exe by default. Removed issue from known problems section of RELEASE.txt. Tested with Cygwin 1.7.8 on Windows 7. This line, and those below, will be ignored-- M release_docs/RELEASE.txt M hl/c++/examples/run-hlc++-ex.sh.in M hl/fortran/examples/run-hlfortran-ex.sh.in M hl/examples/run-hlc-ex.sh.in M c++/examples/run-c++-ex.sh.in M fortran/examples/run-fortran-ex.sh.in M examples/run-c-ex.sh.in
* [svn-r19506] Bring changes from revisions 19408, 19421, and 19442 from ↵Larry Knox2010-10-041-1/+2
| | | | | | branches/hdf5_1_8 to trunk. These revisions reorganize the compile scripts using h5cc.in, h5fc.in, and h5c++.in, add checks for installed examples to the scripts that run them after installation, and add DESTDIR for install as needed for RPMs. Tested on amani, heiwa and jam by h5committest and with CYGWIN.
* [svn-r19059] Brought changes from hdf5_1_8 to add version information for ↵Larry Knox2010-07-091-0/+108
fortran and c++ compilers in libhdf5.settings file and configure output (r18836), to install examples as part of make install (r18680), and to provide scripts to compile and run the examples after they are installed (r18817). Tested with new/h5committest on amani, heiwa, and jam.