Dear Manimaran, The version of deal.II that can be installed with apt (on ubuntu 16.04; newer versions fix this) does not include HDF5 as a dependency: you will have to compile deal.II by yourself if you want to use it with HDF5.
I recommend installing HDF5 (via apt) first and then compiling and installing deal.II in your home directory. CMake should automatically detect your system installation of HDF5: if not, pass -DHDF5_DIR=/path/to/hdf5 to CMake when configuring. Complete directions are available here: https://dealii.org/9.0.0/index.html Let me know if this works for you, or if you have more questions. Thanks, David Wells On Thursday, December 20, 2018 at 2:00:37 PM UTC-5, mani maran wrote: > > Dear all, > > I am new to deal_ii. I have installed deal_ii in my ubuntu 16.04 desktop. > I don't know, how to link hdf5 with deal_ii. > > Do suggest a remedy for this issue. > > Thanks and regards > Manimaran J > > > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
