Hello everyone
i tried compiling openmc with hdf5 support. i downloaded HDF5 1.8.14. installed it with instruction given in section 2.2.1 of installation. used the command to
export FC=h5pfc
then this error happened.
[ 46%] Building Fortran object CMakeFiles/openmc.dir/hdf5_interface.F90.o
/home/khurrum/Work/openmc/src/hdf5_interface.F90:1791.47:
mem_space_id=dspace, xfer_prp = plist)
1
Error: There is no specific subroutine for the generic 'h5dread_vl_f' at (1)
/home/khurrum/Work/openmc/src/hdf5_interface.F90:1737.45:
mem_space_id=dspace, xfer_prp=plist)
1
Error: There is no specific subroutine for the generic 'h5dwrite_vl_f' at (1)
/home/khurrum/Work/openmc/src/hdf5_interface.F90:779.47:
mem_space_id=dspace, xfer_prp = plist)
1
Error: There is no specific subroutine for the generic 'h5dread_vl_f' at (1)
/home/khurrum/Work/openmc/src/hdf5_interface.F90:737.29:
mem_space_id=dspace)
1
Error: There is no specific subroutine for the generic 'h5dwrite_vl_f' at (1)
make[3]: *** [CMakeFiles/openmc.dir/hdf5_interface.F90.o] Error 1
make[2]: *** [CMakeFiles/openmc.dir/hdf5_interface.F90.o.provides] Error 2
make[1]: *** [CMakeFiles/openmc.dir/all] Error 2
make: *** [all] Error 2
i am working at ubuntu 12.04 LTS. your help in this regard will be highly appreciated.