Hi again,
quick update - this doesn’t show up with netcdf-4.3.3.1 on the very same
system. My call to ./configure:
./configure \
--prefix=/…somedir… \
--disable-dap \
--enable-netcdf-4 \
--enable-netcdf4 \
--enable-pnetcdf \
--enable-parallel-tests \
--enable-shared \
--enable-static 2>&1 | tee log.config
make 2>&1 | tee log.make
sed -i 's/mpiexec/srun -N 1/g' `grep -lRie 'mpiexec' *`
make check 2>&1 | tee log.check
Cheers,
Dom
> On 18/03/2016, at 5:21 PM, Dominikus Heinzeller <climbfuji@xxxxxxxxx> wrote:
>
> 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