-
Sub-task
-
Resolution: Fixed
-
Medium
-
None
-
Linux 32 bit
-
ECMWF
"unpackedSubsetPrecision" value is used for "ieee_floats".
ieee_floats=2 means bytes=8 and grib_long_to_ieee64 is used,
which is supported only when sizeof(double) == sizeof(long) .
Use unpackedSubsetPrecision=1 on linux 32 bit system, which means
grib_long_to_ieee is to be used.
Note that this test is currently disabled on Windows.
The proposal patch fixes the following test failure on 32 bit:
# 131 - eccodes_t_grib_lam_bf
- blocks
-
SUP-2408 some eccodes tests fail on i686 platform
- Resolved