Project

General

Profile

Make check fails when I build cdo

Added by Ashwin D over 9 years ago

I built cdo with the following commands

/configure --prefix=/usr/local CFLAGS=-fPIC --with-netcdf=/usr/local --with-jasper=/usr/local --with-hdf5=/usr/local --with-grib_api=/usr/local
‘make’, ‘make check’.

When I run make check I get the below mentioned errors -

Any suggestions would be appreciated.

checksum error for varID 0, code 129!
acf6abcc != d119c2ed
checksum error for varID 1, code 130!
465a9f3b != 084ed5c8
checksum error for varID 2, code 131!
3565f2b3 != c52f8e8c
checksum error for varID 3, code 132!
acf6abcc != d119c2ed
checksum error for varID 4, code 133!
3565f2b3 != c52f8e8c
FAIL: pio_write_run
SKIP: pio_cksum_mpinonb
SKIP: pio_cksum_fpguard
SKIP: pio_cksum_asynch
SKIP: pio_cksum_writer
SKIP: pio_cksum_cdf
PASS: test_resource_copy
checksum error for varID 0, code 129!
acf6abcc != d119c2ed
checksum error for varID 1, code 130!
465a9f3b != 084ed5c8
checksum error for varID 2, code 131!
3565f2b3 != c52f8e8c
checksum error for varID 3, code 132!
acf6abcc != d119c2ed
checksum error for varID 4, code 133!
3565f2b3 != c52f8e8c
FAIL: pio_write_deco2d_run =================================================
2 of 12 tests failed
(5 tests were not run)
Please report to http://code.zmaw.de/projects/cdi


Replies (3)

RE: Make check fails when I build cdo - Added by Ashwin D over 9 years ago

Hello,
It is been over a week without any response so far. If somebody can help me with this then I can finish my installation and move on to working with real data.

RE: Make check fails when I build cdo - Added by Ashwin D over 9 years ago

Hello,
Thanks to Kameshwar Rao Modali I was able to resolve this problem satisfactorily. This apparently is a problem on the Intel icc platform alone. In Kameshwar's own words "It seems the MPI library is getting invoked in the build and the parallel IO tests of CDI are failing, CDO as such doesnt need MPI. Hence this can be safely ignored." I presume they will do a new release with this make check problem fixed.
Thanks to Kameshwar for his support again.
Regards,
Ashwin.

RE: Make check fails when I build cdo - Added by Uwe Schulzweida over 9 years ago

Which compiler and CDO version you are using?
For Intel icc you have to add the option "-fp-model source" to the CFLAGS in order to pass all checks.

    (1-3/3)