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

[netCDF #BYL-802691]: Compilation problem - netcdf-fortran 4.4.5 - Please I really need help



Hello,

I am able to recreate this issue with netCDF-Fortran 4.4.4, but it does not 
show up for me with netCDF-Fortran 4.4.5; can you provide the 'config.log' and 
'test-suite.log' files created when you ran 'configure' and 'make check' with 
netCDF-Fortran 4.4.5?

Thank you!

-Ward

> Dear Colleagues,
> 
> My name is Alana and I work at Brazilian Navy. I was try to compiler this
> library hoje and I had some troubles. Could you help me, please?
> I really need to compiler netcdf fortran in order to compiler my atmosferic
> model this week.
> 
> I attack I1ve put my install. Is this corret? Or Is ther something wrong?
> 
> Thanks in advance and I'll be waiting for the answer.
> 
> PS: I've already try the newest version netcdf-fortran.4.4.5 and I've got
> the same problem
> 
> 
> :~/intel_19.0.2/libraries/netcdf-fortran-4.4.4> vi
> install_netcdf-fortran.sh
> #!/bin/bash
> 
> # comment: unset LD_LIBRARY_PATH and load module intel reference in the
> calling shell too
> # unset LD_LIBRARY_PATH
> module load intel/19.0.2
> 
> export CC=/opt/intel/intel_2019/bin/icc
> /opt/intel/intel_2019/bin/compilervars.sh intel64
> export CXX=/opt/intel/intel_2019/bin/icpc
> export F77=/opt/intel/intel_2019/bin/ifort
> export FC=/opt/intel/intel_2019/bin/ifort
> export F90=/opt/intel/intel_2019/bin/ifort
> export CPP='/opt/intel/intel_2019/bin/icc -E'
> export FFLAGS='-O3 -xHost -ip -no-prec-div -static-intel'
> export CFLAGS='-O3 -xHost -ip -no-prec-div -static-intel'
> export CXXFLAGS='-O3 -xHost -ip -no-prec-div -static-intel'
> export CXXCPP='/opt/intel/intel_2019/bin/icpc -E'
> 
> export LIBS='-L/opt/intel/intel_2019/lib/intel64 -limf -lsvml -lirng
> -lintlc -L/home/gast/intel_19.0.2/libraries/lib -lz -lhdf5 -lcurl'
> export CPPFLAGS='-I/home/gast/intel_19.0.2/libraries/include'
> export
> LD_LIBRARY_PATH=${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+':'}/opt/intel/intel_2019/lib/intel64:/home/gast/intel_19.0.2/libraries/lib
> 
> ./configure --prefix="/home/gast/intel_19.0.2/libraries"
> 
> exit 0
> 
> make && make check
> make install
> ~
> ~
> ~
> gast@dpns31:~/intel_19.0.2/libraries/netcdf-fortran-4.4.4> more
> nf03_test/test-suite.log
> ====================================================
> netCDF-Fortran 4.4.4: nf03_test/test-suite.log
> ====================================================
> 
> # TOTAL: 16
> # PASS:  14
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  2
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: nf03_test
> ===============
> 
> 
> *** Testing netCDF-3 Fortran 77 API.
> NetCDF version:
> 4.6.3 of Mar 29 2019 00:30:13 $
> 
> 
> *** testing nf_strerror ...
> *** testing nf_open ...
> *** testing nf_close ...
> *** testing nf_inq ...
> *** testing nf_inq_dimid ...
> *** testing nf_inq_dim ...
> *** testing nf_inq_dimlen ...
> *** testing nf_inq_dimname ...
> *** testing nf_inq_varid ...
> *** testing nf_inq_var ...
> *** testing nf_inq_natts ...
> *** testing nf_inq_ndims ...
> *** testing nf_inq_nvars ...
> *** testing nf_inq_unlimdim ...
> *** testing nf_inq_format ...
> *** testing nf_inq_vardimid ...
> *** testing nf_inq_varname ...
> *** testing nf_inq_varnatts ...
> *** testing nf_inq_varndims ...
> *** testing nf_inq_vartype ...
> *** testing nf_get_var1_text ...
> *** testing nf_get_var1_int1 ...
> *** testing nf_get_var1_int2 ...
> *** testing nf_get_var1_int ...
> *** testing nf_get_var1_real ...
> *** testing nf_get_var1_double ...
> *** testing nf_get_var_text ...
> *** testing nf_get_var_int1 ...
> *** testing nf_get_var_int2 ...
> *** testing nf_get_var_int ...
> *** testing nf_get_var_real ...
> *** testing nf_get_var_double ...
> *** testing nf_get_vara_text ...
> bad start: No error
> bad start: No error
> bad start: No error
> bad start: No error
> 
> 
> ###           96  FAILURES TESTING nf_get_vara_text! ###
> *** testing nf_get_vara_int1 ...
> bad start: No error
> bad start: No error
> bad start: No error
> bad start: No error
> 
> 
> ###          472  FAILURES TESTING nf_get_vara_int1! ###
> *** testing nf_get_vara_int2 ...
> bad start: No error
> bad start: No error
> bad start: No error
> bad start: No error
> 
> 
> ###          472  FAILURES TESTING nf_get_vara_int2! ###
> *** testing nf_get_vara_int ...
> bad start: No error
> bad start: No error
> bad start: No error
> bad start: No error
> 
> 
> ###          472  FAILURES TESTING nf_get_vara_int! ###
> *** testing nf_get_vara_real ...
> bad start: No error
> bad start: No error
> bad start: No error
> bad start: No error
> 
> 
> ###          472  FAILURES TESTING nf_get_vara_real! ###
> *** testing nf_get_vara_double ...
> bad start: No error
> bad start: No error
> bad start: No error
> bad start: No error
> 
> 
> ###          472  FAILURES TESTING nf_get_vara_double! ###
> *** testing nf_get_vars_text ...
> *** testing nf_get_vars_int1 ...
> *** testing nf_get_vars_int2 ...
> *** testing nf_get_vars_int ...
> *** testing nf_get_vars_real ...
> *** testing nf_get_vars_double ...
> *** testing nf_get_varm_text ...
> *** testing nf_get_varm_int1 ...
> *** testing nf_get_varm_int2 ...
> *** testing nf_get_varm_int ...
> *** testing nf_get_varm_real ...
> *** testing nf_get_varm_double ...
> *** testing nf_get_att_text ...
> *** testing nf_get_att_int1 ...
> *** testing nf_get_att_int2 ...
> *** testing nf_get_att_int ...
> *** testing nf_get_att_real ...
> *** testing nf_get_att_double ...
> *** testing nf_inq_att ...
> *** testing nf_inq_attname ...
> *** testing nf_inq_attid ...
> *** testing nf_inq_attlen ...
> *** testing nf_inq_atttype ...
> *** testing nf_create ...
> *** testing nf_redef ...
> *** testing nf_enddef ...
> *** testing nf_sync ...
> *** testing nf_abort ...
> *** testing nf_def_dim ...
> *** testing nf_rename_dim ...
> *** testing nf_def_var ...
> *** testing nf_put_var1_text ...
> *** testing nf_put_var1_int1 ...
> *** testing nf_put_var1_int2 ...
> *** testing nf_put_var1_int ...
> *** testing nf_put_var1_real ...
> *** testing nf_put_var1_double ...
> *** testing nf_put_var_text ...
> *** testing nf_put_var_int1 ...
> *** testing nf_put_var_int2 ...
> *** testing nf_put_var_int ...
> *** testing nf_put_var_real ...
> *** testing nf_put_var_double ...
> *** testing nf_put_vara_text ...
> *** testing nf_put_vara_int1 ...
> *** testing nf_put_vara_int2 ...
> *** testing nf_put_vara_int ...
> *** testing nf_put_vara_real ...
> *** testing nf_put_vara_double ...
> *** testing nf_put_vars_text ...
> *** testing nf_put_vars_int1 ...
> *** testing nf_put_vars_int2 ...
> *** testing nf_put_vars_int ...
> *** testing nf_put_vars_real ...
> *** testing nf_put_vars_double ...
> *** testing nf_put_varm_text ...
> *** testing nf_put_varm_int1 ...
> *** testing nf_put_varm_int2 ...
> *** testing nf_put_varm_int ...
> *** testing nf_put_varm_real ...
> *** testing nf_put_varm_double ...
> *** testing nf_rename_var ...
> *** testing nf_put_att_text ...
> *** testing nf_put_att_int1 ...
> *** testing nf_put_att_int2 ...
> *** testing nf_put_att_int ...
> *** testing nf_put_att_real ...
> *** testing nf_put_att_double ...
> *** testing nf_copy_att ...
> *** testing nf_rename_att ...
> *** testing nf_del_att ...
> *** testing nf_set_fill ...
> *** testing nf_set_default_format ...
> Total number of failures:         2456
> 2
> 
> FAIL: f03tst_open_mem
> =====================
> 
> 
> *** Testing fill values.
> 
> testing nf_open_mem
> 
> 
> FILE = f03tst_open_mem.nc is         6398  bytes
> 
> forrtl: severe (174): SIGSEGV, segmentation fault occurred
> Image              PC                Routine            Line        Source
> 
> f03tst_open_mem    000000000041D613  for__signal_handl     Unknown  Unknown
> libpthread-2.22.s  00007FD420086C10  Unknown               Unknown  Unknown
> libc-2.22.so       00007FD41FD46F11  _IO_file_close_it     Unknown  Unknown
> libc-2.22.so       00007FD41FD3B8A0  fclose                Unknown  Unknown
> libnetcdf.so.15.0  00007FD42362E023  NC_open               Unknown  Unknown
> libnetcdf.so.15.0  00007FD42362E786  nc_open_mem           Unknown  Unknown
> libnetcdff.so.6.1  00007FD4239BE64B  nf_open_mem_          Unknown  Unknown
> f03tst_open_mem    0000000000408AB8  Unknown               Unknown  Unknown
> Unknown            00007FFF0B15EC70  Unknown               Unknown  Unknown
> 
> Alana de Lima Pontes Gadelha
> 
> 


Ticket Details
===================
Ticket ID: BYL-802691
Department: Support netCDF
Priority: Normal
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.