Hi all,
I want to read netcdf files in fortran program.
I have gone through the following webpage--
http://www.unidata.ucar.edu/software/netcdf/docs/building_netcdf_fortran.html
So, in order to install netcdf-fortran libraries, I understood that, I
should first install netcdf-C libraries. So, I followed the steps mentioned
in the following link--
http://www.unidata.ucar.edu/software/netcdf/docs/getting_and_building_netcdf.html
Accordingly, I successfully installed zIib. I am now unable to install hdf5
1.8.13. I am getting the following errors after executing---
$ ./configure --with-zlib=/home/ed/local --prefix=/home/ed/local
$ sudo make check install
The errors are---
Testing h5dump --enable-error-stack -y -o tall-6.txt -d
/g1/g1.1/dset1 PASSED
h5dump tests failed with 8 errors.
Command exited with non-zero status 1
1.66user 2.83system 0:15.25elapsed 29%CPU (0avgtext+0avgdata
43824maxresident)k
63432inputs+268512outputs (26major+2971415minor)pagefaults 0swaps
make[5]: *** [testh5dump.sh.chkexe_] Error 1
make[5]: Leaving directory `/home/kameshwari/Downloads/
hdf5-1.8.13/tools/h5dump'
make[4]: *** [build-check-s] Error 2
make[4]: Leaving directory `/home/kameshwari/Downloads/
hdf5-1.8.13/tools/h5dump'
make[3]: *** [test] Error 2
make[3]: Leaving directory `/home/kameshwari/Downloads/
hdf5-1.8.13/tools/h5dump'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/kameshwari/Downloads/
hdf5-1.8.13/tools/h5dump'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/kameshwari/Downloads/hdf5-1.8.13/tools'
make: *** [check-recursive] Error 1
Please help me to install hdf5 libraries. So that, I would finally be able
to open netcdf files using fortran program.
Thanks,
Kameshwari.