fbuessen / SpinParser

Pseudofermion functional renormalization group solver for (frustrated) quantum magnets in two and three spatial dimensions.
MIT License
24 stars 6 forks source link

libhdf5.so #1

Closed Sourin-chatterjee closed 2 years ago

Sourin-chatterjee commented 2 years ago

I am facing an error message-

SpinParser | install bin/SpinParser --debugLattice examples/square-Heisenberg.xml bin/SpinParser: error while loading shared libraries: libhdf5.so.103: cannot open shared object file: No such file or directory

I am using Linux lite.

issue

fbuessen commented 2 years ago

It looks like your Linux is unable to dynamically link your HDF5 library when running the SpinParser executable. Usually, your Linux distribution should automatically set the correct search path to locate the library when installing the libhdf5-dev package, but that didn't seem to work on your system.

There are a couple of things you can try:

I hope this helps!

Sourin-chatterjee commented 2 years ago

Thank you, sir. It worked.