summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r26201] Merged r26170 from the trunk.Scot Breitenfeld2015-02-184-1/+146
|
* [svn-r26189] Merge revision 26149 to 1.8 branchNeil Fortner2015-02-162-24/+24
| | | | | | | | | Fix potential memory error reported by valgrind in H5D__link_chunk_collective_io. This would occur when performing collective I/O on a dataset with only 1 chunk, and a participating process had nothing to read or write. Tested: jam, koala, ostrich (h5committest); in trunk and 1.8
* [svn-r26178] Snapshot version 1.8 release 15 (snap10)HDF Tester2015-02-156-20/+20
|
* [svn-r26174] HDF5-9117: if testing for proper working 'tr' command is needed.Albert Cheng2015-02-142-15/+3
| | | | | | | | | | Long time ago, the tr command in some platform does not work properly and this test was added to detect broken tr and abort the configure process. We are not aware of such broken tr command in current systems and decided to retire this test. The setup of ${TR} is still needed as it is used to process DEBUG_PKG. Tested: h5committested plus using "./configure --enable-debug=all" in jam.
* [svn-r26163] Update versionsAllen Byrne2015-02-121-9/+12
|
* [svn-r26147] Snapshot version 1.8 release 15 (snap9)HDF Tester2015-02-086-20/+20
|
* [svn-r26112] Add quotes around nameAllen Byrne2015-02-021-1/+1
|
* [svn-r26108] Correct name of source fileAllen Byrne2015-02-021-1/+1
|
* [svn-r26105] Disable flush1/flush2 test under debug VFD on Windows.Allen Byrne2015-02-021-12/+77
|
* [svn-r26094] Snapshot version 1.8 release 15 (snap8)HDF Tester2015-02-016-20/+20
|
* [svn-r26088] update build procedure for Hopper (Cray).. only static now. Mohamad Chaarawi2015-01-301-26/+19
| | | | Will add shared when we introduce support later.
* [svn-r26064] HDFFV-9018: Install PDB files to bin folder with dlls.Allen Byrne2015-01-287-9/+9
| | | | Tested: windows
* [svn-r26048] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support. ↵Allen Byrne2015-01-272-2/+16
| | | | Merged from trunk.
* [svn-r26035] Add big test back for cygwinAllen Byrne2015-01-261-4/+1
|
* [svn-r26030] Merged changes from the trunk into the branch:Scot Breitenfeld2015-01-2623-591/+484
| | | | | | svn merge -r25629:26029 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (--enable-fortran2003)
* [svn-r26013] merge 26012 from trunk:Mohamad Chaarawi2015-01-231-4/+4
| | | | make the print format for address overflow error windows friendly.
* [svn-r26006] fix error return value in H5FD_read/write. minor change.Mohamad Chaarawi2015-01-221-2/+2
|
* [svn-r26003] merge 26002 from trunk:Mohamad Chaarawi2015-01-226-21/+14
| | | | | | move checks on reading/writing beyond file eoa outside of the file drivers and into a centralized place in H5FD_read/write. tested with h5commitest
* [svn-r25997] HDFFV-9060: merge test properties and VFD separation from trunkAllen Byrne2015-01-221-43/+175
|
* [svn-r25996] - merge changes from trunk to eliminate usage of IS_H5FD_MPI Macro.Mohamad Chaarawi2015-01-2115-35/+35
| | | | | | - add 2 missing feature flags for VFDs: H5FD_FEAT_HAS_MPI & H5FD_FEAT_ALLOCATE_EARLY and use them as appropriate. tested with h5commitest
* [svn-r25985] merge 25984 from trunk:Mohamad Chaarawi2015-01-207-20/+38
| | | | | | | | | change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN to H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE. New changes for backward compatibility with avoid_truncate feature in 1.10 will come later to utilize the flag. tested h5committest
* [svn-r25982] Snapshot version 1.8 release 15 (snap7)HDF Tester2015-01-186-20/+20
|
* [svn-r25976] Snapshot version 1.8 release 15 (snap6)HDF Tester2015-01-116-20/+20
|
* [svn-r25970] Update with retirement of AIX 5.3 and addition of AIX 6.1 support.Albert Cheng2015-01-091-4/+4
|
* [svn-r25965] - build out unbuffered stdout/err for windowsMohamad Chaarawi2015-01-082-4/+8
|
* [svn-r25964] - merge 25963 from trunk:Mohamad Chaarawi2015-01-081-40/+40
| | | | | | | - Do not remove the prefix in the chunk alloc file, otherwise it makes the H5Fcreate fail when prefix is specified. - fix tabbing in that file too. tested: jam w/ parallel
* [svn-r25959] Comment out printf statement as it caused system resource ↵Allen Byrne2015-01-061-3/+5
| | | | | | issues on Windows. Test now executes in 1/10 of time. Tested: local linux and Windows
* [svn-r25957] Added Perform and io_timer back into build.Allen Byrne2015-01-052-2/+2
| | | | Tested: local linux cmake
* [svn-r25956] [Merge r25954 from trunk]Albert Cheng2015-01-052-7/+13
| | | | | | | | | | | | | | | HDFFV-9046: reorganize hdf5/perform, step 2 Last changes had caused problems with Windows platform: 1. H5private.h in io_timer.h is not accessible in the distributed shared library of tools. Need to move it to io_timer.c. 2. debug_start_stop_time() would not be available outside of h5perf. Some favor of compiler does not like it. Screened it out for now. 3. mere "extern" is not good enough for Windows shared library. Must mark them as DLL. Need to mark them as "H5TOOLS_DLL". 4. STANDALONE mode is broken. Screened out the code for now. Tested: h5committest.
* [svn-r25952] HDFFV-9054: disable io_timer in tools lib and perform ↵Allen Byrne2015-01-052-2/+2
| | | | sub-folder due to SHARED compile issues and other issues.
* [svn-r25950] Snapshot version 1.8 release 15 (snap5)HDF Tester2015-01-046-20/+20
|
* [svn-r25948] [Merged r25946 from trunk]Albert Cheng2015-01-043-12/+0
| | | | | | Removed debug statments that use //. Tested: env CFLAGS=-ansi buildhdf5 in jam and parallel platypus.
* [svn-r25947] [merged changes from trunk r25940]Albert Cheng2015-01-049-18/+13
| | | | | | | | | | | | | | | | | | | | | | | HDFFV-9046: reorganize hdf5/perform, step 2 Move timing measurement routines used by h5perf and h5perf_serial to tools/lib so that they can be used by other tools too. tools/lib/io_timer.c tools/lib/io_timer.h tools/perform/io_timer.c tools/perform/io_timer.h renamed perform/io_timer.[ch] to lib/io_timer.[ch] tools/lib/Makefile.am tools/lib/Makefile.in tools/lib/CMakeLists.txt tools/perform/Makefile.in tools/perform/Makefile.am tools/perform/CMakeLists.txt MANIFEST updated due to the move. Tested; h5committest and jam (serial)
* [svn-r25945] [merge changes r25932 and r25933 from Trunk]Albert Cheng2015-01-0315-577/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HDFFV-8902: merge the source code of h5perf and h5perf_serial, stage 1. tools/perform/sio_timer.h: tools/perform/pio_timer.c: tools/perform/io_timer.h: tools/perform/io_timer.c: Renamed pio_timer.[ch] as io_timer.[ch]; merged content of sio_timer.[ch] into io_timer.[ch] so that both h5perf and h5perf_serial call the combined io_timer.[ch]. Moved the debug printing code segment in set_time() in [sp]io_timer.c to as debug_start_stop_time() in [sp]io_perf.c where it belongs. Screened out set_timer_type() and get_timer_type() which were not used by any code. tools/perform/Makefile.am: tools/perform/Makefile.in: tools/perform/CMakeLists.txt Adjusted to use io_timer.c for both h5perf and h5perf_serial. tools/perform/pio_perf.c: tools/perform/sio_perf.c: tools/perform/pio_perf.h: tools/perform/sio_perf.h: Renamed [sp]io_time_destory() to same io_time_destroy(); Moved the debug printing code segment in set_time() in [sp]io_timer.c to as debug_start_stop_time() in [sp]io_perf.c where it belongs. tools/perform/pio_engine.c: tools/perform/sio_engine.c: Removed #include io_timer.h since it was already #include by [sp]io_perf.h. MANIFEST: Updated the merge of [sp]io_timer.[ch] into io_timer.[ch]. Tested: h5committest and jam in extra.
* [svn-r25944] updated AIX compilers information.Albert Cheng2015-01-021-3/+3
|
* [svn-r25937] Remove build and test commands for deleted benchpar.cAllen Byrne2014-12-312-16/+0
|
* [svn-r25935] Fix incorrectly combined check.Allen Byrne2014-12-311-11/+1
|
* [svn-r25925] Snapshot version 1.8 release 15 (snap4)HDF Tester2014-12-286-20/+20
|
* [svn-r25919] If not testing skip building test only programs.Allen Byrne2014-12-221-10/+12
|
* [svn-r25916] Snapshot version 1.8 release 15 (snap3)HDF Tester2014-12-216-20/+20
|
* [svn-r25914] HDFFV-8156: retired benchpar.c.Albert Cheng2014-12-191-1/+0
|
* [svn-r25911] Updated.Albert Cheng2014-12-191-1/+3
|
* [svn-r25910] HDFFV-8156: perform/benchpar failed to runAlbert Cheng2014-12-191-488/+0
| | | | | | | Benchpar.c is retired/deleted. If it is ever needed, it can be retrieved from the SVN repository or even previous version of HDF5 source code. Tested: jam parallel make passed.
* [svn-r25907] Fix CMP0054 warningAllen Byrne2014-12-192-12/+13
|
* [svn-r25903] Fix CMP0053 warningAllen Byrne2014-12-191-1/+2
|
* [svn-r25901] HDFFV-9046: reorganize hdf5/perform/ directory Albert Cheng2014-12-1938-81/+68
| | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite.
* [svn-r25897] Replace 7zip required command with cmake commandAllen Byrne2014-12-171-5/+4
|
* [svn-r25892] Updated online help page to match what the command does now.Albert Cheng2014-12-171-4/+2
| | | | Tested: "bin/release -h" and visual inspect the output to be correct.
* [svn-r25887] Snapshot version 1.8 release 15 (snap2)HDF Tester2014-12-146-20/+20
|
* [svn-r25879] Test if binary folder existsAllen Byrne2014-12-101-3/+6
|