[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #YDL-921808]: Question



> Please find in attachment check.log after command
> make check

That looks good.

> After command
> make install
> I got message
> ==================================================
> $: make install
> 
> Making install in include
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/include'
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/include'
> make[2]: Nothing to be done for `install-exec-am'.
> test -z "/home/oper/INTEL/netcdf-4.2/include" || /bin/mkdir -p
> "/home/oper/INTEL/netcdf-4.2/include"
> /usr/bin/install -c -m 644 netcdf.h '/home/oper/INTEL/netcdf-4.2/include'
> /usr/bin/install: `netcdf.h' and
> `/home/oper/INTEL/netcdf-4.2/include/netcdf.h' are the same file

It looks like you must have specified to configure the option

  --prefix=/home/oper/INTEL/netcdf-4.2

which says to install the software in the same source directories where it was
built.  Sorry, but that generally doesn't work well.  Our documentation should
point out that doesn't work.  If you don't specify a prefix, it gets installed 
in /usr/local, which is fine if you have root or sudo permissions, but
otherwise you ould choose any location where you ave permissions necessary
to create directories and copy files, which is what "make install" does.

--Russ


 the same location for

> make[2]: *** [install-includeHEADERS] Error 1
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/include'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/include'
> make: *** [install-recursive] Error 1
> ==========================================================
> 
> Somewhere there is problem.
> 
> Thanks in advance.
> 
> With my best regards,
> Bosko
> 
> Unidata netCDF Support wrote:
> 
> >Bosko,
> >
> >
> >
> >>Thanks for your advice.
> >>After adjusting environmental paths I tried to install netcdf-4.2 and run
> >>
> >>/configure --prefix=/home/oper/INTEL/netcdf-4.2 --disable-netcdf-4
> >>--disable-dap
> >>
> >>Please find in attachment entire config.log
> >>
> >>Errors wihin config.log files are:
> >>================================================================
> >>icc: command line error: no files specified; for help type "icc -help"
> >>| /* Override any GCC internal prototype to avoid an error.
> >>icc: command line error: no files specified; for help type "icc -help"
> >>conftest.c(21): catastrophic error: cannot open source file "curl/curl.h"
> >>conftest.c(21): error #2379: cannot open source file "ac_nonexistent.h"
> >>conftest.c(21): error #2379: cannot open source file "ac_nonexistent.h"
> >>| /* Override any GCC internal prototype to avoid an error.
> >>conftest.c(90): error: expected an expression
> >>| /* Override any GCC internal prototype to avoid an error.
> >>configure:14689: checking for strerror
> >>
> >>
> >
> > ...
> >
> >
> >
> >>configure: exit 0
> >>
> >>
> >>
> >
> >The configure script ran successfully.  You shouldn't be concerned
> >with error messages in "config.log", as it says in the first few
> >lines:
> >
> >  This file contains any messages produced by compilers while
> >  running configure, to aid debugging if configure makes a mistake.
> >
> >Since running configure worked OK, all you have to run now is
> >
> >  make check
> >
> >and
> >
> >  make install
> >
> >from the top-level netcdf directory where you ran "configure".
> >
> >Please let us know if those commands don't complete successfully.
> >
> >--Russ
> >
> >Russ Rew                                         UCAR Unidata Program
> >address@hidden                      http://www.unidata.ucar.edu
> >
> >
> >
> >Ticket Details
> >===================
> >Ticket ID: YDL-921808
> >Department: Support netCDF
> >Priority: Normal
> >Status: Closed
> >
> >
> >
> >
> 
> 
> Making check in include
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/include'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/include'
> Making check in libdispatch
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/libdispatch'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/libdispatch'
> Making check in libsrc
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/libsrc'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/libsrc'
> Making check in liblib
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/liblib'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/liblib'
> Making check in nctest
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/nctest'
> make  nctest tst_rename
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/nctest'
> make[2]: `nctest' is up to date.
> make[2]: `tst_rename' is up to date.
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/nctest'
> make  check-TESTS
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/nctest'
> Testing V2 API with 2 different netCDF formats.
> 
> 
> Switching to netCDF classic format.
> *** Testing nccreate ...      ok ***
> *** Testing ncopen ...                ok ***
> *** Testing ncredef ...               ok ***
> *** Testing ncendef ...               ok ***
> *** Testing ncclose ...               ok ***
> *** Testing ncinquire ...     ok ***
> *** Testing ncsync ...                ok ***
> *** Testing ncabort ...               ok ***
> *** Testing ncdimdef ...      ok ***
> *** Testing ncdimid ...               ok ***
> *** Testing ncdiminq ...      ok ***
> *** Testing ncdimrename ...   ok ***
> *** Testing ncvardef ...      ok ***
> *** Testing ncvarid ...               ok ***
> *** Testing ncvarinq ...      ok ***
> *** Testing ncvarput1 ...     ok ***
> *** Testing ncvarget1 ...     ok ***
> *** Testing ncvarput ...      ok ***
> *** Testing ncvarget ...      ok ***
> *** Testing ncvarputg ...     ok ***
> *** Testing ncvargetg ...     ok ***
> *** Testing ncrecinq ...      ok ***
> *** Testing ncrecput ...      ok ***
> *** Testing ncrecget ...      ok ***
> *** Testing ncvarrename ...   ok ***
> *** Testing ncattput ...      ok ***
> *** Testing ncattinq ...      ok ***
> *** Testing ncattget ...      ok ***
> *** Testing ncattcopy ...     ok ***
> *** Testing ncattname ...     ok ***
> *** Testing ncattrename ...   ok ***
> *** Testing ncattdel ...      ok ***
> *** Testing nctypelen ...     ok ***
> 
> 
> Switching to 64-bit offset format.
> *** Testing nccreate ...      ok ***
> *** Testing ncopen ...                ok ***
> *** Testing ncredef ...               ok ***
> *** Testing ncendef ...               ok ***
> *** Testing ncclose ...               ok ***
> *** Testing ncinquire ...     ok ***
> *** Testing ncsync ...                ok ***
> *** Testing ncabort ...               ok ***
> *** Testing ncdimdef ...      ok ***
> *** Testing ncdimid ...               ok ***
> *** Testing ncdiminq ...      ok ***
> *** Testing ncdimrename ...   ok ***
> *** Testing ncvardef ...      ok ***
> *** Testing ncvarid ...               ok ***
> *** Testing ncvarinq ...      ok ***
> *** Testing ncvarput1 ...     ok ***
> *** Testing ncvarget1 ...     ok ***
> *** Testing ncvarput ...      ok ***
> *** Testing ncvarget ...      ok ***
> *** Testing ncvarputg ...     ok ***
> *** Testing ncvargetg ...     ok ***
> *** Testing ncrecinq ...      ok ***
> *** Testing ncrecput ...      ok ***
> *** Testing ncrecget ...      ok ***
> *** Testing ncvarrename ...   ok ***
> *** Testing ncattput ...      ok ***
> *** Testing ncattinq ...      ok ***
> *** Testing ncattget ...      ok ***
> *** Testing ncattcopy ...     ok ***
> *** Testing ncattname ...     ok ***
> *** Testing ncattrename ...   ok ***
> *** Testing ncattdel ...      ok ***
> *** Testing nctypelen ...     ok ***
> 
> Total number of failures: 0
> nctest SUCCESS!!!
> PASS: nctest
> 
> *** Testing v3/v4 API versions of some v2 tests.
> *** testing simple dim rename...ok.
> *** testing dim rename from nctest...ok.
> *** Tests successful!
> PASS: tst_rename
> PASS: compare_test_files.sh
> ==================
> All 3 tests passed
> ==================
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/nctest'
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/nctest'
> Making check in nc_test
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/nc_test'
> make  t_nc tst_small nc_test tst_misc tst_norm tst_names tst_nofill 
> tst_nofill2 tst_nofill3
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/nc_test'
> make[2]: `t_nc' is up to date.
> make[2]: `tst_small' is up to date.
> make[2]: `nc_test' is up to date.
> make[2]: `tst_misc' is up to date.
> make[2]: `tst_norm' is up to date.
> make[2]: `tst_names' is up to date.
> make[2]: `tst_nofill' is up to date.
> make[2]: `tst_nofill2' is up to date.
> make[2]: `tst_nofill3' is up to date.
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/nc_test'
> make  check-TESTS
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/nc_test'
> trying again
> dimrename: IXX
> nc_close ret = 0
> 
> reopen id = 65536 for filename t_nc.nc
> NC done
> GATTR VAR VATTR
> VATTR
> VATTR
> VATTR
> VATTR
> VATTR
> fill_seq indices       1 2 3  75.000000 != 2.718282
> Done
> got val = 3.250000
> got val = 0.000000
> got val = 2.718282
> got val = 82555
> got val = 97
> got NC_CHAR val = A (0x41)
> got NC_CHAR val = B (0x42)
> got NC_CHAR val = "The red death had long devastated the country."
> got val = A (0x41)
> got val = B (0x42)
> got val = "The red death had long devastated the country."
> got vals = 0.000000 ... 447.000000
> re nc_close ret = 0
> PASS: t_nc
> 
> *** Testing small files.
> Switching to 64-bit offset format.
> *** testing simple small file with a global attribute...ok.
> *** testing simple small file with fixed dimensions...ok.
> *** testing simple small file with an unlimited dimension...ok.
> *** testing small file with one variable...ok.
> *** testing small file with one variable and one att...ok.
> *** testing small file with one record variable, which grows...ok.
> *** testing small file with one growing record variable, with attributes 
> added...ok.
> *** testing small file with two growing record variables, with attributes 
> added...ok.
> Switching to netCDF classic format.
> *** testing simple small file with a global attribute...ok.
> *** testing simple small file with fixed dimensions...ok.
> *** testing simple small file with an unlimited dimension...ok.
> *** testing small file with one variable...ok.
> *** testing small file with one variable and one att...ok.
> *** testing small file with one record variable, which grows...ok.
> *** testing small file with one growing record variable, with attributes 
> added...ok.
> *** testing small file with two growing record variables, with attributes 
> added...ok.
> *** Tests successful!
> PASS: tst_small
> Testing 2 different netCDF formats.
> 
> 
> Switching to netCDF classic format.
> *** testing nc_strerror ... ok
> *** testing nc_open ... ok
> *** testing nc_close ... ok
> *** testing nc_inq ... ok
> *** testing nc_inq_dimid ... ok
> *** testing nc_inq_dim ... ok
> *** testing nc_inq_dimlen ... ok
> *** testing nc_inq_dimname ... ok
> *** testing nc_inq_varid ... ok
> *** testing nc_inq_var ... ok
> *** testing nc_inq_natts ... ok
> *** testing nc_inq_ndims ... ok
> *** testing nc_inq_nvars ... ok
> *** testing nc_inq_unlimdim ... ok
> *** testing nc_inq_vardimid ... ok
> *** testing nc_inq_varname ... ok
> *** testing nc_inq_varnatts ... ok
> *** testing nc_inq_varndims ... ok
> *** testing nc_inq_vartype ... ok
> *** testing nc_get_var_text ...  179 good comparisons. ok
> *** testing nc_get_var_uchar ...  264 good comparisons. ok
> *** testing nc_get_var_schar ...  269 good comparisons. ok
> *** testing nc_get_var_short ...  682 good comparisons. ok
> *** testing nc_get_var_int ...  1189 good comparisons. ok
> *** testing nc_get_var_long ...  1189 good comparisons. ok
> *** testing nc_get_var_float ...  1194 good comparisons. ok
> *** testing nc_get_var_double ...  1207 good comparisons. ok
> *** testing nc_get_var1_text ...  179 good comparisons. ok
> *** testing nc_get_var1_uchar ...  264 good comparisons. ok
> *** testing nc_get_var1_schar ...  269 good comparisons. ok
> *** testing nc_get_var1_short ...  682 good comparisons. ok
> *** testing nc_get_var1_int ...  1189 good comparisons. ok
> *** testing nc_get_var1_long ...  1189 good comparisons. ok
> *** testing nc_get_var1_float ...  1194 good comparisons. ok
> *** testing nc_get_var1_double ...  1207 good comparisons. ok
> *** testing nc_get_var1 ...  1386 good comparisons. ok
> *** testing nc_get_vara_text ...  179 good comparisons. ok
> *** testing nc_get_vara_uchar ...  264 good comparisons. ok
> *** testing nc_get_vara_schar ...  269 good comparisons. ok
> *** testing nc_get_vara_short ...  682 good comparisons. ok
> *** testing nc_get_vara_int ...  1189 good comparisons. ok
> *** testing nc_get_vara_long ...  1189 good comparisons. ok
> *** testing nc_get_vara_float ...  1194 good comparisons. ok
> *** testing nc_get_vara_double ...  1207 good comparisons. ok
> *** testing nc_get_vara ...  1386 good comparisons. ok
> *** testing nc_get_vars_text ...  179 good comparisons. ok
> *** testing nc_get_vars_uchar ...  264 good comparisons. ok
> *** testing nc_get_vars_schar ...  269 good comparisons. ok
> *** testing nc_get_vars_short ...  682 good comparisons. ok
> *** testing nc_get_vars_int ...  1189 good comparisons. ok
> *** testing nc_get_vars_long ...  1189 good comparisons. ok
> *** testing nc_get_vars_float ...  1194 good comparisons. ok
> *** testing nc_get_vars_double ...  1207 good comparisons. ok
> *** testing nc_get_vars ...  1386 good comparisons. ok
> *** testing nc_get_varm_text ...  179 good comparisons. ok
> *** testing nc_get_varm_uchar ...  264 good comparisons. ok
> *** testing nc_get_varm_schar ...  269 good comparisons. ok
> *** testing nc_get_varm_short ...  682 good comparisons. ok
> *** testing nc_get_varm_int ...  1189 good comparisons. ok
> *** testing nc_get_varm_long ...  1189 good comparisons. ok
> *** testing nc_get_varm_float ...  1194 good comparisons. ok
> *** testing nc_get_varm_double ...  1207 good comparisons. ok
> *** testing nc_get_varm ...  1386 good comparisons. ok
> *** testing nc_get_att_text ...  7 good comparisons. ok
> *** testing nc_get_att_uchar ...  5 good comparisons. ok
> *** testing nc_get_att_schar ...  7 good comparisons. ok
> *** testing nc_get_att_short ...  15 good comparisons. ok
> *** testing nc_get_att_int ...  19 good comparisons. ok
> *** testing nc_get_att_long ...  19 good comparisons. ok
> *** testing nc_get_att_float ...  21 good comparisons. ok
> *** testing nc_get_att_double ...  27 good comparisons. ok
> *** testing nc_get_att ...  34 good comparisons. ok
> *** testing nc_inq_att ... ok
> *** testing nc_inq_attname ... ok
> *** testing nc_inq_attid ... ok
> *** testing nc_inq_attlen ... ok
> *** testing nc_inq_atttype ... ok
> *** testing nc_create ... ok
> *** testing nc_redef ...  1386 good comparisons.  34 good comparisons.  1386 
> good comparisons.  34 good comparisons. ok
> *** testing nc_sync ...  34 good comparisons.  1386 good comparisons. ok
> *** testing nc_abort ...  1386 good comparisons.  34 good comparisons. ok
> *** testing nc_def_dim ... ok
> *** testing nc_rename_dim ... ok
> *** testing nc_def_var ... ok
> *** testing nc_put_var_text ...  179 good comparisons. ok
> *** testing nc_put_var_uchar ...  264 good comparisons. ok
> *** testing nc_put_var_schar ...  269 good comparisons. ok
> *** testing nc_put_var_short ...  682 good comparisons. ok
> *** testing nc_put_var_int ...  1189 good comparisons. ok
> *** testing nc_put_var_long ...  1189 good comparisons. ok
> *** testing nc_put_var_float ...  1194 good comparisons. ok
> *** testing nc_put_var_double ...  1207 good comparisons. ok
> *** testing nc_put_var1_text ...  179 good comparisons. ok
> *** testing nc_put_var1_uchar ...  264 good comparisons. ok
> *** testing nc_put_var1_schar ...  269 good comparisons. ok
> *** testing nc_put_var1_short ...  682 good comparisons. ok
> *** testing nc_put_var1_int ...  1189 good comparisons. ok
> *** testing nc_put_var1_long ...  1189 good comparisons. ok
> *** testing nc_put_var1_float ...  1194 good comparisons. ok
> *** testing nc_put_var1_double ...  1207 good comparisons. ok
> *** testing nc_put_var1 ...  1386 good comparisons. ok
> *** testing nc_put_vara_text ...  179 good comparisons. ok
> *** testing nc_put_vara_uchar ...  264 good comparisons. ok
> *** testing nc_put_vara_schar ...  269 good comparisons. ok
> *** testing nc_put_vara_short ...  682 good comparisons. ok
> *** testing nc_put_vara_int ...  1189 good comparisons. ok
> *** testing nc_put_vara_long ...  1189 good comparisons. ok
> *** testing nc_put_vara_float ...  1194 good comparisons. ok
> *** testing nc_put_vara_double ...  1207 good comparisons. ok
> *** testing nc_put_vara ...  1386 good comparisons. ok
> *** testing nc_put_vars_text ...  179 good comparisons. ok
> *** testing nc_put_vars_uchar ...  264 good comparisons. ok
> *** testing nc_put_vars_schar ...  269 good comparisons. ok
> *** testing nc_put_vars_short ...  682 good comparisons. ok
> *** testing nc_put_vars_int ...  1189 good comparisons. ok
> *** testing nc_put_vars_long ...  1189 good comparisons. ok
> *** testing nc_put_vars_float ...  1194 good comparisons. ok
> *** testing nc_put_vars_double ...  1207 good comparisons. ok
> *** testing nc_put_vars ...  1386 good comparisons. ok
> *** testing nc_put_varm_text ...  179 good comparisons. ok
> *** testing nc_put_varm_uchar ...  264 good comparisons. ok
> *** testing nc_put_varm_schar ...  269 good comparisons. ok
> *** testing nc_put_varm_short ...  682 good comparisons. ok
> *** testing nc_put_varm_int ...  1189 good comparisons. ok
> *** testing nc_put_varm_long ...  1189 good comparisons. ok
> *** testing nc_put_varm_float ...  1194 good comparisons. ok
> *** testing nc_put_varm_double ...  1207 good comparisons. ok
> *** testing nc_put_varm ...  1386 good comparisons. ok
> *** testing nc_rename_var ...  1386 good comparisons. ok
> *** testing nc_put_att_text ...  7 good comparisons. ok
> *** testing nc_put_att_uchar ...  5 good comparisons. ok
> *** testing nc_put_att_schar ...  7 good comparisons. ok
> *** testing nc_put_att_short ...  15 good comparisons. ok
> *** testing nc_put_att_int ...  19 good comparisons. ok
> *** testing nc_put_att_long ...  19 good comparisons. ok
> *** testing nc_put_att_float ...  21 good comparisons. ok
> *** testing nc_put_att_double ...  27 good comparisons. ok
> *** testing nc_put_att ...  34 good comparisons. ok
> *** testing nc_copy_att ...  34 good comparisons. ok
> *** testing nc_rename_att ...  34 good comparisons. ok
> *** testing nc_del_att ... ok
> *** testing nc_set_default_format ... ok
> 
> 
> Switching to 64-bit offset format.
> *** testing nc_strerror ... ok
> *** testing nc_open ... ok
> *** testing nc_close ... ok
> *** testing nc_inq ... ok
> *** testing nc_inq_dimid ... ok
> *** testing nc_inq_dim ... ok
> *** testing nc_inq_dimlen ... ok
> *** testing nc_inq_dimname ... ok
> *** testing nc_inq_varid ... ok
> *** testing nc_inq_var ... ok
> *** testing nc_inq_natts ... ok
> *** testing nc_inq_ndims ... ok
> *** testing nc_inq_nvars ... ok
> *** testing nc_inq_unlimdim ... ok
> *** testing nc_inq_vardimid ... ok
> *** testing nc_inq_varname ... ok
> *** testing nc_inq_varnatts ... ok
> *** testing nc_inq_varndims ... ok
> *** testing nc_inq_vartype ... ok
> *** testing nc_get_var_text ...  179 good comparisons. ok
> *** testing nc_get_var_uchar ...  264 good comparisons. ok
> *** testing nc_get_var_schar ...  269 good comparisons. ok
> *** testing nc_get_var_short ...  682 good comparisons. ok
> *** testing nc_get_var_int ...  1189 good comparisons. ok
> *** testing nc_get_var_long ...  1189 good comparisons. ok
> *** testing nc_get_var_float ...  1194 good comparisons. ok
> *** testing nc_get_var_double ...  1207 good comparisons. ok
> *** testing nc_get_var1_text ...  179 good comparisons. ok
> *** testing nc_get_var1_uchar ...  264 good comparisons. ok
> *** testing nc_get_var1_schar ...  269 good comparisons. ok
> *** testing nc_get_var1_short ...  682 good comparisons. ok
> *** testing nc_get_var1_int ...  1189 good comparisons. ok
> *** testing nc_get_var1_long ...  1189 good comparisons. ok
> *** testing nc_get_var1_float ...  1194 good comparisons. ok
> *** testing nc_get_var1_double ...  1207 good comparisons. ok
> *** testing nc_get_var1 ...  1386 good comparisons. ok
> *** testing nc_get_vara_text ...  179 good comparisons. ok
> *** testing nc_get_vara_uchar ...  264 good comparisons. ok
> *** testing nc_get_vara_schar ...  269 good comparisons. ok
> *** testing nc_get_vara_short ...  682 good comparisons. ok
> *** testing nc_get_vara_int ...  1189 good comparisons. ok
> *** testing nc_get_vara_long ...  1189 good comparisons. ok
> *** testing nc_get_vara_float ...  1194 good comparisons. ok
> *** testing nc_get_vara_double ...  1207 good comparisons. ok
> *** testing nc_get_vara ...  1386 good comparisons. ok
> *** testing nc_get_vars_text ...  179 good comparisons. ok
> *** testing nc_get_vars_uchar ...  264 good comparisons. ok
> *** testing nc_get_vars_schar ...  269 good comparisons. ok
> *** testing nc_get_vars_short ...  682 good comparisons. ok
> *** testing nc_get_vars_int ...  1189 good comparisons. ok
> *** testing nc_get_vars_long ...  1189 good comparisons. ok
> *** testing nc_get_vars_float ...  1194 good comparisons. ok
> *** testing nc_get_vars_double ...  1207 good comparisons. ok
> *** testing nc_get_vars ...  1386 good comparisons. ok
> *** testing nc_get_varm_text ...  179 good comparisons. ok
> *** testing nc_get_varm_uchar ...  264 good comparisons. ok
> *** testing nc_get_varm_schar ...  269 good comparisons. ok
> *** testing nc_get_varm_short ...  682 good comparisons. ok
> *** testing nc_get_varm_int ...  1189 good comparisons. ok
> *** testing nc_get_varm_long ...  1189 good comparisons. ok
> *** testing nc_get_varm_float ...  1194 good comparisons. ok
> *** testing nc_get_varm_double ...  1207 good comparisons. ok
> *** testing nc_get_varm ...  1386 good comparisons. ok
> *** testing nc_get_att_text ...  7 good comparisons. ok
> *** testing nc_get_att_uchar ...  5 good comparisons. ok
> *** testing nc_get_att_schar ...  7 good comparisons. ok
> *** testing nc_get_att_short ...  15 good comparisons. ok
> *** testing nc_get_att_int ...  19 good comparisons. ok
> *** testing nc_get_att_long ...  19 good comparisons. ok
> *** testing nc_get_att_float ...  21 good comparisons. ok
> *** testing nc_get_att_double ...  27 good comparisons. ok
> *** testing nc_get_att ...  34 good comparisons. ok
> *** testing nc_inq_att ... ok
> *** testing nc_inq_attname ... ok
> *** testing nc_inq_attid ... ok
> *** testing nc_inq_attlen ... ok
> *** testing nc_inq_atttype ... ok
> *** testing nc_create ... ok
> *** testing nc_redef ...  1386 good comparisons.  34 good comparisons.  1386 
> good comparisons.  34 good comparisons. ok
> *** testing nc_sync ...  34 good comparisons.  1386 good comparisons. ok
> *** testing nc_abort ...  1386 good comparisons.  34 good comparisons. ok
> *** testing nc_def_dim ... ok
> *** testing nc_rename_dim ... ok
> *** testing nc_def_var ... ok
> *** testing nc_put_var_text ...  179 good comparisons. ok
> *** testing nc_put_var_uchar ...  264 good comparisons. ok
> *** testing nc_put_var_schar ...  269 good comparisons. ok
> *** testing nc_put_var_short ...  682 good comparisons. ok
> *** testing nc_put_var_int ...  1189 good comparisons. ok
> *** testing nc_put_var_long ...  1189 good comparisons. ok
> *** testing nc_put_var_float ...  1194 good comparisons. ok
> *** testing nc_put_var_double ...  1207 good comparisons. ok
> *** testing nc_put_var1_text ...  179 good comparisons. ok
> *** testing nc_put_var1_uchar ...  264 good comparisons. ok
> *** testing nc_put_var1_schar ...  269 good comparisons. ok
> *** testing nc_put_var1_short ...  682 good comparisons. ok
> *** testing nc_put_var1_int ...  1189 good comparisons. ok
> *** testing nc_put_var1_long ...  1189 good comparisons. ok
> *** testing nc_put_var1_float ...  1194 good comparisons. ok
> *** testing nc_put_var1_double ...  1207 good comparisons. ok
> *** testing nc_put_var1 ...  1386 good comparisons. ok
> *** testing nc_put_vara_text ...  179 good comparisons. ok
> *** testing nc_put_vara_uchar ...  264 good comparisons. ok
> *** testing nc_put_vara_schar ...  269 good comparisons. ok
> *** testing nc_put_vara_short ...  682 good comparisons. ok
> *** testing nc_put_vara_int ...  1189 good comparisons. ok
> *** testing nc_put_vara_long ...  1189 good comparisons. ok
> *** testing nc_put_vara_float ...  1194 good comparisons. ok
> *** testing nc_put_vara_double ...  1207 good comparisons. ok
> *** testing nc_put_vara ...  1386 good comparisons. ok
> *** testing nc_put_vars_text ...  179 good comparisons. ok
> *** testing nc_put_vars_uchar ...  264 good comparisons. ok
> *** testing nc_put_vars_schar ...  269 good comparisons. ok
> *** testing nc_put_vars_short ...  682 good comparisons. ok
> *** testing nc_put_vars_int ...  1189 good comparisons. ok
> *** testing nc_put_vars_long ...  1189 good comparisons. ok
> *** testing nc_put_vars_float ...  1194 good comparisons. ok
> *** testing nc_put_vars_double ...  1207 good comparisons. ok
> *** testing nc_put_vars ...  1386 good comparisons. ok
> *** testing nc_put_varm_text ...  179 good comparisons. ok
> *** testing nc_put_varm_uchar ...  264 good comparisons. ok
> *** testing nc_put_varm_schar ...  269 good comparisons. ok
> *** testing nc_put_varm_short ...  682 good comparisons. ok
> *** testing nc_put_varm_int ...  1189 good comparisons. ok
> *** testing nc_put_varm_long ...  1189 good comparisons. ok
> *** testing nc_put_varm_float ...  1194 good comparisons. ok
> *** testing nc_put_varm_double ...  1207 good comparisons. ok
> *** testing nc_put_varm ...  1386 good comparisons. ok
> *** testing nc_rename_var ...  1386 good comparisons. ok
> *** testing nc_put_att_text ...  7 good comparisons. ok
> *** testing nc_put_att_uchar ...  5 good comparisons. ok
> *** testing nc_put_att_schar ...  7 good comparisons. ok
> *** testing nc_put_att_short ...  15 good comparisons. ok
> *** testing nc_put_att_int ...  19 good comparisons. ok
> *** testing nc_put_att_long ...  19 good comparisons. ok
> *** testing nc_put_att_float ...  21 good comparisons. ok
> *** testing nc_put_att_double ...  27 good comparisons. ok
> *** testing nc_put_att ...  34 good comparisons. ok
> *** testing nc_copy_att ...  34 good comparisons. ok
> *** testing nc_rename_att ...  34 good comparisons. ok
> *** testing nc_del_att ... ok
> *** testing nc_set_default_format ... ok
> 
> *** Total number of failures: 0
> *** nc_test SUCCESS!!!
> PASS: nc_test
> 
> *** Testing some extra stuff.
> *** Trying to open non-netCDF files of tiny length...ok.
> *** Tests successful!
> PASS: tst_misc
> 
> *** testing UTF-8 normalization...ok.
> *** Tests successful!
> PASS: tst_norm
> 
> *** testing names with file tst_names.nc...
> *** switching to netCDF classic format...ok.
> *** switching to netCDF 64-bit offset format...ok.
> *** Tests successful!
> PASS: tst_names
> 
> *** Testing nofill mode.
> *** Create file in nofill mode, writing all values...ok.
> *** Create file with same data in fill mode, writing all values...ok.
> *** Compare values in nofill mode and fill mode files...ok.
> *** Tests successful!
> PASS: tst_nofill
> 
> *** Testing nofill mode.
> *** Create file in nofill mode, writing all values......trying sizehint of 
> 1750000
> ok.
> *** Tests successful!
> PASS: tst_nofill2
> 
> *** Testing nofill mode.
> *** Create file in nofill mode using nc_create()...ok.
> *** Tests successful!
> PASS: tst_nofill3
> ==================
> All 9 tests passed
> ==================
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/nc_test'
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/nc_test'
> Making check in ncgen3
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncgen3'
> make  check-TESTS
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncgen3'
> *** Testing ncgen3.
> *** creating classic file c0.nc from c0.cdl...
> *** creating 64-bit offset file c0_64.nc from c0.cdl...
> *** Test successful!
> PASS: run_tests.sh
> =============
> 1 test passed
> =============
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncgen3'
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncgen3'
> Making check in ncgen
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncgen'
> make  check-TESTS
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncgen'
> *** Testing ncgen.
> *** creating classic file c0.nc from c0.cdl...
> *** creating 64-bit offset file c0_64.nc from c0.cdl...
> *** Test successful!
> PASS: run_tests.sh
> =============
> 1 test passed
> =============
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncgen'
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncgen'
> Making check in ncdump
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> make  check-recursive
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> Making check in cdl4
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncdump/cdl4'
> make[3]: Nothing to be done for `check'.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncdump/cdl4'
> Making check in expected4
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncdump/expected4'
> make[3]: Nothing to be done for `check'.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncdump/expected4'
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> make  rewrite-scalar ctest ctest64 ncdump tst_utf8
> make[4]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> make[4]: `rewrite-scalar' is up to date.
> make[4]: `ctest' is up to date.
> make[4]: `ctest64' is up to date.
> make[4]: `ncdump' is up to date.
> make[4]: `tst_utf8' is up to date.
> make[4]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> make  check-TESTS
> make[4]: Entering directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> 
> *** Testing ncgen and ncdump using some test CDL files.
> *** creating tst_small.nc from ref_tst_small.cdl...
> *** creating tst_small.cdl from tst_small.nc...
> *** creating test0.nc from test0.cdl...
> *** creating test1.cdl from test0.nc...
> *** creating test1.nc from test1.cdl...
> *** creating test2.cdl from test1.nc...
> *** checking that test1.cdl and test2.cdl are the same...
> *** All tests of ncgen and ncdump using test0.cdl passed!
> PASS: run_tests.sh
> 
> *** Testing ncgen and ncdump with 64-bit offset format.
> *** creating test0.nc from test0.cdl...
> *** creating test1.cdl from test0.nc...
> *** creating test1.nc from test1.cdl...
> *** creating test2.cdl from test1.nc...
> *** All ncgen and ncdump with 64-bit offset format tests passed!
> PASS: tst_64bit.sh
> PASS: ctest
> PASS: ctest64
> 
> *** Testing ncgen and ncdump test output for classic format.
> *** creating ctest1.cdl from ctest0.nc...
> *** creating c0.nc from c0.cdl...
> *** creating c1.cdl from c0.nc...
> *** comparing ncdump of C program output (ctest1.cdl) with c1.cdl...
> *** test output for ncdump -k
> *** test output for ncdump -x
> *** creating tst_ncml.nc from tst_ncml.cdl
> *** creating c1.ncml from tst_ncml.nc
> *** comparing ncdump -x of generated file with ref1.ncml ...
> *** test output for ncdump -s
> *** creating tst_mslp.nc from tst_mslp.cdl
> *** creating tst_format_att.cdl from tst_mslp.nc
> *** comparing ncdump -s of generated file with ref_tst_format_att.cdl ...
> *** All ncgen and ncdump test output for classic format passed!
> *** Testing ncgen and ncdump test output for 64-bit offset format.
> *** creating ctest1.cdl from test0_64.nc...
> *** creating c0.nc from c0.cdl...
> *** creating c1.cdl from c0.nc...
> *** comparing ncdump of C program output (ctest1_64.cdl) with c1.cdl...
> *** test output for ncdump -k
> *** test output for ncdump -s
> *** creating tst_mslp_64.nc from tst_mslp.cdl
> *** creating tst_format_att_64.cdl from tst_mslp_64.nc
> *** comparing ncdump -s of generated file with ref_tst_format_att_64.cdl ...
> *** All ncgen and ncdump test output for 64-bit offset format passed!
> PASS: tst_output.sh
> 
> *** testing length of classic file
> *** testing length of classic file written with NOFILL
> *** testing length of rewritten classic file
> *** testing length of rewritten classic file written with NOFILL
> *** testing length of 64-bit offset file
> *** testing length of 64-bit offset file written with NOFILL
> *** testing length of rewritten 64-bit offset file
> *** testing length of rewritten 64-bit offset file written with NOFILL
> *** testing length of one-record-variable classic file
> *** testing length of one-record-variable classic file written with NOFILL
> *** testing length of one-record-variable 64-bit offset file
> *** testing length of one-record-variable 64-bit offset file written with 
> NOFILL
> PASS: tst_lengths.sh
> 
> *** Testing ncdump -t output for times with CF calendar attribute
> *** creating netcdf file tst_calendars.nc from tst_calendars.cdl...
> *** creating tst_times.cdl from tst_calendars.nc with ncdump -t ...
> *** comparing tst_times.cdl with ref_times.cdl...
> 
> *** All ncdump test output for -t option with CF calendar atts passed!
> PASS: tst_calendars.sh
> 
> *** Testing UTF-8.
> *** creating UTF-8 test file tst_utf8.nc...ok.
> *** Tests successful!
> PASS: tst_utf8
> 
> *** Testing ncgen and ncdump for UTF8 support...
> *** creating classic offset file with utf8 characters...
> *** dump and compare utf8 output...
> *** creating 64-bit offset file with utf8 characters...
> *** (64 bit) dump and compare utf8 output...
> *** dumping tst_utf8.nc to tst_utf8.cdl...
> *** comparing tst_utf8.cdl with tst8.cdl...
> *** All utf8 tests of ncgen and ncdump passed!
> PASS: run_utf8_tests.sh
> 
> *** Testing netCDF-3 features of nccopy on ncdump/*.nc files
> *** copy c0.nc to copy_of_c0.nc ...
> *** compare  with copy_of_c0.cdl
> *** copy c0tmp.nc to copy_of_c0tmp.nc ...
> *** compare  with copy_of_c0tmp.cdl
> *** copy ctest0.nc to copy_of_ctest0.nc ...
> *** compare  with copy_of_ctest0.cdl
> *** copy ctest0_64.nc to copy_of_ctest0_64.nc ...
> *** compare  with copy_of_ctest0_64.cdl
> *** copy small.nc to copy_of_small.nc ...
> *** compare  with copy_of_small.cdl
> *** copy small2.nc to copy_of_small2.nc ...
> *** compare  with copy_of_small2.cdl
> *** copy test0.nc to copy_of_test0.nc ...
> *** compare  with copy_of_test0.cdl
> *** copy test1.nc to copy_of_test1.nc ...
> *** compare  with copy_of_test1.cdl
> *** copy tst_calendars.nc to copy_of_tst_calendars.nc ...
> *** compare  with copy_of_tst_calendars.cdl
> *** copy tst_mslp.nc to copy_of_tst_mslp.nc ...
> *** compare  with copy_of_tst_mslp.cdl
> *** copy tst_mslp_64.nc to copy_of_tst_mslp_64.nc ...
> *** compare  with copy_of_tst_mslp_64.cdl
> *** copy tst_ncml.nc to copy_of_tst_ncml.nc ...
> *** compare  with copy_of_tst_ncml.cdl
> *** copy tst_small.nc to copy_of_tst_small.nc ...
> *** compare  with copy_of_tst_small.cdl
> *** copy tst_utf8.nc to copy_of_tst_utf8.nc ...
> *** compare  with copy_of_tst_utf8.cdl
> *** copy utf8.nc to copy_of_utf8.nc ...
> *** compare  with copy_of_utf8.cdl
> *** Test nccopy -u
> *** creating tst_brecs.nc from tst_brecs.cdl...
> *** compare result of nccopy -u with expected result ...
> 
> *** All nccopy tests passed!
> PASS: tst_nccopy3.sh
> + set -e
> + echo ''
> 
> + echo '*** Running char _Fillvalue bug test.'
> *** Running char _Fillvalue bug test.
> + echo '*** Create tst_charfill.nc from tst_charfill.cdl...'
> *** Create tst_charfill.nc from tst_charfill.cdl...
> + rm -f tst_charfill.nc tmp_tst_charfill.cdl
> + ../ncgen/ncgen -b -o tst_charfill.nc ./tst_charfill.cdl
> + echo '*** dumping tst_charfill.nc to tmp_tst_charfill.cdl...'
> *** dumping tst_charfill.nc to tmp_tst_charfill.cdl...
> + ./ncdump tst_charfill.nc
> + echo '*** comparing tmp_tst_charfill.cdl with ref_tst_charfill.cdl...'
> *** comparing tmp_tst_charfill.cdl with ref_tst_charfill.cdl...
> + diff tmp_tst_charfill.cdl ./ref_tst_charfill.cdl
> + echo
> 
> + echo '*** All char _Fillvalue  bug test for netCDF-4 format passed!'
> *** All char _Fillvalue  bug test for netCDF-4 format passed!
> + exit 0
> PASS: tst_charfill.sh
> *** Running ncdump nc_iter test.
> create iter.cdl
> *** create iter.nc
> *** dumping iter.nc to iter.dmp
> *** reformat iter.dmp
> *** comparing iter.dmp with iter.cdl...
> *** PASS: ncdump iter tests
> PASS: tst_iter.sh
> *** Testing ncgen with -k1
> *** XFAIL: ref_tst_chardata
> + echo '*** PASSED: 12/12 ; 1 expected failures ; 0 unexpected failures'
> *** PASSED: 12/12 ; 1 expected failures ; 0 unexpected failures
> + test 0 -gt 0
> + exit 0
> *** Cycle testing ncgen with -k1
> xfail test: ref_tst_chardata: ignored
> *** PASSED: 16/16 ; 0 unexpected failures; 1 expected failures ignored
> PASS: tst_ncgen4_classic.sh
> ===================
> All 13 tests passed
> ===================
> make[4]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/ncdump'
> Making check in man4
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/man4'
> Making check in images
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/man4/images'
> make[2]: Nothing to be done for `check'.
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/man4/images'
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/man4'
> make[2]: Nothing to be done for `check-am'.
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/man4'
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/man4'
> Making check in examples
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/examples'
> Making check in C
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/examples/C'
> make  simple_xy_wr simple_xy_rd sfc_pres_temp_wr sfc_pres_temp_rd 
> pres_temp_4D_wr pres_temp_4D_rd
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/examples/C'
> make[3]: `simple_xy_wr' is up to date.
> make[3]: `simple_xy_rd' is up to date.
> make[3]: `sfc_pres_temp_wr' is up to date.
> make[3]: `sfc_pres_temp_rd' is up to date.
> make[3]: `pres_temp_4D_wr' is up to date.
> make[3]: `pres_temp_4D_rd' is up to date.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/examples/C'
> make  check-TESTS
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/examples/C'
> *** SUCCESS writing example file simple_xy.nc!
> PASS: simple_xy_wr
> *** SUCCESS reading example file simple_xy.nc!
> PASS: simple_xy_rd
> *** SUCCESS writing example file sfc_pres_temp.nc!
> PASS: sfc_pres_temp_wr
> *** SUCCESS reading example file sfc_pres_temp.nc!
> PASS: sfc_pres_temp_rd
> *** SUCCESS writing example file pres_temp_4D.nc!
> PASS: pres_temp_4D_wr
> *** SUCCESS reading example file pres_temp_4D.nc!
> PASS: pres_temp_4D_rd
> ==================
> All 6 tests passed
> ==================
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/examples/C'
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/examples/C'
> Making check in CDL
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/examples/CDL'
> make  check-TESTS
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/examples/CDL'
> 
> *** Creating example data files from CDL scripts.
> *** creating simple_xy.nc...
> *** checking sfc_pres_temp.nc...
> *** checking pres_temp_4D.nc...
> *** All example creations worked!
> PASS: create_sample_files.sh
> 
> *** Testing that the CDL examples produced same files as C examples.
> *** checking simple_xy.nc...
> *** checking sfc_pres_temp.nc...
> *** checking pres_temp_4D.nc...
> *** All CDL example comparisons worked!
> PASS: do_comps.sh
> ==================
> All 2 tests passed
> ==================
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/examples/CDL'
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/examples/CDL'
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/examples'
> make[2]: Nothing to be done for `check-am'.
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/examples'
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/examples'
> Making check in win32
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32'
> Making check in NET
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32/NET'
> Making check in examples
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32/NET/examples'
> make[3]: Nothing to be done for `check'.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32/NET/examples'
> Making check in libsrc
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32/NET/libsrc'
> make[3]: Nothing to be done for `check'.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32/NET/libsrc'
> Making check in ncdump
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32/NET/ncdump'
> make[3]: Nothing to be done for `check'.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32/NET/ncdump'
> Making check in ncgen
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32/NET/ncgen'
> make[3]: Nothing to be done for `check'.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32/NET/ncgen'
> Making check in nctest
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32/NET/nctest'
> make[3]: Nothing to be done for `check'.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32/NET/nctest'
> Making check in nc_test
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32/NET/nc_test'
> make[3]: Nothing to be done for `check'.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32/NET/nc_test'
> make[3]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32/NET'
> make[3]: Nothing to be done for `check-am'.
> make[3]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32/NET'
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32/NET'
> make[2]: Entering directory `/home/oper/INTEL/netcdf-4.2/win32'
> make[2]: Nothing to be done for `check-am'.
> make[2]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32'
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2/win32'
> make[1]: Entering directory `/home/oper/INTEL/netcdf-4.2'
> make[1]: Nothing to be done for `check-am'.
> make[1]: Leaving directory `/home/oper/INTEL/netcdf-4.2'
> 
Russ Rew                                         UCAR Unidata Program
address@hidden                      http://www.unidata.ucar.edu



Ticket Details
===================
Ticket ID: YDL-921808
Department: Support netCDF
Priority: Normal
Status: Closed