* New references for Dimension Scale APIs (#1139) * Enable usage of new-style references with dimension scale APIs * Add API to check if an object ID represents a native connector object * Modified code to use new function H5DSwith_new_ref to determine if new references should be used with Dimension Scales. The new function return TRUE if non-native connector is used or if H5_DIMENSION_SCALES_WITH_NEW_REF varible is define at configure time (--enable-dimension-scales-with-new-ref). Tested on jelly. ToDo: generate testing file on BE system and enable the test; add flag to CMake; test netCDF-4 with the new references. * Adding new test files generated on BE system (hedgehog) created by 32 and 64-bit library. test_ds chokes on test_ds_le_new_ref.h5 on BE system; test passes for test_ds_be_new_ref-32bit.h5 for the 32-bit library and fails for the 64-bit library, and vice versa. I am checking the files for further investigation; but current implementation of the new references is not portable between LE and BE systems, and 32 and 64-bit systems. * Minor fixes for testing issues * Update test_ds.c Enabled broken test; tests pass now. * Update RELEASE.txt Documented new option to use new references with the HDF5 dimension scales APIs (H5DS*). * Update MANIFEST for new 32-bit new-style references test file for H5DS APIs * Update 'dimension scales w/ new-style refs' feature based on review Co-authored-by: Elena <epourmal@hdfgroup.org> * Fix H5DS warnings related to new H5DSwith_new_ref and H5VLobject_is_native APIs (#1184) Co-authored-by: jhendersonHDF <jhenderson@hdfgroup.org> Co-authored-by: Elena <epourmal@hdfgroup.org>
93 lines
4.6 KiB
CMake
93 lines
4.6 KiB
CMake
SUMMARY OF THE HDF5 CONFIGURATION
|
|
=================================
|
|
|
|
General Information:
|
|
-------------------
|
|
HDF5 Version: @HDF5_PACKAGE_VERSION_STRING@
|
|
Configured on: @CONFIG_DATE@
|
|
Configured by: @CMAKE_GENERATOR@
|
|
Host system: @CMAKE_HOST_SYSTEM@
|
|
Uname information: @CMAKE_SYSTEM_NAME@
|
|
Byte sex: @BYTESEX@
|
|
Installation point: @CMAKE_INSTALL_PREFIX@
|
|
|
|
Compiling Options:
|
|
------------------
|
|
Build Mode: @CMAKE_BUILD_TYPE@
|
|
Debugging Symbols: @HDF5_ENABLE_SYMBOLS@
|
|
Asserts: @HDF5_ENABLE_ASSERTS@
|
|
Profiling: @HDF5_ENABLE_PROFILING@
|
|
Optimization Level: @HDF5_ENABLE_OPTIMIZATION@
|
|
|
|
Linking Options:
|
|
----------------
|
|
Libraries: @BUILD_NAME_EXT@
|
|
Statically Linked Executables: @BUILD_STATIC_EXECS@
|
|
LDFLAGS: @CMAKE_SHARED_LINKER_FLAGS@
|
|
H5_LDFLAGS: @H5_LDFLAGS@
|
|
AM_LDFLAGS: @AM_LDFLAGS@
|
|
Extra libraries: @LINK_LIBS@
|
|
Archiver: @CMAKE_AR@
|
|
Ranlib: @CMAKE_RANLIB@
|
|
|
|
Languages:
|
|
----------
|
|
C: YES
|
|
C Compiler: @CMAKE_C_COMPILER@ @CMAKE_C_COMPILER_VERSION@
|
|
CPPFLAGS: @CPPFLAGS@
|
|
H5_CPPFLAGS: @H5_CPPFLAGS@
|
|
AM_CPPFLAGS: @AM_CPPFLAGS@
|
|
CFLAGS: @CMAKE_C_FLAGS@
|
|
H5_CFLAGS: @HDF5_CMAKE_C_FLAGS@
|
|
AM_CFLAGS: @AM_CFLAGS@
|
|
Shared C Library: @H5_ENABLE_SHARED_LIB@
|
|
Static C Library: @H5_ENABLE_STATIC_LIB@
|
|
|
|
Fortran: @HDF5_BUILD_FORTRAN@
|
|
@BUILD_FORTRAN_CONDITIONAL_TRUE@ Fortran Compiler: @CMAKE_Fortran_COMPILER@ @CMAKE_Fortran_COMPILER_VERSION@
|
|
@BUILD_FORTRAN_CONDITIONAL_TRUE@ Fortran Flags: @CMAKE_Fortran_FLAGS@
|
|
@BUILD_FORTRAN_CONDITIONAL_TRUE@ H5 Fortran Flags: @HDF5_CMAKE_Fortran_FLAGS@
|
|
@BUILD_FORTRAN_CONDITIONAL_TRUE@ AM Fortran Flags: @AM_FCFLAGS@
|
|
@BUILD_FORTRAN_CONDITIONAL_TRUE@ Shared Fortran Library: @H5_ENABLE_SHARED_LIB@
|
|
@BUILD_FORTRAN_CONDITIONAL_TRUE@ Static Fortran Library: @H5_ENABLE_STATIC_LIB@
|
|
|
|
C++: @HDF5_BUILD_CPP_LIB@
|
|
@BUILD_CXX_CONDITIONAL_TRUE@ C++ Compiler: @CMAKE_CXX_COMPILER@ @CMAKE_CXX_COMPILER_VERSION@
|
|
@BUILD_CXX_CONDITIONAL_TRUE@ C++ Flags: @CMAKE_CXX_FLAGS@
|
|
@BUILD_CXX_CONDITIONAL_TRUE@ H5 C++ Flags: @HDF5_CMAKE_CXX_FLAGS@
|
|
@BUILD_CXX_CONDITIONAL_TRUE@ AM C++ Flags: @AM_CXXFLAGS@
|
|
@BUILD_CXX_CONDITIONAL_TRUE@ Shared C++ Library: @H5_ENABLE_SHARED_LIB@
|
|
@BUILD_CXX_CONDITIONAL_TRUE@ Static C++ Library: @H5_ENABLE_STATIC_LIB@
|
|
|
|
JAVA: @HDF5_BUILD_JAVA@
|
|
@BUILD_JAVA_CONDITIONAL_TRUE@ JAVA Compiler: @CMAKE_Java_COMPILER@ @Java_VERSION@
|
|
|
|
Features:
|
|
---------
|
|
Parallel HDF5: @HDF5_ENABLE_PARALLEL@
|
|
Parallel Filtered Dataset Writes: @PARALLEL_FILTERED_WRITES@
|
|
Large Parallel I/O: @LARGE_PARALLEL_IO@
|
|
High-level library: @HDF5_BUILD_HL_LIB@
|
|
Dimension scales w/ new references: @DIMENSION_SCALES_WITH_NEW_REF@
|
|
Build HDF5 Tests: @BUILD_TESTING@
|
|
Build HDF5 Tools: @HDF5_BUILD_TOOLS@
|
|
Build High-level HDF5 Tools: @HDF5_BUILD_HL_TOOLS@
|
|
Threadsafety: @HDF5_ENABLE_THREADSAFE@
|
|
Default API mapping: @DEFAULT_API_VERSION@
|
|
With deprecated public symbols: @HDF5_ENABLE_DEPRECATED_SYMBOLS@
|
|
I/O filters (external): @EXTERNAL_FILTERS@
|
|
MPE: @H5_HAVE_LIBLMPE@
|
|
Direct VFD: @H5_HAVE_DIRECT@
|
|
Mirror VFD: @H5_HAVE_MIRROR_VFD@
|
|
(Read-Only) S3 VFD: @H5_HAVE_ROS3_VFD@
|
|
(Read-Only) HDFS VFD: @H5_HAVE_LIBHDFS@
|
|
dmalloc: @H5_HAVE_LIBDMALLOC@
|
|
Packages w/ extra debug output: @INTERNAL_DEBUG_OUTPUT@
|
|
API Tracing: @HDF5_ENABLE_TRACE@
|
|
Using memory checker: @HDF5_ENABLE_USING_MEMCHECKER@
|
|
Memory allocation sanity checks: @HDF5_MEMORY_ALLOC_SANITY_CHECK@
|
|
Function Stack Tracing: @HDF5_ENABLE_CODESTACK@
|
|
Use file locking: @HDF5_FILE_LOCKING_SETTING@
|
|
Strict File Format Checks: @HDF5_STRICT_FORMAT_CHECKS@
|
|
Optimization Instrumentation: @HDF5_Enable_Instrument@
|