Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
bef3d625fd1[svn-r22869] Add PROVISIONAL tag to function name to match non-parallel version.
Allen ByrneAllen Byrne
0567e64856b[svn-r22867] Updated cygwin note on dt_arith about the known issue of fork on cygwin. Added note about using optimization level 1 on Ubuntu64
Allen ByrneAllen Byrne
0d3b1f94df6[svn-r22864] Move h5import change to new feature section.
Allen ByrneAllen Byrne
4b2c55da4bd[svn-r22862] Updated CYGWIN, MinGW and linux VM versions
Allen ByrneAllen Byrne
3519e86db5c[svn-r22858] Change def list of RGET_REGION to match other types declarations
Albert ChengAlbert Cheng
f7391600c1c[svn-r22851] updated with perform/benchpar program removal.
Albert ChengAlbert Cheng
fe63b32f864[svn-r22850] Bug fix: HDFFV-8156 benchpar.c is compiled when configure --enable-build-all --enable-paralllel. But it failed to compile. It is decided to retire or move it to example. I removed it from the PARA_BUILD_ALL list so that --enable-build-all will not fail. The program file still need to be moved. Tested: Koala using --enable-build-all --enable-parallel.
Private HDFPrivate HDF
217d5c32d65[svn-r22847] Snapshot version 1.8 release 10 (snap13)
Scot BreitenfeldScot Breitenfeld
30700f5285b[svn-r22844] Merged changes from the trunk into the branch. Tested: jam (gnu, mpich)
Scot BreitenfeldScot Breitenfeld
c783decba56[svn-r22840] Merged changes from the trunk into the branch, svn merge -r22479:22826 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran tested: jam (gnu, intel, pgi) koala (gnu, pgi)
Albert ChengAlbert Cheng
2de91133e05[svn-r22835] Documented HDFFV-8069 fix.
Albert ChengAlbert Cheng
4148444e605[svn-r22831] Bug fix: HDFFV-8069 AIX config file Fortran flags need fix Description: The Fortran compiler flags were all set to "-O". They should be different setting for different situations. E.g, "-g" for debug and "-pg" for profile, etc. Fix: set them to appropriate different values. Tested: in Remote ADA AIX machines using 3 different settings: configure --enable-fortran --enable-cxx # default to --disable-production configure --enable-fortran --enable-cxx --enable-product...
Raymond LuRaymond Lu
31e931ce260[svn-r22821] Issue 8164 - test_image.c printed an extra "FAILED" after it succeeded. A test function doesn't return 0 after it succeeds. It goes down to the error handling branch and prints "FAILED". The fix is adding "return 0;" in the end of the function. Tested on jam - simple change.
Jonathan KimJonathan Kim
06e9ab4420a[svn-r22814] Purpose: HDFFV-8012 - h5repack changes max dims and cause failure if only "-f none" is used without changing layout for chunked dataset when a chunk dim is bigger than a dataset dim Description: "h5repack -f <obj>:NONE <file.h5> out.h5" command failed if source file contains chunked dataset and a chunk dim is bigger than a dataset dim. Another issue is that the command changed max dims if chunk dim is smaller than the dataset dim. These issue occurred when datase...
Dana RobinsonDana Robinson
87271a753dd[svn-r22804] Updated RELEASE.txt to include HDFFV-8058 work.
Private HDFPrivate HDF
bf3a445ff7e[svn-r22803] Snapshot version 1.8 release 10 (snap12)
Albert ChengAlbert Cheng
c0787b56141[svn-r22801] Updated for the removal of mpi-perf.c. Copied from the trunk version. Tested: Don't know how to test. assume if it works for trunk, it will work for v18.
Albert ChengAlbert Cheng
e68e5065116[svn-r22800] Documented the retiremen of mpi-perf.
Albert ChengAlbert Cheng
f3c3aa24409[svn-r22796] HDFFV-8110: Removed mpi-perf.c which was given with permission to freely distribute by the author. It was an example program showing how to measure parallel IO speed. Since then, we have created h5perf to do I/O performanace measurement. This example is not needed any more. mpi-perf.c: Removed. Makefile.am: Makefile.in: Removed the entry of mpi-perf.c so that "configure --enable-build-all ..." will not build it. MANIFEST: Updated. The change is trivial that I go...
Allen ByrneAllen Byrne
3117ffcbb40[svn-r22788] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders Tested: local
Jonathan KimJonathan Kim
c3db70aff48[svn-r22783] Purpose: HDFFV-8143 Provide a routine(s) for telling the user why the library broke collective data access Description: Changed to use H5Dopen2() instead of H5Dopen(), which caught by daily test on jam. This is based on previous commit r22780. Tested: jam-pp (linux32-LE)
Dana RobinsonDana Robinson
7be1d4edaff[svn-r22781] Propagated r22703 and 22748 from the trunk. Fixes HDFFV-8058. Tested on: jam and ostrich w/ parallel and fortran enabled
Jonathan KimJonathan Kim
5188e7a6177[svn-r22780] Purpose: HDFFV-8143 Provide a routine(s) for telling the user why the library broke collective data access Description: Added H5Pget_mpio_no_collective_cause() function that retrive reasons why the collective I/O was broken during Read/Write IO access. Reasons to break collective I/O: - SET_INDEPENDENT - DATATYPE_CONVERSION - DATA_TRANSFORMS - MPIPOSIX - NOT_SIMPLE_OR_SCALAR_DATASPACES (NULL Space) - POINT_SELECTIONS - NOT_CONTIGUO...
Allen ByrneAllen Byrne
b22ef5f8a78[svn-r22776] HDFFV-8129: upgrade autotools Merge Trunk changes to 1.8 Tested: h5committest
Mike McGreevyMike McGreevy
a2500fa7c3d[svn-r22775] Purpose: Update RELEASE.txt Description: Merge changes from 1.8.9's known issues and platforms tested section of the RELEASE.txt up to the 1.8 branch in preparation for the 1.8.10 release.
Quincey KoziolQuincey Koziol
0b9e707859f[svn-r22768] Description: Bring r22765 from trunk to 1.8 branch: Propogate Coverity changes to trunk, also fix compiler warnings and other minor code cleanups. (QK & JK) r20393: (Not directly propogated, since trunk also had a similar fix) Move initialization ocrt_info.new_obj = NULL; before FUNC_ENTER_NOAPI -- gh r20397: Added free(src_sizes) --gh r20398: Added free(src_offset). --gh Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, parallel, FORTRAN & C++ (h5committest for...
Private HDFPrivate HDF
fb83bb8470d[svn-r22767] Snapshot version 1.8 release 10 (snap11)
Quincey KoziolQuincey Koziol
fc65a4e66ee[svn-r22759] Description: Bring r22758 from trunk to 1.8 branch: Bring generic improvements from encode/decode property list branch to the trunk. This includes a better version of the property list comparison routine, cleaned up compiler warnings, and some cleaned up property list callbacks. Also, started on changes to clean up parallel test output, so that it doesn't report successful tests from each process. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, GCC 4.7.x, FORTRAN, ...
Raymond LuRaymond Lu
d36cd7cba56[svn-r22757] Issue 8140 - return value is missing for H5LTyyerror in H5LTanalyze.l. I merged the fix from the trunk. I put "return 0" in because the program should continue even though there is an error. Tested on jam - simple change.
Raymond LuRaymond Lu
cf485eb7cc2[svn-r22756] When Scot Breitenfeld committed his test function test_valid_path in r22206 6 months ago, he replaced test_text_type function with his function, thus skipped test_text_type test. I'm restoring it back in this checkin. Tested on jam - simple change.
Jonathan KimJonathan Kim
0c21f00cf8a[svn-r22753] Purpose: HDFFV-5919 - GMQS: h5diff - The number of object difference is not consistent between dataset and group/type when attribute(s) have differences Description: Object differences are not consistent between dataset and group/datatype when their attribute(s) have differences. This is because attribute(s) differences is not accumulated to group or datatype object’s difference, but accumulated to dataset difference. To fix, do not accumulate attribute difference to data...
Private HDFPrivate HDF
6810576bf21[svn-r22747] Snapshot version 1.8 release 10 (snap10)
Allen ByrneAllen Byrne
1993bdfb952[svn-r22740] Correct typo on test command
Private HDFPrivate HDF
d76a3faf251[svn-r22733] Snapshot version 1.8 release 10 (snap9)
Allen ByrneAllen Byrne
e8a1954c9ea[svn-r22727] Add other h5 files needed by pbits tests
Allen ByrneAllen Byrne
612af6440b6[svn-r22724] Convert tests to *.sh.in. Convert configure.in to configure.ac. Align TESTS usage with autotools convention. Update all references from configure.in to configure.ac Tested: h5committest
Allen ByrneAllen Byrne
0bc6398ec40[svn-r22721] HDFFV-8133: Add usage text to see Reference manual for compact subsetting.
Allen ByrneAllen Byrne
5336fb2d01a[svn-r22719] Fix RelWithDebInfo packaging Tested: windows
Allen ByrneAllen Byrne
8b271f6ca57[svn-r22717] Update list of tools fixes.
Private HDFPrivate HDF
189abd52ac7[svn-r22715] Snapshot version 1.8 release 10 (snap8)
Larry KnoxLarry Knox
073ba009805[svn-r22711] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, libtool 2.4.2 Tested THG machines.
Quincey KoziolQuincey Koziol
88a382c1c7e[svn-r22708] Description: Bring r22707 from trunk to 1.8 branch: Bring back some more cleanups from the plist_encode_decode branch, clean up some formatting and compiler errors, and add a few more property comparison routines that we've skipped implementing in the past. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug (Too minor to require h5committest)
Jonathan KimJonathan Kim
dc7748afb99[svn-r22701] Purpose: Address HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same class Description: When comparing attribute data values with same type class but different size, the result was incorrect. It was due to the size difference and got truncated. Fixed to match up the smaller type size to big type size like what dataset does. Merged from HDF5 trunk r22684 and r22691. Tested: jam (linux32-LE), koala (linux64-LE),...
Allen ByrneAllen Byrne
b169fa28ff3[svn-r22699] Merge trunk 22674 to 1.8: Remove checks for filters are available because the h5dump tests never used the filters in the tests. "-H" option excludes data. HDFFV-8125
Quincey KoziolQuincey Koziol
bdb3343f30a[svn-r22682] Description: Bring r22681 from trunk to 1.8 branch: Clean up file driver property handling, along with some misc. warnings. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.1, C++, FORTRAN & threadsafe (h5committest upcoming)
Vailin ChoiVailin Choi
2ab1d8cc0c9[svn-r22677] Changes needed to make the default free-list mapping from H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY. Also changed H5O_copy_search_comm_dt_check() to use H5O_obj_class() to get object type instead of H5O_get_info(...TRUE...) saving time in traversing metadata.
Private HDFPrivate HDF
20d05ae5931[svn-r22671] Snapshot version 1.8 release 10 (snap7)
Albert ChengAlbert Cheng
6acaf24bddd[svn-r22658] Bug fix: previous commit has a mistake--it used the wrong type of return value of FAIL. The function type is a pointer. Fixed it by changing it to NULL. Tested: In remote machine ADA (aix).
Mohamad ChaarawiMohamad Chaarawi
4e22de6e907[svn-r22652] bring 22651 to branch fix a bug that would skip or include the parallel atomicity test with cmd arguments -o or -x
Allen ByrneAllen Byrne
e7561408fb3[svn-r22649] Allow second find_package call for legacy libraries (not cmake-configured)