Page 1 of 1

hdf5 not found

Posted: Thu Sep 10, 2020 9:15 am
by NicolaCeccolini
Dear all,

I installed STKO few days ago and following the indication of the post in the link (viewtopic.php?t=21) I was able to solve the problems encountered until now during the pre-processor fase.

At this point, during the execution of the analysis of any model (also example models at this link https://asdeasoft.net/?stko-example-files), I have this problem (here with a simple example model):

loading "hdf5.dll" ...
cannot load library "hdf5.dll"
"hdf5.dll" not found, trying with "libhdf5.dll"
...

hdf5_not_found.png
hdf5_not_found.png (50.42 KiB) Viewed 3851 times

The "hdf5.dll" file is in the STKO directory and I try also to put it into the opensees.exe directory. I try various solution suggested on the web (install a more updated version of vcredist_x64, create a specific environment variable, download libhdf5.dll file, ...) but always with the same result (↑).

How should I solve this problem?

Thank you.


PS: I'm using the latest version of OpenSees (v3.2.2)

Re: hdf5 not found

Posted: Thu Sep 10, 2020 11:06 am
by STKO Team
You need to copy the following DLLs in the directory where you have opensees.exe (you can find them in the STKO install directory):
  • hdf5.dll
  • szip.dll
  • zlib.dll
If you already did it, can you show me a screenshot of your OpenSees directory and the way you call it

Re: hdf5 not found

Posted: Thu Sep 10, 2020 1:12 pm
by NicolaCeccolini
Thank you for your quick response.

I copied mentioned DLLs in the opensees.exe directory and now the analysis carried out with examples model is going well.