summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23081] ported revisions 22987 to 23080 from the trunkRaymond Lu2012-12-0650-1363/+683
|
* [svn-r23079] I updated CMakefile for adding H5DO.c and H5DOpublic.h under ↵Raymond Lu2012-12-052-0/+4
| | | | | | hl/ directory. Not test.
* [svn-r23078] I took out O_SYNC flag from the code. I used it to do ↵Raymond Lu2012-12-055-16/+13
| | | | | | | | performance test. But we decided not to support it. Tested on koala.
* [svn-r23077] I adjusted the dataset and chunk to smaller sizes.Raymond Lu2012-12-051-5/+4
| | | | Tested on koala.
* [svn-r23075] I revised the code and test according to Quincey's review. I ↵Raymond Lu2012-12-048-97/+935
| | | | | | also added more test cases. Tested on koala.
* [svn-r23019] I added dectris_hl_perf.c for testing performance.Raymond Lu2012-11-071-0/+643
| | | | Tested on koala.
* [svn-r23018] I forgot to add these new files in previous commit.Raymond Lu2012-11-074-0/+508
|
* [svn-r23017] I added a prototype function H5DOwrite_chunk in HL library for ↵Raymond Lu2012-11-0711-63/+218
| | | | | | | | | Dectris people to test performance. The library's API function H5PSIdirect_write is still in. I reorganized the internal library by adding H5D__pre_write function. Tested on koala.
* [svn-r22987] ported revisions from 22742 to 22986 from the trunkRaymond Lu2012-10-29598-126730/+15233
|
* [svn-r22742] ported revisions 22738 to 22741 from the trunkRaymond Lu2012-09-062-9/+5
|
* [svn-r22739] ported revisions 22615 to 22737 from the trunkRaymond Lu2012-09-05235-7102/+10703
|\
| * [svn-r22737] Fix for HDF5 HDFFV-8109 H5S_UNLIMITED_F has a wrong typeScot Breitenfeld2012-09-054-57/+67
| | | | | | | | Tested: jam (gnu)
| * [svn-r22736] Fix for HDFFV-8132: Compile problem w/NAG Fortran due to too ↵Scot Breitenfeld2012-09-051-2/+7
| | | | | | | | | | | | many continuation lines. Tested: jam (gnu)
| * [svn-r22735] Purpose:Jonathan Kim2012-09-0412-29/+871
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_CONTIGUOUS_OR_CHUNKED_DATASET (Compact or External-Storage) - FILTERS Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
| * [svn-r22732] Snapshot version 1.9 release 127HDF Tester2012-09-0214-29/+29
| |
| * [svn-r22726] remove duplicate file lineAllen Byrne2012-08-301-1/+0
| |
| * [svn-r22725] Add other h5 files needed by pbits testsAllen Byrne2012-08-301-0/+3
| |
| * [svn-r22722] Update all references from configure.in to configure.acAllen Byrne2012-08-2810-47/+37
| | | | | | | | Tested: h5committest
| * [svn-r22720] Fix RelWithDebInfo packagingAllen Byrne2012-08-2812-24/+24
| |
| * [svn-r22718] Remove unneeded srcdir testAllen Byrne2012-08-271-5/+0
| |
| * [svn-r22716] HDFFV-8133: Add usage text to see Reference manual for compact ↵Allen Byrne2012-08-279-153/+162
| | | | | | | | subsetting.
| * [svn-r22714] one more missed VAR change for parallel examplesAllen Byrne2012-08-268-357/+12
| |
| * [svn-r22712] Updated a missed example makefile. Tested locally with make ↵Allen Byrne2012-08-242-6/+351
| | | | | | | | installcheck (another h5committest understanding oversight)
| * [svn-r22710] Remove reference to srcdir in TOOL pathAllen Byrne2012-08-231-1/+1
| |
| * [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵Allen Byrne2012-08-2382-752/+781
| | | | | | | | | | | | autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest
| * [svn-r22707] Description:Quincey Koziol2012-08-226-201/+171
| | | | | | | | | | | | | | | | | | | | 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)
| * [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, ↵Larry Knox2012-08-2248-2823/+5180
| | | | | | | | | | | | libtool 2.4.2 Tested THG machines.
| * [svn-r22703] Description:Dana Robinson2012-08-212-556/+541
| | | | | | | | | | | | | | | | 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
| * [svn-r22700] Description:Dana Robinson2012-08-203-10/+44
| | | | | | | | | | | | | | | | 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)
| * [svn-r22697] Snapshot version 1.9 release 126HDF Tester2012-08-1915-31/+32
| |
| * [svn-r22694] Description:Dana Robinson2012-08-171-88/+74
| | | | | | | | | | | | | | Minor change to consolidate odd bitmasking due to an old bugfix. Tested on: jam (very minor change)
| * [svn-r22693] Add missing H5Tclose().Allen Byrne2012-08-171-1/+3
| |
| * [svn-r22691] Purpose:Jonathan Kim2012-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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)
| * [svn-r22684] Purpose: Jonathan Kim2012-08-1511-20/+103
| | | | | | | | | | | | | | | | | | | | | | | | 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), linew (solaris-BE), Windows (32-LE cmake), cmake (jam)
| * [svn-r22681] Description:Quincey Koziol2012-08-1510-1071/+590
| | | | | | | | | | | | | | | | 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)
| * [svn-r22679] Changed H5O_copy_search_comm_dt_check() to use H5O_obj_class() ↵Vailin Choi2012-08-141-6/+10
| | | | | | | | | | | | 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)
| * [svn-r22676] Changes needed to make the default free-list mapping from ↵Vailin Choi2012-08-1318-169/+708
| | | | | | | | H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY.
| * [svn-r22674] Remove checks for filters are available because the h5dump ↵Allen Byrne2012-08-132-114/+14
| | | | | | | | | | | | tests never used the filters in the tests. "-H" option excludes data. HDFFV-8125
| * [svn-r22673] Add "_" to list of version separatorsAllen Byrne2012-08-131-1/+1
| |
| * [svn-r22670] Snapshot version 1.9 release 125HDF Tester2012-08-1214-30/+30
| |
| * [svn-r22668] Description:Quincey Koziol2012-08-115-38/+150
| | | | | | | | | | | | | | | | | | 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)
| * [svn-r22666] Description:Quincey Koziol2012-08-117-181/+401
| | | | | | | | | | | | | | | | | | | | 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)
| * [svn-r22657] Bug fix: previous commit has a mistake--it used the wrong type ↵Albert Cheng2012-08-091-1/+1
| | | | | | | | | | | | | | | | of return value of FAIL. The function type is a pointer. Fixed it by changing it to NULL. Tested: In remote machine ADA (aix).
| * [svn-r22651] fix a bug that would skip or include the parallel atomicity ↵Mohamad Chaarawi2012-08-092-11/+15
| | | | | | | | test with cmd arguments -o or -x
| * [svn-r22650] Allow second find_package call for legacy libraries (not ↵Allen Byrne2012-08-091-0/+8
| | | | | | | | cmake-configured)
| * [svn-r22646] Description:Quincey Koziol2012-08-0833-109/+168
| | | | | | | | | | | | | | | | | | 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)
| * [svn-r22642] Correct check for filters in tools testAllen Byrne2012-08-082-8/+29
| |
| * [svn-r22637] Remove legacy command to kill MPI processes on obj to obj testing.Allen Byrne2012-08-061-18/+9
| | | | | | | | Tested: Windows, jam, koala
| * [svn-r22633] Correct packaing infoAllen Byrne2012-08-061-5/+6
| |
| * [svn-r22631] Move executable statement to after declarationsAllen Byrne2012-08-061-2/+2
| |