Project

General

Profile

linux cdo 1.8.2 test results

Added by Barry McInnes almost 7 years ago

On Red Hat Enterprise
Linux linux256.psd.ad 2.6.32-696.1.1.el6.x86_64 #1 SMP Tue Mar 21 12:19:18 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux
with
netcdf 4.4.1.1
hdf5 1.10.1
make4: Leaving directory '/usr/local/src/cdo-1.8.2/test' ============================================================================
Testsuite summary for cdo 1.8.2 ============================================================================
  1. TOTAL: 313
  2. PASS: 309
  3. SKIP: 3
  4. XFAIL: 0
  5. FAIL: 1
  6. XPASS: 0
attached test file
  1. ERROR: 0 ============================================================================
    See test/test-suite.log
    Please report to http://mpimet.mpg.de/cdo ============================================================================
    make3: * [Makefile:700: test-suite.log] Error 1
    make3: Leaving directory '/usr/local/src/cdo-1.8.2/test'
    make2:
    [Makefile:808: check-TESTS] Error 2
    make2: Leaving directory '/usr/local/src/cdo-1.8.2/test'
    make1:
    [Makefile:871: check-am] Error 2
    make1: Leaving directory '/usr/local/src/cdo-1.8.2/test'
    make: *
    [Makefile:446: check-recursive] Error 1

Replies (1)

RE: linux cdo 1.8.2 test results - Added by Ralf Mueller almost 7 years ago

Hi Barry!

this test is meant to fail, if CDO is build against a non-thread-safe installation of hdf5 (backend of netcdf4). Possible counter actions are

  • install thread-safe hdf5 with additional configure options
    --enable-threadsafe --enable-unsupported
    or
  • use CDO with the option
    -L
    This will serialize all internal IO operations

hth
ralf

    (1-1/1)