Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with executing benchmark and projects #11

Open
Erether opened this issue Jul 5, 2018 · 2 comments
Open

Problem with executing benchmark and projects #11

Erether opened this issue Jul 5, 2018 · 2 comments

Comments

@Erether
Copy link

Erether commented Jul 5, 2018

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!

@Erether Erether changed the title Problem with running benchmark and projects Problem with executing benchmark and projects Jul 11, 2018
@qvandenberg
Copy link

qvandenberg commented May 5, 2020

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

@s-mandra
Copy link

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:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/hptt/lib

and substitute /path/to/hptt with the correct root path for hptt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants