0

How do I install HDF(Hierarchical Data Format) and P3DFFT in ubuntu?

1 Answers1

1

HDF-related packages are presented in the official Ubuntu repository.

In order to install these you'll likely need to enable the Universe repository first with
sudo add-apt-repository universe.

About P3DFFT you should read its documentation on official web-site.

N0rbert
  • 103,263