Forum - netcdf-c-4.7.2

Jump to navigation Jump to search
Overview > Topics > Porting > netcdf-c-4.7.2
[#23]

Dear all,

I confirmed that "make check" of netcdf-c-4.7.2 was passed by NEC C/C++ compiler version 2.5.1, 3.0.8 with the attached patch. This patch is necessary to supress side effect of vectorization.

$ tar xzf netcdf-c-4.7.2.tar.gz
$ cd netcdf-c-4.7.2
$ patch -p0 < ncx.patch
$ export CC=ncc-3.0.8
$ export LDFLAGS="-L<library directory path of zlib and hdf5>"
$ export CPPFLAGS="-I<include directory path of zlib and hdf5>"
$ export VE_LD_LIBRARY_PATH=<library path of zlib, hdf5 and netcdf-c>
$ ./configure --disable-dap --prefix=<netcdf-c install path>
$ make install
$ make check
Posted by NEC admin (administrator) on 17 June 2022 at 01:39.
Edited by NEC admin (administrator) on 20 June 2022 at 08:11.