Hi all,
on Redhat Scientific Linux System 7.2 with the Intel C compiler 15.0.4, I get
the following error messages during “make check” in nc_test/test-suite.log:
NetCDF: Numeric conversion not representable
This occurs multiple times and always for operations of type:
nc_get_*_schar
nc_put_*_schar
The system I am running is
Linux XXXX 3.10.0-327.10.1.el7.x86_64 #1 SMP Tue Feb 16 06:09:11 CST 2016
x86_64 x86_64 x86_64 GNU/Linux
and the 64bit version of the Intel Compilers is loaded. As far as I understand
from my search on the internet, it has got to do with type conversions, but for
schar variables this seems a bit strange to me.
Does anyone have come across this error?
Thanks,
Dom