Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
fa7b8028af7[svn-r22738] Fix for Windows and DLLEXPORT if statement. Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
1c9e159ffe6[svn-r22737] Fix for HDF5 HDFFV-8109 H5S_UNLIMITED_F has a wrong type Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
7740e853f4d[svn-r22736] Fix for HDFFV-8132: Compile problem w/NAG Fortran due to too many continuation lines. Tested: jam (gnu)
Jonathan KimJonathan Kim
0aa8d4d88a7[svn-r22735] 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...
Mohamad ChaarawiMohamad Chaarawi
73b190b9024M[svn-r22734] merge from trunk up to 22733
Private HDFPrivate HDF
3ab17f5e040[svn-r22732] Snapshot version 1.9 release 127
Allen ByrneAllen Byrne
3c69283e0b1[svn-r22726] remove duplicate file line
Allen ByrneAllen Byrne
6ce1aa0ffeb[svn-r22725] Add other h5 files needed by pbits tests
Allen ByrneAllen Byrne
1673b04a230[svn-r22722] Update all references from configure.in to configure.ac Tested: h5committest
Allen ByrneAllen Byrne
b257bab294e[svn-r22720] Fix RelWithDebInfo packaging
Allen ByrneAllen Byrne
1fa894c6b9e[svn-r22718] Remove unneeded srcdir test
Allen ByrneAllen Byrne
7089b2cff0c[svn-r22716] HDFFV-8133: Add usage text to see Reference manual for compact subsetting.
Allen ByrneAllen Byrne
5d88bae6df9[svn-r22714] one more missed VAR change for parallel examples
Allen ByrneAllen Byrne
f4a7d2cba2d[svn-r22712] Updated a missed example makefile. Tested locally with make installcheck (another h5committest understanding oversight)
Allen ByrneAllen Byrne
caa51543a8f[svn-r22710] Remove reference to srcdir in TOOL path
Allen ByrneAllen Byrne
1f8fb63581b[svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest
Quincey KoziolQuincey Koziol
cac6687a6a4[svn-r22707] Description: 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)
Larry KnoxLarry Knox
edf83e5d1f1[svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, libtool 2.4.2 Tested THG machines.
Mohamad ChaarawiMohamad Chaarawi
18d574106c5M[svn-r22704] merge from trunk up to 22703.
Dana RobinsonDana Robinson
e53af0ed745[svn-r22703] Description: Propagated Windows and POSIX correctness changes from SEC2 VFD to the MPI-POSIX VFD. Fixes HDFFV-8058. Tested on: jam w/ parallel and fortran enabled
Dana RobinsonDana Robinson
d8f67a62cc4[svn-r22700] Description: Minor refactoring to extract managed object length determination. This makes the tiny, managed, and huge code work alike. Tested on: jam (very minor change, no need for full commit test)
Private HDFPrivate HDF
1560a6ea38d[svn-r22697] Snapshot version 1.9 release 126
Dana RobinsonDana Robinson
3f6b6fbe932[svn-r22694] Description: Minor change to consolidate odd bitmasking due to an old bugfix. Tested on: jam (very minor change)
Allen ByrneAllen Byrne
60dc75f4f41[svn-r22693] Add missing H5Tclose().
Jonathan KimJonathan Kim
bb11cbee94f[svn-r22691] Purpose: HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same class Description: This is additional fix due to daily build fail against previous r22684. Refer to the svn -r22684 log for previous details Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), cmake (jam)
Jonathan KimJonathan Kim
231fc4d7818[svn-r22684] 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. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), ...
Quincey KoziolQuincey Koziol
d27ec1d3bd4[svn-r22681] Description: 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
8b723437535[svn-r22679] 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. (This is part of the checkin to 1.8 branch #22677)
Vailin ChoiVailin Choi
a9602d1b34e[svn-r22676] Changes needed to make the default free-list mapping from H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY.
Allen ByrneAllen Byrne
eb4fd07b5ac[svn-r22674] Remove checks for filters are available because the h5dump tests never used the filters in the tests. "-H" option excludes data. HDFFV-8125
Allen ByrneAllen Byrne
4f4db8799ca[svn-r22673] Add "_" to list of version separators
Private HDFPrivate HDF
2eb782130a1[svn-r22670] Snapshot version 1.9 release 125
Quincey KoziolQuincey Koziol
d20da589dd5[svn-r22668] Description: Have free space manager use temporary address space for storing the section info, until the file is flushed or closed. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.x, C++, FORTRAN & threadsafe (h5committest forthcoming)
Quincey KoziolQuincey Koziol
3552beb08b1[svn-r22666] Description: Merge "flush me last" & "flush me collectively" feature from the avoid_truncate branch back to the trunk. (To help enable allowing the free space section info to reside in temporary address space) Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.x, C++, FORTRAN & threadsafe (h5committest forthcoming)
Albert ChengAlbert Cheng
60c9d889518[svn-r22657] 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
c3247876b11[svn-r22651] fix a bug that would skip or include the parallel atomicity test with cmd arguments -o or -x
Allen ByrneAllen Byrne
fcdc7614d7b[svn-r22650] Allow second find_package call for legacy libraries (not cmake-configured)
Quincey KoziolQuincey Koziol
88a94bbe7ff[svn-r22646] Description: Changes resulting from Klocwork static analysis tool, from Mark Miller @ LLNL (miller86@llnl.gov). Tested on: Mac OS X/64 10.7.4 (amazon) w/debug, C++ & FORTRAN, using gcc 4.7.x (too minor to require h5committest)
Allen ByrneAllen Byrne
79b2eb993e2[svn-r22642] Correct check for filters in tools test
Allen ByrneAllen Byrne
9c547117ece[svn-r22637] Remove legacy command to kill MPI processes on obj to obj testing. Tested: Windows, jam, koala
Allen ByrneAllen Byrne
e7896ce1ceb[svn-r22633] Correct packaing info
Allen ByrneAllen Byrne
db5a8eaa54f[svn-r22631] Move executable statement to after declarations
Larry KnoxLarry Knox
456b97b9fad[svn-r22629] Snapshot version 1.9 release 124
Quincey KoziolQuincey Koziol
f2bc1b43def[svn-r22627] Description: Merge some of the changes on the plist_encode_decode branch back to the trunk. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug (Too minor to require h5committest)
Allen ByrneAllen Byrne
28943c415b7[svn-r22625] HDFFV-8111: h5diff compare file to itself - removed path shortcut
Allen ByrneAllen Byrne
c9cd62c1b55[svn-r22624] The cmake folder needed a local variable to not include a "." as one of the path components on windows.
Mohamad ChaarawiMohamad Chaarawi
60d3b309176M[svn-r22623] merge from tunk
Allen ByrneAllen Byrne
cc7ae0a7fe9[svn-r22622] Windows config is up one level
Allen ByrneAllen Byrne
49a11118eec[svn-r22620] Add ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} to default include_dirs Correct cmake packaging names
Jonathan KimJonathan Kim
99ef5765f5e[svn-r22618] Purpose: HDFFV-8003 - ph5diff (parallel h5diff): daily test failure on ember intermittently during non comparable test file comparison HDFFV-7755 - parallel h5diff : hanging on koala intermittently during non comparable test file comparison Description: non-comparable test intermittently hung on koala and ember, but not on jam. it didn't occur until -np reaches 4 or bigger. it occurred once out of many repeated attempts of the same test. There was a incorrectly (mistake...