| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
send debug output
to the standout. This keeps command output terse and easier to tell if it
passes or not.
Added time stamps printing.
Added exit code and command executation summary.
All these will make it easier for user to tell if the command succeeds or not.
Tested: {jam,koala,ostrich} all passed. {Linew,fred,duck,owl} failed.
The failure is the cmake process, not cmakehdf5 itself.
|
| |
|
|
|
|
|
|
| |
FIX: Removed files and adjusted other files accordingly.
Tested: jam (gnu)
|
|
|
|
|
|
| |
HDFFV-422: Change extention of the binary files from hdf5 to h5
Tested: jam (gnu)
|
|
|
|
|
|
| |
HDFFV-422: Change extention of the binary files from hdf5 to h5
Tested: jam (gnu)
|
|
|
|
|
|
| |
Intel versions (<12.1)
did not support.
|
| |
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes for HDF5 1.8.10 p1
HDFFV-7975
Changed the max single I/O operation size on Darwin/Mac OS X.
HDFFV-8124 and HDFFV-8158
Fixed a core VFD bug when large blocks of data are read.
HDFFV-8246
Added more fields to the VFD read/write error messages.
Tested on:
64-bit Windows 7, Visual Studio 2010, CMake
64-bit Mac OS X Snow Leopard (Fred), Fortran, C++
64-bit BE Linux (Ostrich), Fortran, C++
32-bit LE Linux (jam), Fortran, C++ (also parallel w/ Fortran)
|
| |
|
|
|
|
|
|
| |
added: h5_cmprss.f90
Tested: jam (gnu compilers)
|
| |
|
|
|
|
|
|
|
| |
This is an initial implementation and is known to work in
Jam only. More porting is in progress.
Tested: Jam
|
|
|
|
| |
Checked: jam (gnu, mpi) --disable-deprecated-symbols, --with-default-api-version=v16
|
|
|
|
| |
Tested: jam (gnu)
|
|
|
|
|
|
| |
mainly program additions from tutorial.
Tested: jam (gnu compilers)
|
|
|
|
| |
Tested: gnu (jam)
|
|
|
|
|
|
|
|
|
| |
via Barbara;
mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and
example fileexample.f90 was removed.
Tested: jam (gnu compilers)
|
|
|
|
|
|
|
|
|
| |
via Barbara;
mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and
example fileexample.f90 was removed.
Tested: jam (gnu compilers)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
optional functions and refactor ISO_C_BINDING usage in cmake files
Tested: local cmake
|
|
|
|
| |
changes from runTest.cmake.
|
|
|
|
| |
Tested: windows
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
testh5stat.sh fails in LLNL uDawn. The test actually ran as expected
but it did not prepare for the extra error messages from the MPI
process.
Solution:
This sort of problem has been fixed by using the output filters in
output_filter.sh. testh5stat.sh is updated to use the output filters.
Tested:
uDawn.
|
| |
|
|
|
|
|
| |
Removed example grpit.f90 which used undocumented/obsolete APIs, The equivalent and up-to-date example
to transverse through a file would be the example h5ex_g_traverse_F03.f90 in hdf5-examples.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Bring r20456 from Coverity branch to trunk:
fixed coverity 678, 679
Tested on:
Mac OSX/64 10.8.2 (amazon) w/debug
(too minor to require h5committest)
|
| |
|
| |
|
| |
|
|
|
|
| |
Tested: local and windows
|
|
|
|
| |
Tested: local linux
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
branch.
Supported Platforms
Tested Configuration Features Summary
More Tested Platforms
|
| |
|
|
|
|
|
|
|
|
| |
file on system. Added test for CYGWIN and use a,exe instead of a.out.
Review: HHDF5-1-8-31
Tested: cygwin
|
| |
|
|
|
|
| |
doesn't know a C99 predefined identifier __func__.
|
|
|
|
|
|
|
|
| |
Initialize cd_values pointer when cd_elemts is zero.
Tested on:
Mac OSX/64 (amazon) w/debug
Windows (via Allen's builds)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clean up warnings and bring changes from Coverity branch back to trunk:
r20451:
Fixed coverity 810
r20454:
Purpose: Fix coverity issue 816
Description: Modified various file drivers to always check the return value from
H5P_get_driver_info.
r20455:
Purpose: Cleanup fix for coverity issue 816
Description: Removed redundant check for "fa" in H5FD_core_open.
Tested on:
Mac OSX/64 10.8.2 (amazon) w/debug
(Too minor to require h5committest)
|
|
|
|
|
|
|
|
|
|
|
| |
HDFFV-8146 - Remove "multi-chunk IO without optimization" sub-feature from MPI I/O optimization for chunked dataset feature
Description:
The “multi-chunk IO without optimization” feature is removed and made the related xfer property (H5FD_MPIO_CHUNK_MULTI_IO) go directly to “multi-chunk-io” feature.
Also update/fix/cleanup testings (chunk collective IO and actual chunk opt mode) accordingly.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), fred (mac64-LE), Windows (32-LE cmake), cmake (jam)
|
|
|
|
|
|
| |
Visual Studio that were removed.
Tested on jam.
|
|
|
|
|
| |
Removed legacy Visual Studio solutions and projects, which will
no longer be supported after HDF5 1.8.10.
|
|
|
|
| |
enumeration to numerica datatypes.
|
|
|
|
|
|
| |
followup commit for the test of the conversion function H5T__conv_enum_numeric (numeric type means integer or floating number).
Tested on tejeda - failed on tejeda and ostrich in the daily test.
|