Add dlopen hdf5 version to readHDF5Panel
Use dlopen to open multiple hdf5 libraries to enable multiple reads per process on readHDF5Panel. This version requires configuring cmake with DLOPEN_HDF5. TODO:
- Investigate how to correct close the dlopen, dlclose is causing SegFault on MPI_FINALIZE
- Delete /tmp/ files
- Portability?