failure running pnetcdf tests

michael bane michael.bane at manchester.ac.uk
Tue Jan 9 15:31:03 CST 2007


-------- Forwarded Message --------
> From: michael bane <michael.bane at manchester.ac.uk>
> To: parallel-netcdf at mcs.anl.gov
> Subject: failure running pnetcdf tests
> Date: Sat, 06 Jan 2007 18:11:27 +0000
> 
> Folks
> 
> I've just downloaded the pnetCDF tarball and attempted to install on my
> box with mpich2 and Intel compilers. When running
>         ~/src/parallel-netcdf-1.0.1/test/nf_test$ ./nf_test
> I get numerous errors immediately, starting with
>         *** Testing nfmpi_strerror ...
>         *** Testing nfmpi_open ...
>          0: MPI_File_open error = File does not exist, error stack:
>         ADIOI_UFS_OPEN(53): File tooth-fairy.nc does not exist
>          nfmpi_open of nonexistent file should    have returned system
>         error
>          0: MPI_File_open error = File does not exist, error stack:
>         ADIOI_UFS_OPEN(53): File test.nc does not exist
>          nfmpi_open: Can not open/create file
>          nfmpi_redef of read-only file should fail
>          0: MPI_File_open error = File does not exist, error stack:
>         ADIOI_UFS_OPEN(53): File test.nc does not exist
>          nfmpi_open: Can not open/create file
>          nfmpi_close: Not a netCDF id
>         
>            ###            8  FAILURES TESTING nfmpi_open! ###
> 
> I am at a lost as to what this errors mean or if I've misunderstood
> instructions so any tips welcome!
> 
> Thanks, Michael


Thanks to Robert who advised I should be running
 nf_test -c && nf_test -v
However, for both FORTRAN and C I get many more errors than
"expected"... anybody know where I should be looking to see what I've
done wrong? Thanks, Michael

michael at manchester-campaigns:~/src/parallel-netcdf-1.0.1/test/nf_test$
mpirun -np 1 ./nf_test -c
michael at manchester-campaigns:~/src/parallel-netcdf-1.0.1/test/nf_test$
mpirun -np 1 ./nf_test -v > nf_test.out 2>&1

OUTPUT: 
*** Testing nfmpi_strerror ... 
  
*** Testing nfmpi_open ... 
 0: MPI_File_open error = File does not exist, error stack:
ADIOI_UFS_OPEN(53): File tooth-fairy.nc does not exist
 nfmpi_open of nonexistent file should    have returned system error
  
  
   ###            1  FAILURES TESTING nfmpi_open! ###
*** Testing nfmpi_close ... 
  
*** Testing nfmpi_inq ... 
  
*** Testing nfmpi_inq_dimid ... 
  
*** Testing nfmpi_inq_dim ... 
  
*** Testing nfmpi_inq_dimlen ... 
  
*** Testing nfmpi_inq_dimname ... 
  
*** Testing nfmpi_inq_varid ... 
  
*** Testing nfmpi_inq_var ... 
  
*** Testing nfmpi_inq_natts ... 
  
*** Testing nfmpi_inq_ndims ... 
  
*** Testing nfmpi_inq_nvars ... 
  
*** Testing nfmpi_inq_unlimdim ... 
  
*** Testing nfmpi_inq_vardimid ... 
  
*** Testing nfmpi_inq_varname ... 
  
*** Testing nfmpi_inq_varnatts ... 
  
*** Testing nfmpi_inq_varndims ... 
  
*** Testing nfmpi_inq_vartype ... 
  
*** Testing nfmpi_get_var1_text ... 
  
         179  good comparisons.
  
*** Testing nfmpi_get_var1_int1 ... 
  
         269  good comparisons.
  
*** Testing nfmpi_get_var1_int2 ... 
  
         682  good comparisons.
  
*** Testing nfmpi_get_var1_int ... 
  
        1191  good comparisons.
  
*** Testing nfmpi_get_var1_real ... 
  
        1203  good comparisons.
  
*** Testing nfmpi_get_var1_double ... 
  
        1212  good comparisons.
  
*** Testing nfmpi_get_var_text ... 
  
         179  good comparisons.
  
*** Testing nfmpi_get_var_int1 ... 
  
         269  good comparisons.
  
*** Testing nfmpi_get_var_int2 ... 
  
         682  good comparisons.
  
*** Testing nfmpi_get_var_int ... 
  
        1191  good comparisons.
  
*** Testing nfmpi_get_var_real ... 
  
        1203  good comparisons.
  
*** Testing nfmpi_get_var_double ... 
  
        1212  good comparisons.
  
*** Testing nfmpi_get_vara_text ... 
  
         179  good comparisons.
  
*** Testing nfmpi_get_vara_int1 ... 
  
         269  good comparisons.
  
*** Testing nfmpi_get_vara_int2 ... 
  
         682  good comparisons.
  
*** Testing nfmpi_get_vara_int ... 
  
        1191  good comparisons.
  
*** Testing nfmpi_get_vara_real ... 
  
        1203  good comparisons.
  
*** Testing nfmpi_get_vara_double ... 
  
        1212  good comparisons.
  
*** Testing nfmpi_get_vars_text ... 
  
         293  good comparisons.
  
*** Testing nfmpi_get_vars_int1 ... 
  
         553  good comparisons.
  
*** Testing nfmpi_get_vars_int2 ... 
  
        1250  good comparisons.
  
*** Testing nfmpi_get_vars_int ... 
  
        2309  good comparisons.
  
*** Testing nfmpi_get_vars_real ... 
  
        2095  good comparisons.
  
*** Testing nfmpi_get_vars_double ... 
  
        2134  good comparisons.
  
*** Testing nfmpi_get_varm_text ... 
  
         179  good comparisons.
  
*** Testing nfmpi_get_varm_int1 ... 
  
         269  good comparisons.
  
*** Testing nfmpi_get_varm_int2 ... 
  
         682  good comparisons.
  
*** Testing nfmpi_get_varm_int ... 
  
        1191  good comparisons.
  
*** Testing nfmpi_get_varm_real ... 
  
        1203  good comparisons.
  
*** Testing nfmpi_get_varm_double ... 
  
        1212  good comparisons.
  
*** Testing nfmpi_get_att_text ... 
  
           7  good comparisons.
  
*** Testing nfmpi_get_att_int1 ... 
  
           7  good comparisons.
  
*** Testing nfmpi_get_att_int2 ... 
  
          15  good comparisons.
  
*** Testing nfmpi_get_att_int ... 
  
          21  good comparisons.
  
*** Testing nfmpi_get_att_real ... 
  
          29  good comparisons.
  
*** Testing nfmpi_get_att_double ... 
  
          33  good comparisons.
  
*** Testing nfmpi_inq_att ... 
  
*** Testing nfmpi_inq_attname ... 
  
*** Testing nfmpi_inq_attid ... 
  
*** Testing nfmpi_inq_attlen ... 
  
*** Testing nfmpi_inq_atttype ... 
  
*** Testing nfmpi_create ... 
 0: MPI_File_open error = Other I/O error , error stack:
ADIOI_UFS_OPEN(83): Other I/O error File exists
 attempt to overwrite file: Can not open/create file
  
  
   ###            2  FAILURES TESTING nfmpi_create! ###
*** Testing nfmpi_redef ... 
  
        1391  good comparisons.
  
          40  good comparisons.
  
*** Testing nfmpi_enddef ... 
  
        1391  good comparisons.
  
          40  good comparisons.
  
*** Testing nfmpi_sync ... 
  
          40  good comparisons.
  
        1391  good comparisons.
  
*** Testing nfmpi_abort ... 
  
        1391  good comparisons.
  
          40  good comparisons.
  
*** Testing nfmpi_def_dim ... 
  
*** Testing nfmpi_rename_dim ... 
  
*** Testing nfmpi_def_var ... 
  
*** Testing nfmpi_put_var1_text ... 
  
         179  good comparisons.
  
*** Testing nfmpi_put_var1_int1 ... 
  
         269  good comparisons.
  
*** Testing nfmpi_put_var1_int2 ... 
  
         682  good comparisons.
  
*** Testing nfmpi_put_var1_int ... 
  
        1191  good comparisons.
  
*** Testing nfmpi_put_var1_real ... 
 Var value read not that expected
  
 varid: %d          10
 var_name: ir
 index:
             2
 expect:    2147483647.00000     
 got:   -2147483648.00000     
  
        1199  good comparisons.
  
  
   ###           32  FAILURES TESTING nfmpi_put_var1_real! ###
*** Testing nfmpi_put_var1_double ... 
  
        1212  good comparisons.
  
*** Testing nfmpi_put_var_text ... 
  
         179  good comparisons.
  
*** Testing nfmpi_put_var_int1 ... 
  
         269  good comparisons.
  
*** Testing nfmpi_put_var_int2 ... 
  
         682  good comparisons.
  
*** Testing nfmpi_put_var_int ... 
  
        1191  good comparisons.
  
*** Testing nfmpi_put_var_real ... 
 Numeric conversion not
representable                                           
  
 Numeric conversion not
representable                                           
  
 Numeric conversion not
representable                                           
  
 Var value read not that expected
  
 varid: %d          10
 var_name: ir
 index:
  
        1199  good comparisons.
  
  
   ###           35  FAILURES TESTING nfmpi_put_var_real! ###
*** Testing nfmpi_put_var_double ... 
  
        1212  good comparisons.
  
*** Testing nfmpi_put_vara_text ... 
  
         179  good comparisons.
  
*** Testing nfmpi_put_vara_int1 ... 
  
         269  good comparisons.
  
*** Testing nfmpi_put_vara_int2 ... 
  
         682  good comparisons.
  
*** Testing nfmpi_put_vara_int ... 
  
        1191  good comparisons.
  
*** Testing nfmpi_put_vara_real ... 
 Numeric conversion not
representable                                           
  
 Numeric conversion not
representable                                           
  
 Numeric conversion not
representable                                           
  
 Var value read not that expected
  
 varid: %d          10
 var_name: ir
 index:
  
        1199  good comparisons.
  
  
   ###           35  FAILURES TESTING nfmpi_put_vara_real! ###
*** Testing nfmpi_put_vara_double ... 
  
        1212  good comparisons.
  
*** Testing nfmpi_put_vars_text ... 
  
         179  good comparisons.
  
*** Testing nfmpi_put_vars_int1 ... 
  
         269  good comparisons.
  
*** Testing nfmpi_put_vars_int2 ... 
  
         682  good comparisons.
  
*** Testing nfmpi_put_vars_int ... 
  
        1191  good comparisons.
  
*** Testing nfmpi_put_vars_real ... 
 Numeric conversion not
representable                                           
  
 Numeric conversion not
representable                                           
  
 Numeric conversion not
representable                                           
  
 Var value read not that expected
  
 varid: %d          10
 var_name: ir
 index:
  
        1199  good comparisons.
  
  
   ###           35  FAILURES TESTING nfmpi_put_vars_real! ###
*** Testing nfmpi_put_vars_double ... 
  
        1212  good comparisons.
  
*** Testing nfmpi_put_varm_text ... 
  
         179  good comparisons.
  
*** Testing nfmpi_put_varm_int1 ... 
  
         269  good comparisons.
  
*** Testing nfmpi_put_varm_int2 ... 
  
         682  good comparisons.
  
*** Testing nfmpi_put_varm_int ... 
  
        1191  good comparisons.
  
*** Testing nfmpi_put_varm_real ... 
 Numeric conversion not
