[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #CWH-106634]: Error in Test



Hi Phil,

>  I have installed netcdf-4.3.2, and, for the most part, it seems to be fine. 
> In the h5_test directory, it bombs on 1 of the 27 tests. Various error 
> reports are provided below. It looks like it is having trouble with some 
> filter functions. I have installed zlib, but not any other filter libraries. 
> Any help would be most appreciated!

It's not enough to have zlib installed, you also need to have built the
HDF5 libraries with zlib. That happens by default if you build from source
with zlib installed somewhere standard, where the HDF5 build system will
look, but if not, you need to run the configure script with the option 
  --with-zlib=DIR
where DIR is the directory where it's installed.

If you didn't build HDF5 from source, you can tell whether it was built
with zlib by looking at the lib/libhdf5.settings file where HDF5 was
installed.  Under "Features" in that file, you should see:
         I/O filters (external): deflate(zlib)
If you don't see that, you need to get an HDF5 library built with zlib,
or build it again from source.

> Thanks,
> Phil

You're welcome, I hope this helps.

--Russ

>     Checking HDF5 deflate, fletcher32, shuffle filter setting and 
> getting...Sorry! Unexpected     result, tst_h_vars.c, line: 305
> I have the following from the error stack:
> #000: H5Z.c line 1710 in H5Z_get_filter_info(): Filter not defined
>     major: Data filters
>     minor: Bad value
>   #001: H5Z.c line 1254 in H5Z_find(): required filter is not registered
>     major: Data filters
>     minor: Object not found
>   #002: H5Z.c line 1254 in H5Z_find(): required filter is not registered
>     major: Data filters
>     minor: Object not found
> Sorry! Unexpected result, tst_h_vars.c, line: 309
> 
> High level make check output.
> # TOTAL: 27
> # PASS:  26
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See h5_test/test-suite.log
> Please report to address@hidden
> ============================================================================
> make[2]: *** [test-suite.log] Error 1
> make[2]: Leaving directory 
> `/work/00046/tg457095/software/NewPism/NET4/netcdf-4.3.2/h5_test'
> make[1]: *** [check-TESTS] Error 2
> make[1]: Leaving directory 
> `/work/00046/tg457095/software/NewPism/NET4/netcdf-4.3.2/h5_test'
> make: *** [check-am] Error 2
> login2.stampede(142)$
> 
> 
> 
> 
Russ Rew                                         UCAR Unidata Program
address@hidden                      http://www.unidata.ucar.edu



Ticket Details
===================
Ticket ID: CWH-106634
Department: Support netCDF
Priority: Normal
Status: Closed