| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
hl/ directory.
Not test.
|
|
|
|
|
|
|
|
| |
performance test. But
we decided not to support it.
Tested on koala.
|
|
|
|
| |
Tested on koala.
|
|
|
|
|
|
| |
also added more test cases.
Tested on koala.
|
|
|
|
| |
Tested on koala.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Tested: jam (gnu)
|
| |
| |
| |
| |
| |
| | |
many continuation lines.
Tested: jam (gnu)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Tested: h5committest
|
| | |
|
| | |
|
| |
| |
| |
| | |
subsetting.
|
| | |
|
| |
| |
| |
| | |
installcheck (another h5committest understanding oversight)
|
| | |
|
| |
| |
| |
| |
| |
| | |
autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files.
Tested: h5committest
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| | |
libtool 2.4.2
Tested THG machines.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Minor change to consolidate odd bitmasking due to an old bugfix.
Tested on:
jam (very minor change)
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| | |
H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY.
|
| |
| |
| |
| |
| |
| | |
tests never used the filters in the tests. "-H" option excludes data.
HDFFV-8125
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| | |
of return
value of FAIL. The function type is a pointer. Fixed it by changing it to NULL.
Tested: In remote machine ADA (aix).
|
| |
| |
| |
| | |
test with cmd arguments -o or -x
|
| |
| |
| |
| | |
cmake-configured)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
|
| |
| |
| |
| | |
Tested: Windows, jam, koala
|
| | |
|
| | |
|