representable                                           
  
 Numeric conversion not
representable                                           
  
 Numeric conversion not
representable                                           
  
 Var value read not that expected
  
 varid: %d          10
 var_name: ir
 index:
  
        1199  good comparisons.
  
  
   ###           35  FAILURES TESTING nfmpi_put_varm_real! ###
*** Testing nfmpi_put_varm_double ... 
  
        1212  good comparisons.
  
*** Testing nfmpi_rename_var ... 
  
        1391  good comparisons.
  
*** Testing nfmpi_put_att_text ... 
  
           7  good comparisons.
  
*** Testing nfmpi_put_att_int1 ... 
  
           7  good comparisons.
  
*** Testing nfmpi_put_att_int2 ... 
  
          15  good comparisons.
  
*** Testing nfmpi_put_att_int ... 
  
          21  good comparisons.
  
*** Testing nfmpi_put_att_real ... 
 Numeric conversion not
representable                                           
  
 att. value read not that expected
  
 varid:            0
 att_name: Gi
 element number:            2
 expect:    2147483647.00000     
 got:   -2147483648.00000     
  
          27  good comparisons.
  
  
   ###           15  FAILURES TESTING nfmpi_put_att_real! ###
*** Testing nfmpi_put_att_double ... 
  
          33  good comparisons.
  
*** Testing nfmpi_copy_att ... 
  
          40  good comparisons.
  
*** Testing nfmpi_rename_att ... 
  
          40  good comparisons.
  
*** Testing nfmpi_del_att ... 
  
*** Testing nfmpi_set_fill ... 
  
 NOTE: Parallel-netcdf expects to see 3 failures
 Total number of failures:          190



michael at manchester-campaigns:~/src/parallel-netcdf-1.0.1/test/nc_test$
mpirun -np 1 ./nc_test -c
michael at manchester-campaigns:~/src/parallel-netcdf-1.0.1/test/nc_test$
mpirun -np 1 ./nc_test -v > nc_test.out 2>&1

OUTPUT:
*** Testing ncmpi_strerror ... 
ok
*** Testing ncmpi_open ...  0: MPI_File_open error = File does not
exist, error stack:
ADIOI_UFS_OPEN(53): File tooth-fairy.nc does not exist

	FAILURE at line 97 of test_read.c: ncmpi_open of nonexistent file
should have returned system error

	### 1 FAILURES TESTING ncmpi_open! ###
*** Testing ncmpi_close ... 
ok
*** Testing ncmpi_inq ... 
ok
*** Testing ncmpi_inq_dimid ... 
ok
*** Testing ncmpi_inq_dim ... 
ok
*** Testing ncmpi_inq_dimlen ... 
ok
*** Testing ncmpi_inq_dimname ... 
ok
*** Testing ncmpi_inq_varid ... 
ok
*** Testing ncmpi_inq_var ... 
ok
*** Testing ncmpi_inq_natts ... 
ok
*** Testing ncmpi_inq_ndims ... 
ok
*** Testing ncmpi_inq_nvars ... 
ok
*** Testing ncmpi_inq_unlimdim ... 
ok
*** Testing ncmpi_inq_vardimid ... 
ok
*** Testing ncmpi_inq_varname ... 
ok
*** Testing ncmpi_inq_varnatts ... 
ok
*** Testing ncmpi_inq_varndims ... 
ok
*** Testing ncmpi_inq_vartype ... 
ok
*** Testing ncmpi_get_var_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_get_var_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_get_var_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_get_var_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_get_var_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_var_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_var_float ... 
 1198 good comparisons. 
ok
*** Testing ncmpi_get_var_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_get_var1_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_get_var1_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_get_var1_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_get_var1_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_get_var1_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_var1_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_var1_float ... 
 1198 good comparisons. 
ok
*** Testing ncmpi_get_var1_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_get_vara_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_get_vara_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_get_vara_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_get_vara_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_get_vara_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_vara_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_vara_float ... 
 1198 good comparisons. 
