<p>I tried to do some runtime tests, but I don't seem to be able to get the <code>mlpack_lsh</code> program to use more than one core.  Here's what I did:</p>

<pre><code>$ git clone https://github.com/mentekid/mlpack mlpack-mentekid
$ cd mlpack-mentekid
$ git checkout lsh-parallelization
$ mkdir build
$ cd build
$ cmake -DDEBUG=OFF -DPROFILE=OFF ../
$ make -j8 mlpack_lsh
$ bin/mlpack_lsh -q ~/datasets/phy.csv -r ~/datasets/phy.csv -k 3 -n n.csv -d d.csv -v
</code></pre>

<p>but I don't see any more than one core being used when I watch with htop.  Did I do something in the configuration wrong, or maybe I am running the program wrong?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/700#issuecomment-229979789">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFFvQxZVJqu7VDlolTC3n2izgaJYJks5qRTVTgaJpZM4I5KSz">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFKuv_gANikScsNfER_Ogd0gdT6Ugks5qRTVTgaJpZM4I5KSz.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/700#issuecomment-229979789"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>