[mlpack-git] [mlpack/mlpack] Binarize Function + Test (#666)

Ryan Curtin notifications at github.com
Wed Jun 8 14:13:44 EDT 2016


> I wasn't sure of where mlpack defines number of threads

It doesn't, set OMP_NUM_THREADS as an environment variable before you run the program and then OpenMP will use that many threads:

```
$ OMP_NUM_THREADS=4 bin/mlpack_test
```

(or whatever)

---
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/666#issuecomment-224680031
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160608/791c7650/attachment-0001.html>


More information about the mlpack-git mailing list