ok
*** Testing ncmpi_get_vara_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_get_vars_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_get_vars_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_get_vars_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_get_vars_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_get_vars_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_vars_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_vars_float ... 
 1198 good comparisons. 
ok
*** Testing ncmpi_get_vars_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_get_varm_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_get_varm_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_get_varm_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_get_varm_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_get_varm_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_varm_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_get_varm_float ... 
 1198 good comparisons. 
ok
*** Testing ncmpi_get_varm_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_get_att_text ... 
 7 good comparisons. 
ok
*** Testing ncmpi_get_att_uchar ... 
 5 good comparisons. 
ok
*** Testing ncmpi_get_att_schar ... 
 7 good comparisons. 
ok
*** Testing ncmpi_get_att_short ... 
 15 good comparisons. 
ok
*** Testing ncmpi_get_att_int ... 
 19 good comparisons. 
ok
*** Testing ncmpi_get_att_long ... 
 19 good comparisons. 
ok
*** Testing ncmpi_get_att_float ... 
 23 good comparisons. 
ok
*** Testing ncmpi_get_att_double ... 
 27 good comparisons. 
ok
*** Testing ncmpi_inq_att ... 
ok
*** Testing ncmpi_inq_attname ... 
ok
*** Testing ncmpi_inq_attid ... 
ok
*** Testing ncmpi_inq_attlen ... 
ok
*** Testing ncmpi_inq_atttype ... 
ok
*** Testing ncmpi_create ...  0: MPI_File_open error = Other I/O error ,
error stack:
ADIOI_UFS_OPEN(83): Other I/O error File exists

	FAILURE at line 57 of test_write.c: attempt to overwrite file: status =
-32

	### 1 FAILURES TESTING ncmpi_create! ###
*** Testing ncmpi_redef ... 
 1386 good comparisons. 
 34 good comparisons. 
ok
*** Testing ncmpi_sync ... 
 34 good comparisons. 
 1386 good comparisons. 
ok
*** Testing ncmpi_abort ... 
 1386 good comparisons. 
 34 good comparisons. 
ok
*** Testing ncmpi_def_dim ... 
ok
*** Testing ncmpi_rename_dim ... 
ok
*** Testing ncmpi_def_var ... 
ok
*** Testing ncmpi_put_var_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_put_var_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_put_var_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_put_var_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_put_var_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_var_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_var_float ... 
	FAILURE at line 2912 of test_put.c: Numeric conversion not
representable
	FAILURE at line 2961 of test_put.c: Numeric conversion not
representable
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 9, var_name: ir, index: 1, expect: 2.14748e+09, got: -2.14748e+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 21, var_name: i2, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 27, var_name: i3, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 33, var_name: i4, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
 1194 good comparisons. 

	### 6 FAILURES TESTING ncmpi_put_var_float! ###
*** Testing ncmpi_put_var_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_put_var1_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_put_var1_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_put_var1_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_put_var1_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_put_var1_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_var1_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_var1_float ... 
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 9, var_name: ir, index: 1, expect: 2.14748e+09, got: -2.14748e+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 21, var_name: i2, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 27, var_name: i3, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 33, var_name: i4, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
 1194 good comparisons. 

	### 4 FAILURES TESTING ncmpi_put_var1_float! ###
*** Testing ncmpi_put_var1_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_put_vara_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_put_vara_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_put_vara_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_put_vara_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_put_vara_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_vara_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_vara_float ... 
	FAILURE at line 4155 of test_put.c: Numeric conversion not
representable
	FAILURE at line 4155 of test_put.c: Numeric conversion not
representable
	FAILURE at line 4155 of test_put.c: Numeric conversion not
representable
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 9, var_name: ir, index: 1, expect: 2.14748e+09, got: -2.14748e+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 21, var_name: i2, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 27, var_name: i3, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 33, var_name: i4, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
 1194 good comparisons. 

	### 7 FAILURES TESTING ncmpi_put_vara_float! ###
