[mlpack-git] [mlpack/mlpack] LSHSearch Parallelization (#700)

Yannis Mentekidis notifications at github.com
Fri Jul 1 12:27:16 EDT 2016


That's weird, it should work...
Have you tried `export OMP_NUM_THREADS=4` (or however many cores you have). That shouldn't be nescessary though, since I use `omp_get_max_threads()` which should by default return the number of cores on your machine.

If that also doesn't work, try running cmake with `-DHAS_OMP=ON`, maybe my cmake code is wrong.

Here's how it should look on htop:
![4 core utilization](http://i.imgur.com/mvUJnKO.png?1)


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/700#issuecomment-229990040
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160701/7e51000d/attachment.html>


More information about the mlpack-git mailing list