You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled the benchmark using the Makefile, but then i got an error, when I tried to run the exe.
"Error while loading shared libraries: libhptt.so: cannot open shared object file: No such file or directory"
What could the problem be? I followed exactly the instructions during installation.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Erether
changed the title
Problem with running benchmark and projects
Problem with executing benchmark and projects
Jul 11, 2018
What is in the /lib directory? After compilation of the library project (makefile in the root folder) you should find two files in there: libhptt.a and libhptt.so
The shared object is not in your LD_LIBRARY_PATH (given the error, I'm assuming you're using linux). You append the location of the hptt/lib file to the LD_LIBRARY_PATH as:
Hello,
I compiled the benchmark using the Makefile, but then i got an error, when I tried to run the exe.
"Error while loading shared libraries: libhptt.so: cannot open shared object file: No such file or directory"
What could the problem be? I followed exactly the instructions during installation.
Thanks in advance!
The text was updated successfully, but these errors were encountered: