Hi,
I have on problem by compiling hdf5 with fortran90. I tried to follow
the examples on the tutorial page of the hdf5 group, but i got the
following error by compiling the fortran module:
"
call h5dwrite_f(dat_id, H5T_NATIVE_DOUBLE,m,dim_ension, error)
1
Error: There is no specific subroutine for the generic 'h5dwrite_f' at (1)
makelinalg:54: recipe for target 'reading.o' failed
"
I also ensured to link the right linking path for the hdf5 library with
export LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu/hdf5/serial/lib into
my ~/.bashrc but id doesn't work.
it only works by removing the compiler flag -fdefault-real-8 in my makefile
FC =h5fc
FCFLAGGS = -fdefault-real-8 -g -Wall
-llapack | 21
FFLAGGS += -I/usr/include
it has something to do with the HFT_NATIVE_DOUBLE but what am I doing
exactly wrong
thank you for any help and advice in advance,
Vanessa
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
Twitter: https://twitter.com/hdf5