| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
will be needed if H5Pget_create_plist is called.
tested jam. minor change.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
it is and HL is being built then configure returns an error. This is due to HDFFV-889.
Tested: jam with intel
cmake options:
-DCMAKE_Fortran_FLAGS:STRING="-r8" (should fail)
and
-DHDF5_BUILD_HL_LIB:BOOL=OFF (should pass)
|
| |
|
| |
|
|
|
|
|
|
| |
it is and HL is being built then configure returns an error. This is due to HDFFV-889.
Tested: jam with intel and -r8 flag, both with and without --disable-hl.
|
|
|
|
|
|
|
|
| |
ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue))
HDFFV-8879
Tested: jam( intel, gnu)
|
|
|
|
|
|
| |
when hid_t is 64-bit.
Tested: jam (intel, gnu)
|
|
|
|
| |
Tested: (jam: gnu, intel)
|
|
|
|
| |
tested with h5committest.
|
|
|
|
|
|
|
|
|
|
|
| |
testfrome.c has incorrectly exit code (using -1). Fixed by replacing them
with C defined EXIT_FAILURE. Verified by temporary decreaing MAXNUMTESTS
to introduce failure in testhdf to see the changed code did work.
Also replaced all other correctly coded exit codes with the C defined
EXIT_SUCCESS and EXIT_FAILURE. This would help portability for non-Unix
systems.
Tested: h5committest.
|
|
|
|
| |
is generated by Doxygen.
|
|
|
|
|
|
|
|
| |
branches/hdf5_1_8_13/c++/src/H5CppDoc.h:
Added a sentence suggested by Barbara to the Installation section. Part of HDFFV-8868 work.
Tested: Doxygen and Firefox
|
|
|
|
|
|
|
|
| |
Initial tweaks to align with VOL branch.
Tested on:
Mac OSX/64 10.9.3 (amazon) w/gcc 4.9
(h5committest not required, too small)
|
|
|
|
|
|
| |
for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868.
Tested: Doxygen
|
|
|
|
|
|
| |
for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL.
Tested: Doxygen
|
|
|
|
|
|
|
|
|
| |
nh5pget_fill_valuec_c we call the wrong function
ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue))
HDFFV-8879
Tested: jam( intel, gnu)
|
|
|
|
|
|
|
|
| |
Minor tweaks to updated hyperslab code, before larger revision coming.
Tested on:
Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 & parallel
(h5committest forthcoming)
|
| |
|
| |
|
| |
|
|
|
|
| |
read/write bug.
|
| |
|
|
|
|
| |
value (HDFFV-8856).
|
|
|
|
|
| |
MPI_File_set_size as they are supported by most MPI implementations.
- fix bug in t_mpi.c (HDFFV-8856)
|
| |
|
|
|
|
| |
allocating space for zero-length chunked dataset and asserting.
|
| |
|
| |
|
|
|
|
| |
adjust up for certain tests.
|
| |
|
| |
|
|
|
|
| |
Enabled MSVC for two tests as suggested in the issue.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
uninitialized variable bug in passing.
Added the H5C_get_entry_ptr_from_addr() and H5C_verify_entry_type()
in H5C.c, along with their pass through functions in H5AC.c. Note
that H5C_get_entry_ptr_from_addr() is quite slimey, and should be
avoided if possible.
Updated fractal heap to use flush ordering to force children
in the hdr / iblock / dblock tree to be flushed prior to parents.
This is part of a port of the fractal heap to the V3 cache, although
I gather that it will also be useful for SWMR.
Added sanity checking code to the fractal heap to verify that direct
blocks are flushed before their parent indirect blocks, child indirect
block are flushed prior to their parent indirect blocks, and that the
root iblock or dblock is flushed prior to the header
Tested on:
Jam: Serial and parallel
Phoenix (Debian): serial, debug and production
amazon (MacOS): serial
|
|
|
|
| |
Tested: Doxygen and Firefox
|
|
|
|
| |
Tested: local linux
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
HDFFV-8653
replace non-standard sizeof in the fortran tests with c_sizeof
(1) Removed the overloaded h5_sizeof functions for characters and integer arrays since Sun compilers don't allow them to be passed into a function that uses sizeof.
(2) Requested min. precision for reals to avoid duplicate interfaces when the flag -r8 (or equiv.) is set.
tested:
*jam: intel, -i8 -r8 --enable-fortran2003
*jam: pgi, --enable-fortran2003
*emu: sun, --enable-fortran2003
|
| |
|
|
|
|
|
|
|
| |
using latest versions.
No other files touched.
Tested: h5committest
|
| |
|
| |
|
|
|
|
|
| |
HDFFV-8653
replace non-standard sizeof in the fortran tests with c_sizeof
|
|
|
|
|
| |
HDFFV-8653
replace non-standard sizeof in the fortran tests with c_sizeof
|
|
|
|
|
| |
HDFFV-8653
replace non-standard sizeof in the fortran tests with c_sizeof
|
|
|
|
|
|
|
| |
HDFFV-8653
replace non-standard sizeof in the fortran tests with c_sizeof
Tested: jam (gnu, intel) with make and cmake.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Correct error in new hyperslab selection test to use the right # of
dimensions for start/stride/count/block arrays. Also, switch H5Sselect_select
to H5Smodify_select.
Tested on:
MacOSX/64 10.9.3 (amazon) w/gcc 4.9.1, OpenMPI, C++, FORTRAN & threadsafe
(Too minor to require h5committest)
|