linux cdo 1.8.2 test results
Added by Barry McInnes almost 8 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 ============================================================================
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 ============================================================================
- TOTAL: 313
- PASS: 309
- SKIP: 3
- XFAIL: 0
- FAIL: 1
- XPASS: 0
- 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
test-suite.log (25.1 KB) test-suite.log |
Replies (1)
RE: linux cdo 1.8.2 test results - Added by Ralf Mueller almost 8 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