[mlpack-git] [mlpack/mlpack] delete include omp statement (#701)

Ryan Curtin notifications at github.com
Sun Jun 19 12:41:42 EDT 2016


If you want to include omp.h in the future, you should add it to `mlpack/core.hpp` with an ifdef (since OpenMP is not required to build mlpack), like `#ifdef OMP_FOUND` (or something like this, I am not sure, maybe there is some macro that is available when OpenMP is in use).

---
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/701#issuecomment-227007137
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160619/f2614914/attachment.html>


More information about the mlpack-git mailing list