-
Notifications
You must be signed in to change notification settings - Fork 38
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
GOMP version issue via python 3.9.8 (agama 1.0) #38
Comments
Hmm, it looks like a version clash in the operating system, namely the code is compiled with a newer GCC version (and hence newer OpenMP library) than the version of libomp found in the operating system by default. |
Hi Eugene, Running the steps you suggest on the same system does not lead to an error whatsoever. The ldd results of test.cpp are:
the ldd results for agama.so are:
Something probably of relevance:
|
my next guess is that
Is is different from what you get by running |
I am trying to install and run Agama on the clusters here in Surrey and for some reason I get the following issue:
The problem likely lies on the side of the server not having the correct libraries, but I wonder if this issue has been encountered before.
The text was updated successfully, but these errors were encountered: