summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26304] bring 26303 from trunk:Mohamad Chaarawi2015-02-2541-91/+92
| | | | remove files with .clog2 extension generated by MPE when doing make clean
* [svn-r26298] merge 26279 from trunk.Mohamad Chaarawi2015-02-2512-46/+364
| | | | | | HDFFV-883: attach callback to terminate HDF5 library when MPI_COMM_SELF is destroyed on MPI_Finalize. tested h5committest.
* [svn-r26273] Fixes compile failures when building on Windows when UNICODE is ↵Dana Robinson2015-02-222-12/+44
| | | | | | | | | | | | | | | | | defined. This was due to wrapping a variable with the TEXT() macro and not forcing the <function>A form of certain Win32 API calls are always used. Although we do not defined UNICODE in our builds, others have encountered problems when building HDF5 as a part of a larger project where UNICODE is defined. Fix for: HDFFV-8927 Tested on: 64-bit Windows 7, Visual Studio 2012, CMake 3.2 All combinations of static/shared and UNICODE defined/undefined NOTE: plugin tests are skipped with static builds
* [svn-r26264] Merge of r26225 from trunk.Dana Robinson2015-02-216-29/+14
| | | | | | | | | Removed a a work-around for a broken CodeWarrior open() call from configure that causes a test in test/tfile.c to be skipped. This change removes the H5_NO_SHARED_WRITING symbol. Tested on: jam (no code changes w/ non-CodeWarrior compilers)
* [svn-r26263] Merge of r26219 from trunk.Dana Robinson2015-02-212-1/+11
| | | | | | | Adds a comment to configure.ac noting that time and srcdir have issues when used together on Cygwin. No code changes. Tested on: jam bin/reconfigure (no code changes)
* [svn-r26240] add release.txt entries for changes made to configure.acMohamad Chaarawi2015-02-191-0/+14
|
* [svn-r26237] Updated the MANIFEST file after deleting VMS support files.Dana Robinson2015-02-191-50/+0
| | | | Tested on: bin/chkmanifest
* [svn-r26235] Removed VMS support from the library. A tag ↵Dana Robinson2015-02-1944-5503/+0
| | | | (vms_last_support_1_8) was created just before the VMS files were deleted.
* [svn-r26224] merge 26180 from trunk:vms_last_support_1_8Mohamad Chaarawi2015-02-1848-1245/+113
| | | | | | | | | | configure fixes for HDFFV-9068,9069,9096,9097,9135 from autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes.
* [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
|