Fortran library initialization fails in 1_14-9f7b987 (gfortran)
- Dominant language
- C
- Stars
- 988
- Forks
- 355
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 12
Description
**Describe the bug**
Library initialization fails.
Compilation flags: ../../../../base_libs/bin/h5fc -fPIC -cpp -DHDF5_1_10 -O2 -g -Wall -Wno-surprising -fcheck=all -fimplicit-none -fbacktrace -ffpe-trap=zero,overflow,invalid -I. -I../../../modules -I../../../../common_libs/modules -I../../../../base_libs/include -c utest_h5_param.f90 -o utest_h5_param.o
HDF5-DIAG: Error detected in HDF5 (1.14.4-9f7b987) thread 0:
#000: H5.c line 1025 in H5open(): library initialization failed
major: Function entry/exit
minor: Unable to initialize object
#001: H5.c line 270 in H5_init_library(): unable to initialize VOL interface
major: Function entry/exit
minor: Unable to initialize object
#002: H5VLint.c line 200 in H5VL_init_phase2(): unable to initialize datatype interface
major: Virtual Object Layer
minor: Unable to initialize object
#003: H5T.c line 849 in H5T_init(): unable to initialize floating-point types
major: Datatype
minor: Unable to initialize object
#004: H5Tinit_float.c line 582 in H5T__init_native_float_types(): failed to detect byte order
major: Datatype
minor: Unable to initialize object
#005: H5Tinit_float.c line 308 in H5T__fix_order(): failed to detect byte order
major: Datatype
minor: Unable to initialize object
**Expected behavior**
Library initialization does not fail.
**Platform (please complete the following information)**
- HDF5 version: hdf5_1_14-9f7b987
- OS and version: MacOS Sonoma 14.3.1
- Compiler and version: gfortran; gcc version 13.2.0
- Build system (e.g. CMake, Autotools) and version: ./configure
- Any configure options you specified: /configure --prefix="${BASEDIR}" --enable-fortran "${EXT_ZLIB}"
- MPI library and version (parallel HDF5): N/A
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.