-
Notifications
You must be signed in to change notification settings - Fork 60
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
Enable multithreading to use std::thread: Operation not permitted #283
Comments
A workaround for now is to load libpthread.so with ldpreload,
|
I am unable to recreate this issue on a machine with Intel Xeon Gold 6430. Could you give me more details such as:
That will help me try to reproduce the issue on a machine I may have access to. |
@servesh Following up with this. |
Hi, folks. The followings are what I tried. without LD_PRELOAD, it failed as follows:
Here is what you requested:
|
Using latest papi (i.e., papi-7.2.0b1) with the following commands:
I see,
Passing CFLAGS="-lpthread" doesn't help.
The text was updated successfully, but these errors were encountered: