| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| | |
Tested: local linux
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
back fix for removing rpaths from l
ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co
nfigure option was invoked.
Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux
and solaris machines.
Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with configure option --disable-sharedlib-rpath on emu, platypus and quail.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Revert r25081
Tested on:
MacOSX/64 10.9.2 (amazon) w/FORTRAN & parallel
(h5committest not necessary)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
h5diff issues "unable to read attribute" error message when comparing two files
Description:
h5diff did not handle attributes of variable length strings correctly. It created the wrong memory type if one but not both compared attributes are of the variable strings type. It ended in H5Aread() failure.
Solution:
We decided to treat the case when one type is variable length string and the other is not as incomparable. That bypassed the above error. We still need to figure out the proper way, if possible, to compare variable string with non-variable string types.
Tested: h5committested plus tested in Swallow (OS X 10.8).
|
| |
| |
| |
| |
| |
| | |
Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32
Tested: local linux CMake
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
instead of INCLUDES. Update automake to 1.14.1
h5committest
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove all traces of MPI-POSIX VFD and GPFS detection/code.
Remove remaining traces of stream VFD.
Remove testpar/t_posix_compliant test (it's not actually verifying anything).
Clean up H5D__mpio_opt_possible() further.
Moved environment variable that disables MPI collective operations into
MPI-IO VFD (instead of it being in src/H5S.c).
A few other small code cleanups.
Tested on:
Mac OSX/64 10.9.2 (amazon) w/parallel & serial
|
| |
| |
| |
| |
| |
| |
| |
| | |
KitWare recommendations: Change CMake commands to lower case.
Bump up CMake minimum versions.
Split test file into separate file for h5repack test.
Tested: local linux
|
| | |
|
| |
| |
| |
| | |
KitWare recommendations: Change CMake commands to lower case.
|
| |
| |
| |
| |
| |
| |
| | |
KitWare recommendations: Change CMake commands to lower case.
Remove INCLUDE_DIRECTORIES in src for target level includes.
Change ADD_DEFINITIONS package debug defines into CMake option.
Remove -DNDEBUG
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
add indexing configure flag.
add indexing files to Makefile.am
|
| | |
|
| |
| |
| |
| | |
add pkgconfig option for Mchecksum
|
|\ \
| |/
| |
| | |
Update plist encode/decode pre-generated files for newly added properties.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bring r24479 from 1.8 branch to trunk:
Fix ph5diff worker command handling so it can correctly respond to
situations where there's no work to perform. Also, a few minor code cleanups.
Tested on:
Mac OSX/64 10.9.0 (amazon) w/parallel
(too minor to require h5committest)
|
| |
| |
| |
| |
| |
| | |
cleaned. CMake update to clean testfiles.
Tested: local cmake, autools, and h5committest
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Prep work for adding a memory free function, part of HDFFV-8551.
Tested on:
32-bit LE linux (jam)
* with C++, Fortran
* with thread safety on
These are minor changes (almost entirely renaming foo functions
to HDfoo) that don't change functionality. This should not
require a full commit test.
|
| | |
|
| |
| |
| |
| | |
Add H5AS module to makefile rules
|
| |
| |
| |
| |
| |
| | |
DAOS_POSIX.
- fix some warnings detected on Ostrich
|
|\ \
| |/
| |
| | |
resolve conflicts, etc..
|
| |
| |
| |
| | |
tested with h5committest
|
| |
| |
| |
| |
| |
| | |
--disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276.
Tested with h5committest and on hdf-duck.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Cast smaller vars to larger type.
Cast calculation result to correct type.
Changed int member to hbool_t
Tested: local linux
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up more compiler warnings.
Tested on:
Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN
(too minor to require h5committest)
|
| |
| |
| |
| |
| |
| | |
developers.
Tested: local linux
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up compiler warnings
Tested on:
Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN
(too minor to require h5committest)
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up a few warnings
Tested on:
Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN
(too minor to require h5committest)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
tools/h5diff/testh5diff.sh is run in every "make check", even after it
has passed in the previous run.
The error was in the previous change made to Makefile.am
when testh5diff.sh.in was created. The mistake was in the
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) $(srcdir)/testh5diff.sh
$(srcdir)/testh5diff.sh no longer existed. It is now generated in the
current built directory from $(srcdir)/testh5diff.sh.in (which configure
takes care of).
I updated the dependance to
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) testh5diff.sh
and that fixes the error.
Reviewed: HDF5-149
Tested: h5committested.
|
|\ \ |
|
| |\ \
| | |/
| | |
| | | |
Fixed several conflicts, mostly because calling API routines internally was removed from several places in the trunk.
|
| | | |
|
| | |
| | |
| | |
| | | |
This adds the UserMacros.cmake support needed.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- complete overhaul to use FS proc macros
- remove dead code
Rename FS routines to HG and update configure magic and makefiles
Many bug fixes
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
- resolved conflicts with the VOL callbacks changes to support better async I/O
- the IOD plugin still does not leverage those changes yet
|
| |\ \
| | |/
| | |
| | | |
fix to Ph5diff
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change h5diff_exit() routine to always return a zero exit code when running
in parallel, since returning a non-zero exit code can cause MPI implementations
to print output and that can throw off our "expected output" comparisons.
Note that this change only changes the exit code for situations where an
incorrect command-line parameter was given - ph5diff was already returning a
zero exit code for all "normal" executions, including those where a serial
h5diff would return a non-zero exit code.
Tested on:
Mac OSX/64 10.8.3 (amazon) w/parallel
(Too minor to require h5committest)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
add HAVE_EFF build flag to indicate whether the IOD plugin should be compiled or not
add an AM conditional to indicate whether the EFF test exampels should be compiled or not
tested on jam
|