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

Ryan Curtin notifications at github.com
Thu Jul 7 14:56:43 EDT 2016


>  find_package(OpenMP)
>  if (OPENMP_FOUND)
> +  add_definitions(-DHAS_OPENMP)
> +  set(HAS_OPENMP "1")

I'm not sure if the CMake variable `HAS_OPENMP` is necessary; it doesn't look like it's used anywhere.  Maybe I overlooked something?

---
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/files/c4c8ff950be8a06e06084764f188095c650b7a60#r69965711
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160707/1c4b1ed4/attachment.html>


More information about the mlpack-git mailing list