summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Tested "make installcheck" on jelly.lrknox2016-08-311-1/+1
|
* Correct incorrect merge from main that added extra commands to a list inlrknox2016-08-311-2/+2
| | | | | run-c-ex.sh.in without moving the "); then" to the end of the extended list, causing make installcheck to fail.
* [svn-r27972] merge from trunk.Mohamad Chaarawi2015-10-061-0/+16
|\
| * [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-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-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-1/+1
|\ \ \ | | |/ | |/| | | | | | | - fix bug in opending an already open named datatype. - fix dynamically loaded VOL plugin support with new changes coming in.
| * | [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-r25545] update manifest with log vol example name.Mohamad Chaarawi2014-08-231-2/+2
| | | | | | | | update CMake with change too.
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-1/+3
|/ | | | | | | | | | | | | | - change hid_t req in callbacks to void **req - change all callbacks to accept dxpl_ids (except dataset write and read which already do) - update all the private and public VL routines to accept a dxpl_id and event queue id - Add an async class for the VOL plugin with cancel, test, and wait request operations - add the external VOL log plugin test to the examples directory NOTE that async operations are still not provided by the HDF5 API, so all event queue IDs and requests passed to all plugins are NULL for now. 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.