Hi all,
I am configuring hdf5 using:
CC=mpicc ./configure --prefix=/opt/opt_shared/hdf5-1.14.0 --enable-shared --enable-static --enable-filter-plugins,
and afterwards, make, make check, make install, and make check-install,
and all goes fine. However, I do not have any plugin directory under lib directory, so that I can define “HDF5_PLUGIN_PATH” variable.
Anyone has any idea why is that?