*** Testing ncmpi_put_vara_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_put_vars_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_put_vars_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_put_vars_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_put_vars_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_put_vars_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_vars_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_vars_float ... 
	FAILURE at line 5415 of test_put.c: Numeric conversion not
representable
	FAILURE at line 5415 of test_put.c: Numeric conversion not
representable
	FAILURE at line 5415 of test_put.c: Numeric conversion not
representable
	FAILURE at line 5418 of test_put.c: range error: status = 0
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 9, var_name: ir, index: 1, expect: 2.14748e+09, got: -2.14748e+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 21, var_name: i2, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 27, var_name: i3, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 33, var_name: i4, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
 1194 good comparisons. 

	### 8 FAILURES TESTING ncmpi_put_vars_float! ###
*** Testing ncmpi_put_vars_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_put_varm_text ... 
 179 good comparisons. 
ok
*** Testing ncmpi_put_varm_uchar ... 
 264 good comparisons. 
ok
*** Testing ncmpi_put_varm_schar ... 
 269 good comparisons. 
ok
*** Testing ncmpi_put_varm_short ... 
 682 good comparisons. 
ok
*** Testing ncmpi_put_varm_int ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_varm_long ... 
 1189 good comparisons. 
ok
*** Testing ncmpi_put_varm_float ... 
	FAILURE at line 6738 of test_put.c: Numeric conversion not
representable
	FAILURE at line 6738 of test_put.c: Numeric conversion not
representable
	FAILURE at line 6741 of test_put.c: range error: status = 0
	FAILURE at line 6738 of test_put.c: Numeric conversion not
representable
	FAILURE at line 6741 of test_put.c: range error: status = 0
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 9, var_name: ir, index: 1, expect: 2.14748e+09, got: -2.14748e+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 21, var_name: i2, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
	FAILURE at line 725 of test_put.c: Var value read not that expected
varid: 27, var_name: i3, index: 1, expect: 2.14748e+09, got: -2.14748e
+09
 1194 good comparisons. 

	### 9 FAILURES TESTING ncmpi_put_varm_float! ###
*** Testing ncmpi_put_varm_double ... 
 1207 good comparisons. 
ok
*** Testing ncmpi_rename_var ... 
 1386 good comparisons. 
ok
*** Testing ncmpi_put_att_text ... 
 7 good comparisons. 
ok
*** Testing ncmpi_put_att_uchar ... 
 5 good comparisons. 
ok
*** Testing ncmpi_put_att_schar ... 
 7 good comparisons. 
ok
*** Testing ncmpi_put_att_short ... 
 15 good comparisons. 
ok
*** Testing ncmpi_put_att_int ... 
 19 good comparisons. 
ok
*** Testing ncmpi_put_att_long ... 
 19 good comparisons. 
ok
*** Testing ncmpi_put_att_float ... 
	FAILURE at line 1345 of test_put.c: att. value read not that expected
varid: -1, att_name: Gi, element number: 1 expect: 2.14748e+09, got:
-2.14748e+09
	FAILURE at line 1345 of test_put.c: att. value read not that expected
varid: 3, att_name: i, element number: 1 expect: 2.14748e+09, got:
-2.14748e+09
 21 good comparisons. 

	### 2 FAILURES TESTING ncmpi_put_att_float! ###
*** Testing ncmpi_put_att_double ... 
 27 good comparisons. 
ok
*** Testing ncmpi_copy_att ... 
 34 good comparisons. 
ok
*** Testing ncmpi_rename_att ... 
 34 good comparisons. 
ok
*** Testing ncmpi_del_att ... 
ok
*** Testing ncmpi_set_fill ... unimplemented
ok
*** Testing ncmpi_delete ... 
ok

NOTE: parallel-netcdf expects to see 2 failures
Total number of failures: 38





More information about the parallel-netcdf mailing list