Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r26193] Description: | Quincey Koziol | 2015-02-17 | 1 | -112/+35 |
| | | | | | | | | | | Fix locking error when splitting root node of v1 B-tree, and simplify the iteration over entries in a v1 B-tree (avoiding using the sibling pointer also). Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial | ||||
* | [svn-r26191] Description: | Quincey Koziol | 2015-02-17 | 6 | -125/+359 |
| | | | | | | | | | Track the min & max keys for a v2 B-tree, so it can more efficiently determine if a key is present in the B-tree. Tested on: Mac OSX/64 10.10.2 (amazon) w/parallel & serial Linux/32 2.6.x (jam) w/serial | ||||
* | [svn-r26188] Merged autotools fixes into the trunk: | Scot Breitenfeld | 2015-02-16 | 49 | -691/+724 |
| | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095 | ||||
* | [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵ | Mohamad Chaarawi | 2015-02-16 | 46 | -1198/+102 |
| | | | | | | | | | | | | 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. tested with h5committest. | ||||
* | [svn-r26177] Snapshot version 1.9 release 214 | HDF Tester | 2015-02-15 | 13 | -26/+26 |
| | |||||
* | [svn-r26173] HDF5-9117: if testing for proper working 'tr' command is needed. | Albert Cheng | 2015-02-14 | 2 | -14/+2 |
| | | | | | | | | | | 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-r26172] Fix for: HDFFV-8685 -- Have one include file to use for HL ↵ | Scot Breitenfeld | 2015-02-13 | 7 | -7/+1 |
| | | | | | | libraries added hdf5.h to hdf5_hl.h | ||||
* | [svn-r26170] Fix for HDFFV-8559 | Scot Breitenfeld | 2015-02-13 | 4 | -1/+146 |
| | | | | Correction of mistyped variable and removed implicit typing for interfaces. | ||||
* | [svn-r26162] Update versions | Allen Byrne | 2015-02-12 | 1 | -11/+11 |
| | |||||
* | [svn-r26161] Fix cmake case. | Allen Byrne | 2015-02-12 | 11 | -25/+27 |
| | | | | | Turn on F2003 by default. Set source properties in fortran cmake files. | ||||
* | [svn-r26149] Fix potential memory error reported by valgrind in | Neil Fortner | 2015-02-09 | 1 | -23/+21 |
| | | | | | | | | 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) | ||||
* | [svn-r26146] Snapshot version 1.9 release 213 | HDF Tester | 2015-02-08 | 13 | -26/+26 |
| | |||||
* | [svn-r26124] Fixed issue with deprecated symbols for H5G constants | Scot Breitenfeld | 2015-02-04 | 2 | -27/+23 |
| | |||||
* | [svn-r26122] Fix for HDFFV-9040 h5rget_object_type_f returns different types ↵ | Scot Breitenfeld | 2015-02-03 | 3 | -43/+52 |
| | | | | | | | | than indicated by API Slight change of global variable definitions from C. Tested: jam. | ||||
* | [svn-r26112] Add quotes around name | Allen Byrne | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | [svn-r26109] Correct name of source file | Allen Byrne | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | [svn-r26106] Disable flush1/flush2 test under debug VFD on Windows. | Allen Byrne | 2015-02-02 | 1 | -12/+77 |
| | |||||
* | [svn-r26092] Snapshot version 1.9 release 212 | HDF Tester | 2015-02-01 | 13 | -26/+26 |
| | |||||
* | [svn-r26087] update build procedure for Hopper (Cray).. only static now. | Mohamad Chaarawi | 2015-01-30 | 1 | -26/+19 |
| | | | | Will add shared when we introduce support later. | ||||
* | [svn-r26074] fix test destination | Allen Byrne | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls. | Allen Byrne | 2015-01-26 | 7 | -9/+9 |
| | |||||
* | [svn-r26036] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support. | Allen Byrne | 2015-01-26 | 2 | -2/+16 |
| | | | | Tested: local linux and cygwin | ||||
* | [svn-r26012] make the print format for address overflow error windows friendly. | Mohamad Chaarawi | 2015-01-23 | 1 | -4/+4 |
| | |||||
* | [svn-r26011] Added (i.e. re-added) missing h5oget_info_c definition. | Scot Breitenfeld | 2015-01-23 | 1 | -0/+1 |
| | |||||
* | [svn-r26010] Fix for: | Scot Breitenfeld | 2015-01-22 | 20 | -539/+441 |
| | | | | | | | | | | HDFFV-9049 Intel 15.0 15.0.1 Fails with --enable-fortran2003 Added BIND to the Fortran 2003 functions. Tested: windows (tested concept) linux (--enable-fortran and --enable-fortran2003) | ||||
* | [svn-r26009] Code Comment cleanup: | Scot Breitenfeld | 2015-01-22 | 3 | -21/+15 |
| | | | | | | | | | | | | | | | | ----------------------- Remove the numbers in the comments associated with: H5G_UNKNOWN_F (-1) H5G_LINK_F 0 H5G_GROUP_F 1 H5G_DATASET_F 2 H5G_TYPE_F 3 These should not be defined as a number since they can changed. They should be considered named parameters, not actual values. HDFFV-9040 h5rget_object_type_f returns different types than indicated by API | ||||
* | [svn-r26005] fix error return value. minor change. | Mohamad Chaarawi | 2015-01-22 | 1 | -2/+2 |
| | |||||
* | [svn-r26002] move checks on reading/writing beyond file eoa outside of the ↵ | Mohamad Chaarawi | 2015-01-22 | 6 | -21/+14 |
| | | | | | | file drivers and into a centralized place in H5FD_read/write. tested h5committest. | ||||
* | [svn-r25994] revert adding the has_mpi_atomicity feature flag and use the ↵ | Mohamad Chaarawi | 2015-01-21 | 4 | -12/+6 |
| | | | | | | has_mpi flag instead. | ||||
* | [svn-r25993] remove last usage of IS_H5FD_MPIO. | Mohamad Chaarawi | 2015-01-21 | 1 | -1/+0 |
| | |||||
* | [svn-r25990] Add VFD flush2 depends on flush1 property to test | Allen Byrne | 2015-01-21 | 1 | -0/+1 |
| | |||||
* | [svn-r25987] Use variable instead of hard coded value | Allen Byrne | 2015-01-20 | 1 | -2/+2 |
| | |||||
* | [svn-r25986] HDFFV-9060: Changed test folder to use different test folders ↵ | Allen Byrne | 2015-01-20 | 1 | -46/+180 |
| | | | | | | for VFDs and regular. Needed to set srcdir env var and specify working folder to the folders where all the reference files were copied. Tested: local linux | ||||
* | [svn-r25984] change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN to | Mohamad Chaarawi | 2015-01-20 | 7 | -20/+38 |
| | | | | | | | | H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE. Will add a new H5O_MSG_FLAG_FAIL_IF_UNKNOWN_ALWAYS with the new avoid_truncate patch coming later. tested h5committest | ||||
* | [svn-r25983] HDFFV-1125: Eliminate IS_H5FD_MPI() macro use in the library ↵ | Mohamad Chaarawi | 2015-01-20 | 6 | -17/+13 |
| | | | | | | | | and replace with driver feature flag(s). Add an MPI atomicity feature flag and remove the macro from the library. tested Parallel on Jam. | ||||
* | [svn-r25981] Snapshot version 1.9 release 211 | HDF Tester | 2015-01-18 | 13 | -26/+26 |
| | |||||
* | [svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes ↵ | Scot Breitenfeld | 2015-01-15 | 5 | -227/+9 |
| | | | | sometimes and 10 bytes other times. Not sure why. | ||||
* | [svn-r25978] Bug fix for HDFFV-8847 | Scot Breitenfeld | 2015-01-13 | 5 | -9/+227 |
| | | | | Tested: h5committest | ||||
* | [svn-r25975] Snapshot version 1.9 release 210 | HDF Tester | 2015-01-11 | 13 | -26/+26 |
| | |||||
* | [svn-r25971] Update with retirement of AIX 5.3 and addition of AIX 6.1 support. | Albert Cheng | 2015-01-09 | 1 | -3/+3 |
| | |||||
* | [svn-r25963] Do not remove the prefix in the chunk alloc file, otherwise it ↵ | Mohamad Chaarawi | 2015-01-08 | 1 | -1/+1 |
| | | | | | | | | makes the H5Fcreate fail when prefix is specified. tested parallel on Jam. | ||||
* | [svn-r25955] Added Perform and io_timer back into build. | Allen Byrne | 2015-01-05 | 2 | -2/+2 |
| | | | | Tested: local linux cmake | ||||
* | [svn-r25954] HDFFV-9046: reorganize hdf5/perform, step 2 | Albert Cheng | 2015-01-05 | 2 | -7/+13 |
| | | | | | | | | | | | | | 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-r25953] Comment out printf statement as it caused system resource ↵ | Allen Byrne | 2015-01-05 | 1 | -3/+5 |
| | | | | | | issues on Windows. Test now executes in 1/10 of time. Tested: local linux and Windows | ||||
* | [svn-r25951] HDFFV-9054: disable io_timer in tools lib and perform ↵ | Allen Byrne | 2015-01-05 | 2 | -2/+2 |
| | | | | sub-folder due to SHARED compile issues and other issues. | ||||
* | [svn-r25949] Snapshot version 1.9 release 209 | HDF Tester | 2015-01-04 | 13 | -26/+26 |
| | |||||
* | [svn-r25946] Removed debug statments that use //. | Albert Cheng | 2015-01-04 | 3 | -12/+0 |
| | | | | Tested: env CFLAGS=-ansi buildhdf5 in jam and parallel platypus. | ||||
* | [svn-r25940] HDFFV-9046: reorganize hdf5/perform, step 2 | Albert Cheng | 2015-01-01 | 9 | -18/+13 |
| | | | | | | | | | | | | | | | | | | | | | | 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-r25938] Remove build and test commands for deleted benchpar.c | Allen Byrne | 2014-12-31 | 2 | -16/+0 |
| | |||||
* | [svn-r25934] Fix incorrectly combined check. | Allen Byrne | 2014-12-31 | 1 | -11/+1 |
| |