-
Notifications
You must be signed in to change notification settings - Fork 658
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
Enabling OpenMP #357
Comments
You could try setting different breakpoints in insertPointCloud, and e.g. have a look with Can you post the output of |
Thanks for getting back to me @ahornung. The value of
The output of
|
For completeness sake, I'm calling I'm not familiar with
|
OK, the Since you mentioned a ROS node, could it be that you need to recompile it as well with the corresponding OpenMP flags? |
Ok that's interesting. I tried the binary you suggested and it does indeed run with OpenMP enabled if I run it as sudo. Thanks a lot for your valuable suggestions! |
I've never heard of that effect... Maybe you once compiled a subset as root / with sudo, or there's otherwise a problem accessing necessary libraries? |
Hi!
I'm trying to use the parallelized version of
insertPointCloud
.I set the environment variable
and when I compile octomap I do see the following
However when I run my code, which calls
insertPointCloud
I see just one core running in htop.What am I doing wrong? Do you have any suggestions on how to debug this?
The text was updated successfully, but these errors were encountered: