Skip to content

nc_test4 failed when using intel compilers #876

@dongli

Description

@dongli

Please provide as much of the following information as you can, as applicable to the issue being reported. Naturally, not all information is relevant to every issue, but the more information we have to start, the better!

Environment Information

Feel free to skip this if the issue is related to documentation, a feature request, or general discussion.

  • What platform are you using? (please provide specific distribution/version in summary)
    • Linux
    • Windows
    • OSX
    • Other
    • NA
  • 32 and/or 64 bit?
    • 32-bit
    • 64-bit
  • What build system are you using?
    • autotools (configure)
    • cmake
  • Can you provide a sample netCDF file or C code to recreate the issue?
    • Yes (please attach to this issue, thank you!)
    • No
    • Not at this time

Summary of Issue

I am install netcdf-c in a CentOS 7.4.1708 system with the following compilers:

  • C: icc version 13.1.0 (gcc version 4.7.0 compatibility)
  • Fortran: ifort version 13.1.0

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)

Steps to reproduce the behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions