The dependent zlib, szip, hdf5 (1.10.1) have already be installed. The make is done, but make check gave the following errors from nc_test4/test-suite.log:
===========================================
netCDF 4.6.0: nc_test4/test-suite.log
===========================================
# TOTAL: 66
# PASS: 64
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: tst_filterparser
======================
mismatch: N.A. [7] baseline=0d params=3287505826
mismatch: N.A. [8] baseline=0d params=1097305129
mismatch2: ud.d [7-8] baseline=0d,0d params=3287505826,1097305129
Testing filter parser.
FAIL tst_filterparser (exit status: 1)
FAIL: tst_filter
================
findplugin.sh loaded
final HDF5_PLUGIN_PATH=/tmp/starman/netcdf-c/netcdf-4.6.0/nc_test4/hdf5plugins/.libs
*** Testing dynamic filters using API
*** Testing API: bzip2 compression.
show parameters for bzip2: level=9
show chunks: chunks=4,4,4,4
*** Testing API: bzip2 decompression.
data comparison: |array|=256
no data errors
*** Pass: API dynamic filter
*** Testing dynamic filters parameter passing
test1: compression.
test: nparams=14: params= 1 239 23 65511 27 77 93 1145389056 0 0 1 2147483648 4294967295 4294967295
chunks=4,4,4,4
test1: decompression.
data comparison: |array|=256
no data errors
1c1
< var:_Filter = "32768,1,239,23,65511,27,77,93,1145389056,0,0,1,2147483648,4294967295,4294967295" ;
---
> var:_Filter = "32768,1,239,23,65511,27,77,93,1145389056,3287505826,1097305129,1,2147483648,4294967295,4294967295" ;
FAIL tst_filter.sh (exit status: 1)
Environment Information
configure)Ccode to recreate the issue?Summary of Issue
I am install netcdf-c in a CentOS 7.4.1708 system with the following compilers:
icc version 13.1.0 (gcc version 4.7.0 compatibility)ifort version 13.1.0The dependent zlib, szip, hdf5 (1.10.1) have already be installed. The
makeis done, butmake checkgave the following errors fromnc_test4/test-suite.log:Steps to reproduce the behavior