nightkeo
nightkeo
I used Ubuntu virtual machine with installed g++, gcc, gfortran. Just ./configure, and sudo make check install. Before I installed netcdf C library - \configure without netcdf-4 (--disabled netcdf-4) and...
================================================== netCDF-Fortran 4.4.4: nf_test/test-suite.log ================================================== # TOTAL: 5 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 4 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2...
Thank you! It solved my problem. But I recieved another problem: ================================================== netCDF-Fortran 4.4.4: nf_test/test-suite.log ================================================== # TOTAL: 5 # PASS: 4 # SKIP: 0 # XFAIL: 0 # FAIL:...
I set NCDIR=/usr/local and export LD_LIBRARY_PATH=${NCDIR}/lib:${LD_LIBRARY_PATH}