AuthorCommitMessageCommit dateIssues
Allen ByrneAllen Byrne
a863723db86[svn-r19897] Extend packed bits and testing to 64 bit integers.Tested: local Linux
Jonathan KimJonathan Kim
ab0ad9ff020[svn-r19893] Purpose: Bug 2089 - GMQS: h5diff segfault on a compound dataset with fixed length + vlen string type orderDescription: Merged from HDF5 trunk r19892. This is fix for the segfault when h5diff compares a compound dataset with combination of fixed length string types and vlen string types in certain orders. Optimized vlariable length string handling codes. The fix is referred from h5dump handling vlen strings. For testing, several compound datasets were added with various c...
Allen ByrneAllen Byrne
3a581adac60[svn-r19883] Corrected time_of_day define configuration, found during parallel CMake build.Tested: local linux, fix confirmed by user
Allen ByrneAllen Byrne
a296f560fd4[svn-r19881] Add new file.
Allen ByrneAllen Byrne
f8049b3f36f[svn-r19877] Add new file.
Allen ByrneAllen Byrne
0d15ffa78a6[svn-r19875] Correct HDF5 configuration variables for CPack/Install.Tested: windows
Allen ByrneAllen Byrne
7490e286e22[svn-r19874] Add other HDF5 configuration variables.
Allen ByrneAllen Byrne
1914aff4f75[svn-r19871] Add tests for examples. Bring r19870 from trunkTested: local linux
Allen ByrneAllen Byrne
5606cd6f9b7[svn-r19866] Correct INSTALL_PREFIX handling
Allen ByrneAllen Byrne
e58706fc3bb[svn-r19863] Add install commands for documents
Larry KnoxLarry Knox
e48acc41197[svn-r19862] Updated libtool to version 2.4, autoconf to version 2.68, and m4 to version 1.4.15.Tested with h5committest on amani, jam and heiwa.
Raymond LuRaymond Lu
2d6b9fe75f9[svn-r19859] I added accum.c to the test list.Not tested yet.
Raymond LuRaymond Lu
1cd48bcff66[svn-r19858] I added a few new tests: filter_fail.c, links_env.c, space_overflow.c, and testmeta.c.Not tested yet.
Raymond LuRaymond Lu
6c6dae34d98[svn-r19856] I changed H5FSfile.c to H5Fsfile.c according to the source files.Not test yet.
Allen ByrneAllen Byrne
6eec7b5d362[svn-r19855] Correct external library generated headers packing for install/cpack when not using svn builds
Allen ByrneAllen Byrne
d0e501bd07c[svn-r19853] Add back, dropped during edit - create directory - for external projects in cpack.
Albert ChengAlbert Cheng
122b4648cb1[svn-r19851] Problem: AIX prints some error messages when MPI_Abort is called. That caused the output matching some problems.Solution: Add stderr filtering for AIX ERROR: messages. Tested: NCSA BP.
Albert ChengAlbert Cheng
43fa57565f0[svn-r19848] Bug 1917: big test failed especially in Widows.big.c: Changed the test to run Huge Dataset (tens of GB), Xtra large dataset(4GB big), Large dataset (2GB big), or merely 1GB big, depending on if the file system supports sparse file or if it supports larger than 32bigs I/O. H5FDstdio.c: Removed an incorrect condition that whether STDIO VFD supports larger than 32bits I/O depends on the support of fseeko. Windows does not use that. Instead, ...
Allen ByrneAllen Byrne
8f23cabbd8a[svn-r19846] Correct external library generated headers packing for install/cpack
Allen ByrneAllen Byrne
60b792758aa[svn-r19844] Remove quotes from BLDTYPE parameter in building external projects from svnTested: Windows
Allen ByrneAllen Byrne
edd6e88f0d2[svn-r19842] Correct external library packing for install/cpack.On windows using shared libs, dlls still needed to be put in the runtime folder for tests.
Allen ByrneAllen Byrne
3ceb5f60e9d[svn-r19838] Correct external library packing for install/cpackTested: Windows
Raymond LuRaymond Lu
7dd819a8515[svn-r19832] Bug fix - In the code of N-bit filter, one line (the last line of H5Znbit.c in H5Z_nbit_compress - "*buffer_size = j + 1;" was mistakenly taken out by someone. It is necessary to update the new size. I put it back and made 2 test cases for integer and float to verify the correct dataset size.Tested on jam, heiwa, and amani.
John MainzerJohn Mainzer
2f5d9e1c8a3[svn-r19831] Checked in fix for failure in shape same tests that appeared after Quincy's recent massage of the test code. The problem was a race condition created when Quincey re-worked the code selecting either collective or independant I/O.Previously, when independant I/O was selected in the test, I had used H5Pset_dxpl_mpio() and H5Pset_dxpl_mpio_collective_opt() to select collective semantics with independant I/O going on under the hood. Quincey modified this to call H5Pset_dxpl_mpio() when collective I/O was selected, and do nothing in the independant I/O case. As a result, processes were able to race ahead and modify the in...
Allen ByrneAllen Byrne
4bc498cbe11[svn-r19826] Correct SZIP 'warning ignore' regex
Vailin ChoiVailin Choi
64a7862ffef[svn-r19824] 1. Made fixes as in rev #19813 in trunk: a) Add comments to test_4() in test/external.c about the name "/ link". b) Fix one memory leak in src/H5Lexternal.c: free memory pointed to by tmp_env_prefix for HDF5_EXT_PREFIX case. 3. Made changes for bug #1930 as in rev #19783, #19781 in trunk. 4. Made corresponding CMake changes as in rev #19782 in trunk.
Allen ByrneAllen Byrne
116391d56a1[svn-r19821] Update cacheinit.cmake with current HDF options.
Jonathan KimJonathan Kim
cd1b7959903[svn-r19819] Purpose: Change to skip copying when a dataset is not allocated. Merged from hdf5 trunk r19818.Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE)
Albert ChengAlbert Cheng
17642410fc1[svn-r19815] Bug 2091: updated with the removal of Metraowerks compiler code.
Allen ByrneAllen Byrne
47bdeb8b0cd[svn-r19810] Correct define typo
Mike McGreevyMike McGreevy
e23584d6b79[svn-r19809] Purpose: Add "--enable-unsupported" configure flag. Description The "--enable-unsupported" configure flag allows a user to prevent configure from failing due to the use of incompatible options, such as c++ with parallel. Specifying --enable-unsupported will bypass all of configure's checks for incompatible and unsupported combinations of flags. There are no guarantees tha...
Allen ByrneAllen Byrne
e0225c64967[svn-r19807] Corrected REGEX of warning exception
Mike McGreevyMike McGreevy
f0be96f441c[svn-r19804] Description: Update ACKNOWLEDGMENTS file Tested: none. documentation update only.
Allen ByrneAllen Byrne
3f334142948[svn-r19802] Update valgrind ignore tests.
Mike McGreevyMike McGreevy
f396947f646[svn-r19800] Purpose: Add additional error checking to catch erroneous user input. Description: Attempting to retrieve a links's name by index in the case where the link is external and the file that the object is located in doesn't exist was causing a segmentation fault (in production) and an assertion failure (in debug). The segfault wasn't occuring until the metadata accumulator att...
Albert ChengAlbert Cheng
10c3eb0a9fc[svn-r19797] Bug 2091: remove all Metraowerks compiler code bracheted by __MWERKS__. Metraowerks compiler is no more. Make the code cleaner.Tested: H5committest plus jam serial.
Allen ByrneAllen Byrne
0ec9ac12efe[svn-r19793] Revised the valgrind ignore list, added simple execute command tests for when doing a valgrind test of tools that only use a cmake script for testing.
Allen ByrneAllen Byrne
1ab76b11176[svn-r19791] CMake: Correct Error tests. Add Deprecated Symbols option.Tested: local linux
Allen ByrneAllen Byrne
ef26f71457a[svn-r19788] Check for CMAKE_BUILD_TYPE set if not WIN32 in library prefix naming.Unset needs prefix to be lib.
Allen ByrneAllen Byrne
79fe0373aac[svn-r19780] Comment out H5_SIZEOF_PTRDIFF_T define to fix Windows errors.Bring r19779 from trunk
Allen ByrneAllen Byrne
d7118c7e1c8[svn-r19777] Corrected handling of largefile and linux_lfs handling.Synched cmake version of H5pubconf.h.in Added another variation of H5detect warning to ignore list.
Allen ByrneAllen Byrne
ae1a09771cd[svn-r19770] Correct comment about VS defines and next release
Albert ChengAlbert Cheng
531a1e64b20[svn-r19768] Problem: The parallel test ran out of memory because 32bit binary default to use less memory. Changed RUNPARALLEL to use larger memory (LDR_CNTRL=MAXDATA=0x2000 0000@DSA).Tested: BP parallel.
Albert ChengAlbert Cheng
01530ebaa57[svn-r19763] Changed NPROCS default value from 3 to 6.
Jonathan KimJonathan Kim
bea08cb3a83[svn-r19760] Purpose: Fix compile error for Windows from previous checkin r19758.Description: Previous log: Improve h5diff performance. The following changes for improving h5diff performance: 1) use HDmemcmp() before comparing each elements (memcmp() is very fast at both linew and jam) 2) replace the expensive H5Tequals() calls 3) retrieve datatype information at dataset level not each element level for compound datasets Tested: ja...
Jonathan KimJonathan Kim
b82c6a4f62f[svn-r19758] Purpose: Improve h5diff performance.Description: The following changes for improving h5diff performance: 1) use HDmemcmp() before comparing each elements (memcmp() is very fast at both linew and jam) 2) replace the expensive H5Tequals() calls 3) retrieve datatype information at dataset level not each element level for compound datasets Merged from hdf5 trunk r19757. Tested: jam (linux32-LE)
Albert ChengAlbert Cheng
6ebd1290216[svn-r19755] Updated the compilers versions of AIX 5.3 and 6.1.Removed tests platforms of Cray XT3 and Glory, both SNL machines since they were not tested. Added AIX shared library known problem.
Allen ByrneAllen Byrne
09b11b5d6d0[svn-r19754] Added flush2 to list of memcheck ignore - flush2 needs flush1 to generate filesBring r19753 back from trunk.
Jonathan KimJonathan Kim
3b7a375179f[svn-r19752] Purpose: Fixed Bug# 1979 Output from h5ls -rdlS on nested compound datatypes is difficult to parse.Description: Update to add curly brackets for the nested compound members, when S (--simple) option is used with -l (--label), so user can tell which members blong to which compound type. Merged from hdf5 trunk r19751. Tested: jam (linux32-LE), amani (linux64-LE)
Allen ByrneAllen Byrne
f5c14780ca0[svn-r19748] Updated windows tested machines to indicate which build system was used